I would like to know if it is possible to use an AJAX link to add a product to the cart using a URL format like this:
ruby
Copier le code https://yoursite.com/?add-to-cart=123
I want this link to add the product to the cart and automatically open the mini cart. Can you please let me know if this is feasible with the Woodmart theme, and if so, how to achieve it?