Add to Cart button on Image Frame not working

edited August 5 in WooCommerce

On my Shop page, I have the image frames enabled so that, when a user hovers over my product, they can click to add to cart, view product, or see a quick view. However, in my case, both the 'add to cart' and 'view product' buttons on my image frame both link to the individual product page. I want the 'add to cart' button to do what it's supposed to: add it to cart.

Here's my preview link. You can hover over any product, click the 'add to cart' icon on the image and see what i mean. I don't know what to do or how to fix this.


Another note: I notice when inspecting my 'add to cart' element vs. a prebuilt BeTheme website's 'add to cart' button, the <a href=""> is different, causing the problem. My href is linking to the page whereas it should be something like <a href="?add-to-cart=PRODUCT_ID">...</a>. Please help.

Comments

Sign In or Register to comment.