Hi Everyone,
I have 1 new requirement to customize my cart page. I have three packages (i.e. free, premium, experience) in cart page against all items in cart. Now I want to update cart price according user package selection . If User select free package then no need to change price but if user select premium Then I need to update cart value for example ( newcartprice = cartTotalPrice + 10). Any suggestion that how I can implement this scenario?
I can update liquid code to change this.
