Hi guys,
I have a project where I have products with different prices depending on the Unit.
In my case, the unit is actually connected to the delivery county (don't ask me why).
The requirement is to display the price and allow users to add to cart only after they select a delivery county. This part is fine.
The problem is in the cart if the user decides to change the delivery county. My first approach would be to not allow this change or if I allow it, I would empty the cart completely.
However, from the usability perspective, it would be better if I would allow them to change the delivery county and I would be able to change the unit of the products that are already in cart and force a cart recalculation.
Is this possible? What would be the best approach to do it?
Thank you,
Adrian