Home Forums Themes Support Claue Add countdown or shortcode (HTML) to below image of product detail page

Viewing 1 reply thread
  • Author
    Posts
    • #12583

      How can i add countdown or shortcode (HTML) to below image of product detail page?

      I  added this code to child theme function.php but still not work

      add_action(‘woocommerce_quickview_after_thumbnail’, ‘your_function_name’);

      function your_function_name(){

      echo do_shortcode( ‘[wpdevart_countdown text_for_day=”Days” text_for_hour=”Hours” text_for_minut=”Minutes” text_for_second=”Seconds” countdown_end_type=”time” end_date=”27-10-2017 23:59″ start_time=”1509111966″ end_time=”0,1,1″ action_end_time=”hide” content_position=”center” top_ditance=”10″ bottom_distance=”10″ ][/wpdevart_countdown]’ );
      }

      I  use this free plugin: Countdown Wpdevart

      I’m not sure  it’s because plugin not work or because of the theme not support it.

      Please help ASAP.

      Thank you

    • #12588

      Hi,

      I help you add the shortcode after product image, but it does not work, maybe this shortcode runs in the post, page only, you can check the HTML render by that shortcode

Viewing 1 reply thread

You must be logged in to reply to this topic.