I am trying to add a variable upsell to a product. Our company is a Travel Agency. I can load up a product of a specific flight only to go and watch a fooball team abroad, however I am unsure how to add the upsell of insurance. The problem I have is that all the customers who purchase the initial package may not require insurance. I want to make sure when the customer comes to the summary page the correct amounts are shown. Any help will be very much appreciated
Announcement
Collapse
No announcement yet.
Adding Variable Upsell
Collapse
X
-
Right click on the 'flight' product and select 'New Component'. Call it 'Insurance'.
Then double-click on the component and select 'Is Optional' and change the 'HTML for Name' field to read something like 'Click here if you want insurance'. Then enter the cost of the insurance in the 'Price' field.
Then go back to the 'flight' product and switch to the 'Components' tab. Ensure that the 'Pricing Model' field is set to 'Sum of Product and Components Prices'.
Comment