I'm using Opencart 3.0.2 for my E-commerce website. The site has Javascript updation issues in checkout page, checkout block, weight-based shipping(from second order). Most of the times customer have issues in checkouts, view cart.
I have deleted cache in browser, FTP opencart Cache, extension modification every time after editing in backend. But still same result.
Are you using any extensions?
Are you using any custom themes? If using custom themes, revert to the default theme and see if it solves the issue also by testing with different browsers.
Are you using any custom themes? If using custom themes, revert to the default theme and see if it solves the issue also by testing with different browsers.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
make sure in root config.php file
define('HTTP_SERVER', 'http://www.yoursite.com/');
// HTTPS
define('HTTPS_SERVER', 'http://www.yoursite.com/');
are same.
define('HTTP_SERVER', 'http://www.yoursite.com/');
// HTTPS
define('HTTPS_SERVER', 'http://www.yoursite.com/');
are same.
Who is online
Users browsing this forum: No registered users and 27 guests