haylau Posted April 21, 2021 Posted April 21, 2021 Not sure if this is a bug or a theme related issue With this setting enabled: Display a 'From' label before the price on products with combinations Works perfectly with product list views: But on the product page it is AFTER the price and should be before the price Also, it is misleading when using volume discounts (cataloge price rules) as it does not take these into account. So on here it says price from £0.04 but in reality with available discounts it should be price from £0.02. Not really bothered about the discount price but really need to know where I can move the "From" Label so it is infront of the price. Ideas?
30knees Posted April 21, 2021 Posted April 21, 2021 I'm also looking for that. I can't find where the "From" is coded, unfortunately.
haylau Posted April 25, 2021 Author Posted April 25, 2021 A hacking solve! Module > templates > Hooks > hookDisplayProductPriceBlock.tpl I changed <Span class="aeuc_from_label"> {$smartyVars.before_price.from_str_i18n|escape:'htmlall'} </span> To <div class="aeuc_from_label"> {$smartyVars.before_price.from_str_i18n|escape:'htmlall'} </div> And used translations to change the word "From" Just need to remember yet another change after every upgrade 1
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