Jump to content
thirty bees forum

Advanced EU Compliance Module


haylau

Recommended Posts

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:

image.png.8334d808181ae591a0d6e9729abf5c6e.png

 

But on the product page it is AFTER the price and should be before the price

image.thumb.png.d2e3758865334c451adf77c71801a3d2.png

 

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?

Link to comment
Share on other sites

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"

image.thumb.png.1a84d5860baf988fcf79ea59c8f00170.png

Just need to remember yet another change after every upgrade

 

  • Thanks 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...