Hello,
I was curious to know if the following scenario is possible with HikaShop.
I plan to setup an e-commerce website for a "2 for 1 Pizza restaurant", as such when visitors are on the product page they will in almost all cases have 2 pizza's which they can modify, meaning the visitors have the possibility to add/remove options and variants to 2 products (2 pizzas) at the same time.
is the following scenario possible?
Pizza product page:
-PizzaA
--Option1 mushroom 2.99
--Option2 cheese 3.99
--Option3 pepperoni 4.99
-PizzaB
--Option1 mushroom 2.99
--Option2 cheese 3.99
--Option3 pepperoni 4.99
When the user selects an option from PizzaA and PizzaB only the most expensive option is calculated. So if the user selects PizzaA Option1 2.99 and PizzaB Option3 4.99 then the cart show's 4.99 in total (ajax calculated live). Ideally the options will be checkmarks (i.e. Pepperoni, mushrooms, cheese, etc..)
Is this possible with Hikashop?