Jump to content

Updated prices only show when added to the shopping cart


Recommended Posts

Hello!

 

We're having a 'small' issue since updating to the lastest release of PrestaShop (1.6.1.1)

 

When we change prices for a product in the back-office, the new price won't show up on the product's page, untill you add it to the shopping cart...

 

Anyone have a clue what's going on here? - Have tried clearing both the cache in the back-office and in my browser, but neither worked.

 

Link to one of the product's with this problem:

http://www.skiltdisplay.no/plakatrammer/277-norges-mest-solgte-plakatramme.html

 

If you change the "format" to ex. 'A2 - 42cm x 59,4cm' , the price won't update, but if you add it to the cart, the proper price shows.

 

 

Any help at all will be greatly appreciated!

 

Regards

 

- Joakim

Link to comment
Share on other sites

Found the problem!

 

It was because of this module:

"/public_html/modules/lyoshowvatfree/views/js/product4.js"

 

At line 53, edit:

priceWithGroupReductionWithoutTax = basePriceWithoutTax * (1 - group_reduction);

 

to:

priceWithGroupReductionWithoutTax = basePriceWithoutTax * (1 - groupReduction);

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...