hi team,
i want to prevent the page from scroll to top after add to cart on a product-archive page.
i tried with no “add to cart” message (add_filter( ‘wc_add_to_cart_message_html’, ‘__return_false’ );),
also i am using a snippet to show the product quantity on archive.
any idea?