• Resolved daiconsultancy

    (@daiconsultancy)


    Hi,

    I’m struggling for some time now with adding products to the cart. All my products have a ‘gift wrapping’ option, which is not required. I would like my customers to be able to ‘Add to cart’ from within the Archive-page, but since my products have the gift wrapping option, the products always show ‘Select options’.

    Is it possible to show the ‘Add to cart’ button, while using this plugin? Is there a way to ‘ignore’ the options or overwrite this via the functions.php?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter daiconsultancy

    (@daiconsultancy)

    After searching forums, I found this to be the answer:

    Adding this to functions removed plugin functionalty for the add to cart.

    add_filter(‘thwepof_modify_loop_add_to_cart_link’, ‘__return_false’);

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enabling ‘Add to cart’ from archive when options are not required’ is closed to new replies.