This topic is: not resolved
-
Hi,
We are having 2 conflicts regarding the product template change that your plugin made.
1. Our google analytics plugin is not tracking product views since there is a hook missing, the hook is: “woocommerce_after_single_product_summary”.
How can we insert this hook into your product page?
2. We need to add this shortcode to show product badges in product page: <?php echo do_shortcode(‘[woo_pro_badges_extended]’); ?>
If I try to only insert [woo_pro_badges_extended] it will give an error message.
How can we add it then?