Funkeh Posted December 29, 2016 Share Posted December 29, 2016 (edited) Hey guys, I'm having some weird problem with javascript I guess. I have assigned some texture attributes to one of my products. On the front office category page and the shopping cart it lists the price correctly, but when I actually click the item it shows as $0.I did some googling and found out it is probably a javascript error, and can only find some old fixes from 2014 which don't apply to prestashop 1.6.1.10.Please help guys, the javascript file is 2000 lines long and I don't even know where to begin.Thanks prestashop v1.6.1.10website is http://www.seamlesslybeautiful.com.au/ Edited December 31, 2016 by ZoeySheree1993 (see edit history) Link to comment Share on other sites More sharing options...
Funkeh Posted December 30, 2016 Author Share Posted December 30, 2016 still need help please Link to comment Share on other sites More sharing options...
Funkeh Posted December 31, 2016 Author Share Posted December 31, 2016 Nobody knows how to fix? Link to comment Share on other sites More sharing options...
Funkeh Posted January 4, 2017 Author Share Posted January 4, 2017 still no help on this? Link to comment Share on other sites More sharing options...
w3bsolutions Posted January 4, 2017 Share Posted January 4, 2017 Can you post a direct link to the product with such issue? The link on your first post is just to your homepage. Link to comment Share on other sites More sharing options...
Funkeh Posted January 4, 2017 Author Share Posted January 4, 2017 thank you http://www.seamlesslybeautiful.com.au/index.php?id_product=12&controller=product#/glitter_canvas_colour-citrus Link to comment Share on other sites More sharing options...
w3bsolutions Posted January 5, 2017 Share Posted January 5, 2017 thank you http://www.seamlesslybeautiful.com.au/index.php?id_product=12&controller=product#/glitter_canvas_colour-citrus Are you using the latest version of the template? It seems like an issue with /js/product.js file in the theme (most likely updateDisplay() method). Since you are using the default template, could you try replacing product.js with the latest one? (download latest PS 1.6.1.10 and upload that file to your server, rename the old product.js in case you have to roll back) Link to comment Share on other sites More sharing options...
Funkeh Posted January 9, 2017 Author Share Posted January 9, 2017 Are you using the latest version of the template? It seems like an issue with /js/product.js file in the theme (most likely updateDisplay() method). Since you are using the default template, could you try replacing product.js with the latest one? (download latest PS 1.6.1.10 and upload that file to your server, rename the old product.js in case you have to roll back) Hey thanks for the reply, I'm actually using a custom theme and not the default one, I'm also already using prestashop 1.6.1.10. Would it be helpful if I copy pasted the updateDisplay() function from my product.js so you can have a look at it? Link to comment Share on other sites More sharing options...
w3bsolutions Posted January 9, 2017 Share Posted January 9, 2017 Hey thanks for the reply, I'm actually using a custom theme and not the default one, I'm also already using prestashop 1.6.1.10. Would it be helpful if I copy pasted the updateDisplay() function from my product.js so you can have a look at it? Your custom theme only changes some colors and fonts from the default theme (just css), everything else looks identical. So as I said the first test would be to replace the product.js in your theme directory with the product.js from the default template (latest version). If that does not solve it then we would have to look into the code. Link to comment Share on other sites More sharing options...
Funkeh Posted January 20, 2017 Author Share Posted January 20, 2017 thank you that has fixed it 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