Prevent reload page after add to cart submission
I'm working on custom woocommerce theme, using my own code. I need to add products to the cart without page refresh. I'm using the code below, It's working correctly but when I add product the shop page reload. Could someone help me how can I develop this.
?php $product = get_product(get_the_ID());?
a href=?= $product-add_to_cart_url(); ? title=Add to cart class=addToCart/a
Topic woocommerce-offtopic plugins Wordpress
Category Web