tozi Posted February 13, 2015 Share Posted February 13, 2015 Hi all, here is my page http://www.adac-pneu.cz/quick-order If i add (+/-) new product in this cart. Then carrier price nod update. Ajax problem? How can i fix this problem? Here is the code from order-carrier.tpl {if $carrier.price} <span class="price"> {if $priceDisplay == 1}{convertPrice price=$carrier.price_tax_exc}{else}{convertPrice price=$carrier.price}{/if} </span> {if $use_taxes}{if $priceDisplay == 1} {l s='(tax excl.)'}{else} {l s='(tax incl.)'}{/if}{/if} {else} {l s='Free!'} {/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now