Does anyone have an easy way to update the price when extras are selected?
Alternatively, what variables/base tags are called to calculate the total price including extras when the order is added to the cart?
Thank you!
Thank you for your reply, I finally figured it out yesterday afternoon, I'm not a developer so my coding is probably awful but it gets the job done.. Basically onchange of the select box it will call a function which checks which option is selected. I made the id of the option the @price@ and it converts the id to a float. Then it stores the number in an array, adds all the number to the price and updates the store price..
If anyone needs more details feel free to ask me.
Thanks,
Chris