thirtybees / niara

Niara, thirty bees default theme since v1.1.0.
https://thirtybees.com
9 stars 25 forks source link

OPC - You can remove gift products from cart or modify quantity #50

Open cienislaw opened 2 years ago

cienislaw commented 2 years ago

In shoping-cart-advanced.tpl there is a piece of code which allows modification of gift products added to cart by cart rules: {assign var='cannotModify' value=1} {* Display the gift product line *} {include file="$tpl_dir./shopping-cart-product-line.tpl" productLast=$product@last productFirst=$product@first noDeleteButton=0 cannotModify=0}

In shoping-cart.tpl it looks like that: {assign var='cannotModify' value=1} {* Display the gift product line *} {include file="$tpl_dir./shopping-cart-product-line.tpl" productLast=$product@last productFirst=$product@first} This difference allows of quantity change and removing gift products from cart which is clearly and unwanted outcome.

getdatakick commented 2 years ago

Thanks. The same issue exists in community-theme-default theme as well