markauberg Posted July 28, 2019 Share Posted July 28, 2019 Hi, I need to see a percentage discount on the product page, but it counts me wrong. Where am I making a mistake ? Thank you ../themes/theme_name/templates/catalog/_partials/miniatures/_partials/product-miniature-1.tpl ../themes/theme_name/templates/catalog/_partials/product-prices.tpl {if $product.discount_type === 'percentage'} <span class="badge badge-discount discount discount-percentage">-{$product.discount_percentage_absolute}</span> {else} <span style="color:#000; font-weight:600;font-size: 1.2em;"><!--{$product.discount_to_display}--> -{round(($product.price / $product.regular_price) * 100,2)} %</span> {/if} 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