Dear support,
I’m trying to add custom item into the Single Product Page of woocommerce.
I activated the XStore Child Theme and I added into functions.php:
add_action('woocommerce_before_single_product_summary',function(){
printf('<h4><a href="?added-content">Congratulations, you\'ve just added a link!</a></h4>');
}
);
But viewing the website it doesn’t show the new custom item.
Have you a suggestion why?
I imported the Demo Content “Future Energy”.
Regards
Francesco