[SOLVED] - Disable scroll to top when adding product to cart
Posted: Thu Mar 05, 2020 10:09 pm
How do I disable scroll to top on all pages when users add a product to cart?
Already removed the below code (three times) from common.js in the catalog theme folder as suggested by other topics on the forum.
This works on category pages but the page still scrolls on the home page when adding something from the "recommended products" module.
Anyone knows what to do about this?
OC 3.0.3.2
PHP 7.2.10
Default theme
Already removed the below code (three times) from common.js in the catalog theme folder as suggested by other topics on the forum.
Code: Select all
$('html, body').animate({ scrollTop: 0 }, 'slow');
Anyone knows what to do about this?
OC 3.0.3.2
PHP 7.2.10
Default theme