Update Price Summary before Checkout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 03:42 AM
Hi all,
I have a requirement whereby I need the summary cost at the bottom to update based on the items selected earlier in the form. Currently it only shows the total amount.
I have tried adding individual costs to the items, but they don't update the summary before checkout.
Can someone help me in regards to what I need to do to achieve this please?
Thanks!
 
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2023 07:41 AM
Seems like you have just added Yes/No variables, but what you need is a 'Checkbox' type variable. This will give you the option to add a price for each item, which will be displayed and added/subtracted automatically, e.g.:
Notice that I have added 'Options' as a "Container Start" variable, with "Display title" set to true. I would then add al options as checkbox variables underneath, and then close it off with a "Container End" variable.
Hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 12:54 AM
Hi Laszlo,
Thanks for taking the time to reply. I will give that a try and report back,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 01:28 AM
Update following testing, turns out our variables are indeed checkboxes. I added individual prices which does update the line item, but not the summary cost at the bottom. The highlighted subtotal always remains the same number until checkout.
I think a script of some kind may be needed, possibly a UI one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 01:36 AM
That summary cost doesn't look like the out of the box widget - is this just a static label, or what? Can you please share how your catalog item is configured, including variables?