When i'm on the cart page and i want to change the product quantity i get the following error
Code: Select all
opencart Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
I checked the page on http://www.whynopadlock.com/check.php and there it says that everything is secure.
I also get the secure padlock on Firefox so it should work
When i check the page with the firefox Element inspector i see the following error
Code: Select all
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
i searched for this error and i read to i need to update to a new jquery.
so my questions.
1. Is the popup error related to the jqeury warning?
2. How can i find out what the problem is because i only get the error when i update the quantity?