• Hi!

    Since I installed your plugin, my archive page no longer shows “add to cart” button, instead there is a “show options” button.

    I want Extra Product Options to have no effect on my archive page, so that customers can add to button again.

    Can you help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    In the latest version of our plugin, you can change the add to cart text from the Advanced settings tab.

    You can achieve your requirement using the below steps:

    1. Provide the text “Add to cart” in the option “Products having Extra Options”.

    2. Add the below hook in your theme’s functions.php file.

    add_filter('thwepof_modify_loop_add_to_cart_link', '__return_false');

    We hope this will help.

    Thank you!

    Thank you so much, @themehigh !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archive page’ is closed to new replies.