Jump to content

[Risolto] Visualizzare 0 nel carrello


RuletZ

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...