RuletZ Posted July 27, 2010 Share Posted July 27, 2010 Ciao,come posso fare, per visualizzare nel totale prodotti del carrello, il numero 0 quando è vuoto? {if $cart_qties > 0}{$cart_qties }{/if} {l s='product' mod='blocklanguages'} {l s='products' mod='blocklanguages'} {if $cart_qties > 0}{if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false, 4)}{else}{convertPrice price=$cart->getOrderTotal(true, 4)}{/if}{/if} {l s='(empty)' mod='blocklanguages'} Questo è il codice nel file tpl, devo fare la modifica qui?Grazie Link to comment Share on other sites More sharing options...
checco Posted July 28, 2010 Share Posted July 28, 2010 ma intendi il numero 0 al posto della scritta (empty)? Link to comment Share on other sites More sharing options...
RuletZ Posted July 28, 2010 Author Share Posted July 28, 2010 No voglio il numero 0 proprio nel totale prodotti. Link to comment Share on other sites More sharing options...
RuletZ Posted July 28, 2010 Author Share Posted July 28, 2010 Ho risolto, ma non sono sicuro se così è corretto.Questo è il codice modificato, se può essere utile a qualcuno. {if $cart_qties < 1}{$cart_qties}{/if} {if $cart_qties}{$cart_qties}{/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