moy2010 Posted December 2, 2014 Share Posted December 2, 2014 Hello, Prestashop community. I'm trying to display the price impact for each combination on the product page.Previously I managed to do it with the code tag {$group_attribute.price} but now it's only displaying the numbers 2 and 3. This is the code i'm using: <span class="impact-price">{if ($group.default != $id_attribute)}{$currencySign|html_entity_decode:2:"UTF-8"}{$group_attribute.price}{/if}</span> And what I get is: - Combination 1 - Combination 2 $2 - Combination 3 $3 This, for instance, instead of $269 and $369 as the price impact. Is there anything I need to change, perhaps on productcontroller.php? Thanks in advance . Link to comment Share on other sites More sharing options...
moy2010 Posted December 4, 2014 Author Share Posted December 4, 2014 Any ideas in here? It used to work . Maybe I moved something on product.js, perhaps? 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