Before you ask please READ THIS

Buy & Wishlist Button not working on home page

Hi, love the theme. Just experiencing on minor issue. I have products setup as an “External/Affiliate product” in the product data section. When the product is shows on the home page, the add to cart & add to wish list buttons that pop up are skewing.

Add to cart shows up under the image, and Add to wishlist shows up half on the image and wrong side.

I have tested it out and it only happens with this specific product type. When someone clicks the add to cart button it should direct to the external/affiliate link in theory.

Any help you can provide would be greatly appreciated.

Thanks.

site: http://nesstive.com

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    I were able to recreate it and I see button lack some HTML classes and that is why it is unstyled.
    Go to file fame\woocommerce\content-product.php line ~99 and change this
    $product->is_purchasable() ? 'add_to_cart_button' : '',
    to
    'add_to_cart_button',
    It will fix it. I will also include it in next update.

    Thanks for pointing this out!

    With kind regards.
  • That did it! Thank you very much :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!