lolalola Posted June 22, 2010 Share Posted June 22, 2010 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 More sharing options...
rocky Posted June 22, 2010 Share Posted June 22, 2010 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 More sharing options...
Recommended Posts