pixon_88 Posted October 1, 2013 Share Posted October 1, 2013 (edited) 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. Thanksss!! Edited October 1, 2013 by pixon_88 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 2, 2013 Share Posted October 2, 2013 Hi! Are you applying a new fixed price, or a discount (amount/percentage)? In the first case, I know there was a bug on 1.4 which caused the same price to be shown twice Link to comment Share on other sites More sharing options...
pixon_88 Posted October 2, 2013 Author Share Posted October 2, 2013 Hi @ Nemo1 thanks for you reply. Yes, I try to do what you say. And if I WRITING "new fixed price" have mistake.In order to not mistake I have to use (amount / percentage) thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts