Jump to content

Precio de descuento (Ayuda)


Jefffernando

Recommended Posts

el codigo antiguo es este

 

 

<span class="our_price_display">

{if !$priceDisplay || $priceDisplay == 2}

<span id="our_price_display">{convertPrice price=$product.getPrice(true, $smarty.const.NULL, 2)}</span>

{if $tax_enabled}{l s='tax incl.'}{/if}

{/if}

{if $priceDisplay == 1}

<span id="our_price_display">{convertPrice price=$product.getPrice(false, $smarty.const.NULL, 2)}</span>

{if $tax_enabled}{l s='tax excl.'}{/if}

{/if}

</span>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...