• Resolved eugfor

    (@eugfor)


    Hi, for the latest products added the “add to cart” button has stopped working. I tried changing the theme and disabling the latest plugins installed but nothing changes. Can anyone help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think this has to do with the review tab, which is located on the page and even within the shopping cart form. Its fields are not filled in and – even worse – not visible at all. Therefore, the browser does not execute the click on the button.

    I would recommend that you check what you are using to embed the review form there and then remove it. The button should then work again.

    Thread Starter eugfor

    (@eugfor)

    Thanks for the reply. Now I have disabled this snippet and it works!

    remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’ );
    add_action( ‘woocommerce_after_add_to_cart_button’, ‘woocommerce_output_product_data_tabs’ );

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.