I successfully integrated FB Messenger into my OpenCart 3.0.3.7 website using the instructions from here https://developers.facebook.com/docs/messenger-platform/reference/web-plugins/ Under the default theme, it works perfectly and as expected, but when I use the zeexo theme for some reason (I suspect js or css conflict??) it shows a white circle that does not respond to anything. How to overcome this problem? What part
Tag: opencart
After click the select option update product price shows wrong in opencart
When I click on selected option product price update shows wrong. Here is my code How to solve this issue.I want after select the price shows 47,000. Answer The problem with your code is, Your price contains , inside it. So after parseFloat() the values after the comma is getting truncated. You need to remove the commas before using parseFloat.