Jump to content

Price After And Price Before


Recommended Posts

Hi all. I have one problem with my product discount. Actually we are using prestashop 1.4.7.3.

 

I have next code:

{if ((isset($product.on_sale) && $product.on_sale) || (isset($product.reduction) && $product.reduction)) && $product.price_without_reduction > $product.price && $product.show_price AND !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
<span class="old_price_home">
<span class="antes">{l s='Antes:'} {convertPrice price=$product.price_without_reduction}</span>
</span>{else}<div style="height:12px;"></div>{/if}

But show same price in "Before" (Antes) and Actually price.

 

post-164693-0-78410000-1380645713_thumb.jpg
post-164693-0-03958800-1380645842_thumb.png

 

Thanksss!!

post-164693-0-78410000-1380645713_thumb.jpg

post-164693-0-03958800-1380645842_thumb.png

Edited by pixon_88 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...