Skip to main content

Custom Pricing Adders

Custom Pricing Adders

Emilie avatar
Written by Emilie
Updated this week
  • Navigate to your adders section by going to Settings > Pricing > Adders > + New

  • Name the adder

  • Make sure it is set to "manual toggle" and "always active"

  • Click "add field" under the Input Fields section. This is the box that populates where rep will enter in the cost.

  • Type in the question you want to populate when prompting the user to enter in the cost.

  • Click the "Min Length" field and enter 0.

  • Click the "Default Value" field and enter 0.

  • Now we are going to add the coding to allow the custom pricing. Click + Add Option

  • Click "Fixed Amount"

  • Change it to Custom

  • Click "Add" on the Pricing Option Model Functions section. Nothing will be added in that first section so we can skip that one.

  • First you will name the function which should always be amount. Then click into the inputs box.

  • The question you entered in earlier should pop up here. Select it.

  • Now we will click down into the code section in between the first two parentheses. Here we will enter the word "price"

  • Then we will click over in between the brackets. Here we will type "return price"

  • The coding should then look as follows: ( price ) => { return price }

  • Once you have done that, you can click "Add Model Function"

  • The authorized dealers section is where you can include/exclude dealers. It is auto set to apply to all authorized dealers.

  • The Installer Markets section is where we can include/exclude markets. Just like dealers, it is auto set to apply to all.

  • Now we can save our work. Click "Add Pricing Option"

  • Click "Save"

  • Now you will notice the adder is set to draft. Click "Draft" and change it to "Active"

  • Notice it says "not in use" next to it. We just need to add it to the pricing model. Click Settings

  • Click Pricing > Pricing Models > Default Pricing Model

  • Click into the adders section and then click the name of the adder so it is highlighted.

  • Click Save

Did this answer your question?