Jump to content

in cart new data


Recommended Posts

Hi,
i in "cart" put new word:

Price: {if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if}




Why "Price:" show only i refresh page?
When i buy new produc "Price:" don't show.

Thanks

Link to comment
Share on other sites

The reason is that the price is dynamically generated based on the currently select combination, so "Price:" is being overwritten with the product's combination price. You should put {l s='Price'} before the , not inside.

Link to comment
Share on other sites

×
×
  • Create New...