Api pricing table elucidation

Comments

9 comments

  • Official comment
    Avatar
    mike turke

    Hi there, 

    1. For the discount, it looks like the screenshot is incorrect. When you put a discount in the "options" section of the pricing table object it will apply a global discount to the table's summary:

     

     

    2. The 'Sample' section will be the name of that section of the pricing table if you are passing more than one section. By default, when you add a pricing table to your template it does not have any sections, which that screenshot is reflecting. My screenshot above shows how it will look when you use multiple sections. 

    3. The custom field allows you to add a custom plain text column to your pricing table. "Fluffiness" is just an arbitrary value used in this example. You can also pass multiple custom columns:

    "custom_fields": {
    "Fluffiness": "5 / 5",
    "test": "test value"
    }

     

    4. Yes, in the description for the line item you can html to keep the bulleted list using either of the following syntax:

    "data": {
    "Name": "Toy Panda",
    "Description": "<ul><li>Zugriff auf über 6 Mio. Firmen & 22 Mio. Kontakte</li><li>Zugriff auf die Module Target, Connect, Datacare & Promote</li><li>3 Benutzerlizenzen und 15.000 Credits</li><li>Zugriff auf die Dealfront Academy</li><li>Professioneller Support per E-Mail, Chat & Telefon</li><li>Verfügbare Integrationen in Salesforce, Microsoft Dynamics 365, HubSpot CRM, Pipedrive, Zoho</li></ul>",
    "Price": 10,
    "QTY": 3
    }
     
     
     

     or 

    "data": {
    "Name": "Toy Panda",
    "Description": "• Zugriff auf über 6 Mio. Firmen & 22 Mio. Kontakte \n • Zugriff auf die Module Target, Connect, Datacare & Promote \n• 3 Benutzerlizenzen und 15.000 Credits \n • Zugriff auf die Dealfront Academy\n • Professioneller Support per E-Mail, Chat & Telefon\n • Verfügbare Integrationen in Salesforce, Microsoft Dynamics 365, HubSpot CRM, Pipedrive, Zoho",

     

     

     

     

    Comment actions Permalink
  • Avatar
    RevOps Integration

    Amazing thanks so much Mike. this has clarified everything for me. I really appreciated

    0
    Comment actions Permalink
  • Avatar
    RevOps Integration

    Hello Mike, just following up here.

    I have tried the discount object but it does not apply to my pricing table.

    as you can see despite me passing it in the JSON, the output is not reflected in the table; it shows 0

    0
    Comment actions Permalink
  • Avatar
    Christopher Ragland

    Hello, 

    Thank you for your comment here! I am following-up with the team on this and will get back with you as soon as possible. 

    0
    Comment actions Permalink
  • Avatar
    mike turke

    Can you try changing the discount value in your JSON to "name": "Discount" and leave 'One-Time Discount' as it is in the pricing table? That should do the trick.

    0
    Comment actions Permalink
  • Avatar
    RevOps Integration

    i had tried that too Mike and nothing as you can see

    0
    Comment actions Permalink
  • Avatar
    mike turke

    It might be because "is_global" needs to be set to true. Can you try that?

     

     

    0
    Comment actions Permalink
  • Avatar
    RevOps Integration

    tried that too nothing

    0
    Comment actions Permalink
  • Avatar
    Odint Support Team

    Hello @mike facing the same issue can you please assist

    0
    Comment actions Permalink

Please sign in to leave a comment.