I have created a table using tablepress and inserted a button into it. On Button click, the product gets added to the cart and there is a pop up that is shown to the user. But the pop up gets closed automatically as the page refreshes when the product is added. How can I prevent automatic closing of pop up.
Button code looks like below
<a href="?methodname=1236" class="popupclass" > Add to Cart </a>