• Resolved webbmary

    (@webbmary)


    Hi

    At this page we have a number of “timed products” that will be activated automatically after a press release. We want to make everything ready in advance. However, we seem to be unable to add Extra Product Options to products that are not active. How do we solve this?

    Example how we use the plugin at other (active) products: https://www.tinghockey.com/produkt/ccm-hd-jacket-jr-dio-hockey/

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

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

    (@themehigh)

    Please update the plugin to its latest version and add the below hook in your child theme’s functions.php.

    add_filter(‘thwepof_conditions_show_only_active_products’, ‘__return_false’);

    We hope this will help ??

    Thank you!

    Thread Starter webbmary

    (@webbmary)

    Hi and thank you for reply.

    And for someone who is not so good in php…Shall I just insert the phrase directly into the code?

    • This reply was modified 6 years, 8 months ago by webbmary.
    Plugin Author ThemeHigh

    (@themehigh)

    Yes, you can just copy and paste the above code snippet in your theme’s functions.php file.

    You can find the functions.php file at,
    wp-content\themes\{child-theme-name}\functions.php if you are using a child theme for your site.

    or at

    wp-content\themes\{theme-name}\functions.php if you are not using a child theme for your site.

    Hope this helps…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Timed product’ is closed to new replies.