lionel seow Posted June 3, 2016 Share Posted June 3, 2016 hi not to sure can anyone kind soul help me. i'm using prestashop ver 1.6.1.5 but I'm facing the issues of price reflecting on the web is 0$ whenever i have a combinations setup. not sure how can i solve it? please help. as i'm a IT nuts.... Link to comment Share on other sites More sharing options...
lionel seow Posted June 4, 2016 Author Share Posted June 4, 2016 Any kind soul can help? Thanks Link to comment Share on other sites More sharing options...
shokinro Posted June 4, 2016 Share Posted June 4, 2016 What is the base price you set for the product? and have you set impact prince for each combination? Link to comment Share on other sites More sharing options...
lionel seow Posted June 4, 2016 Author Share Posted June 4, 2016 Based price set. Combination price also set. This only happen when the products have combination. Link to comment Share on other sites More sharing options...
musicmaster Posted June 5, 2016 Share Posted June 5, 2016 When a product has combinations the price is adapted to the present combination by javascript. If something goes wrong with that script it can result in zero prices. If you search the forum you will find more similar reports. Sometimes also people see initially the correct price and then it is switched to zero. So you should look for javascript errors. Link to comment Share on other sites More sharing options...
lionel seow Posted June 5, 2016 Author Share Posted June 5, 2016 Where to go to to find out if it's java script issue? As I know nuts abt where and how to look for all this script Where to go to to find out if it's java script issue? As I know nuts abt where and how to look for all this script Link to comment Share on other sites More sharing options...
shokinro Posted June 5, 2016 Share Posted June 5, 2016 You can use browser debug tool to see there is any javascript errors. - Go to the page where you see problem - Press F12, a new debug tool window will show up - Go Console tab, you will see javascript errors if there is any Link to comment Share on other sites More sharing options...
lionel seow Posted June 6, 2016 Author Share Posted June 6, 2016 thanks and i have follow your instruction and these are what its shows. the funny thing is all these items use to work in the version before this current upgrade.... so how can i solve it? Link to comment Share on other sites More sharing options...
shokinro Posted June 6, 2016 Share Posted June 6, 2016 it is jquery library, usually it should not be a problem. I guess there is something not updated correctly during your upgrade. The error was cut off, we are not able to see the full error message. Link to comment Share on other sites More sharing options...
lionel seow Posted June 6, 2016 Author Share Posted June 6, 2016 combination show price all key in correctly. but web don't show up. this items was running fine in the old version. but this current one is giving me this issue! making me headache Link to comment Share on other sites More sharing options...
lionel seow Posted June 6, 2016 Author Share Posted June 6, 2016 Link to comment Share on other sites More sharing options...
lionel seow Posted June 14, 2016 Author Share Posted June 14, 2016 any kind soul can help? Link to comment Share on other sites More sharing options...
musicmaster Posted June 14, 2016 Share Posted June 14, 2016 As shokinro pointed out, jquery is a library that is unlikely to be the cause. So you basically have two ways to go further: - explore the calling stack: which Prestashop javascript file called jquery? - try going back. Replace javascript files with similar files from your previous setup. Of course you should save a copy of the present one and put it back when replacing it doesn't help/ Link to comment Share on other sites More sharing options...
lionel seow Posted June 14, 2016 Author Share Posted June 14, 2016 seriously i don't know what stack, what query and replace javascript is about. can anyone show me how to do that? thanks Link to comment Share on other sites More sharing options...
shokinro Posted June 14, 2016 Share Posted June 14, 2016 I think you may need to learn some basics of javascript debugger tool, you can google to find some tutorials. for example you can find some information about Google chrome dev tool https://developers.google.com/web/tools/chrome-devtools/?hl=en 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