Hi ! I am trying to build a car configurator, where the user can choose from a variety of options, each of which has it’s own price. I would like to display the configuration on the final screen, then ask for a $100 deposit. Is that possible ?
Q1: V8 (standard) or V12 ($1000)
Q2: Black (standard) or Orange ($200)
Q3: Cash or Finance ($500)
Then, on the final page, I would like to display their answers and prices
V8
Orange: $200
Finance: $500
Total: $700
BUT!! I only want to ask for a $100 deposit… rathern than the full $700.
Is that possible ?
Thank you !!!
Answered
Show itemized product pricing, then ask for a $100 deposit ?
Best answer by john.desborough
you can do that, fairly easily - if you are including the payment question type (Stripe integration required but easy to set up), you can track all your options and instead of collecting the value into the price variable, create something like iprice as the variable name, so that you can show the total (ie $700) but use the logic jumps to set the price variable to $100 and have that be the default value that shows up on the payment page.
does that sound like it will work for you??
des
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.