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

    (@yithemes)

    Hi,
    make sure that your theme has the following woocommerce’s hooks

    woocommerce_before_main_content

    woocommerce_before_single_product_summary
    woocommerce_single_product_summary
    woocommerce_after_single_product_summary

    you can also try to add this to the functions.php file of your theme

    if ( function_exists( ‘YITH_WPC’ ) ) {

    add_action( ‘woocommerce_before_single_product’, array( YITH_WPC(), ‘check_show_ywpc_product’ ), 5 );

    }

    Thread Starter Nouk-san

    (@nouk-san)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Countdown does not show on productpage’ is closed to new replies.