I currently need to sell a service with a subservice as option :
I have hadded a product panel & 2 meta for my option and its price.
If the user checks a checkbox in the product page, then the option is added to the cart page, the checkout page, thank you page, email and so on...
My problem is that i actually can update the initial product price in the product row, in cart & checkout tables but i need to :
1 : insert the additionnal service (the option) as a separate row in the checkout review order table and in the cart total table;
2 : dislay initial product price in the product row and udpdate only the total adding the option price in those 2 tables.
I'm really stuck here, any help would be great. Thank's