something394124 Posted October 13, 2015 Share Posted October 13, 2015 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 More sharing options...
tuk66 Posted October 13, 2015 Share Posted October 13, 2015 It is probably an error in JavaScript. Link to comment Share on other sites More sharing options...
something394124 Posted October 13, 2015 Author Share Posted October 13, 2015 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 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