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