Hi,
Have recently purchased your theme and I am tryig to output a shortcode in the sort description for use on the single product page.
This is the page I am working on:
https://pureoffers.staging.tempurl.host/product/ikos-olivia/
Essentially what I and doing is linking external products with a parent product as grouped and want customers to link out to the external products from the parent product page.
This part works fine, but I want to add info about each provider. I have made an HTML block and put the shortcode for this in the short description, but it just outputs the code rather than the content.
I have created a child theme and added the following to functions.php:
// Enable shortcodes in product short descriptions
add_filter(‘woocommerce_short_description’, ‘do_shortcode’);
Please let me know if you can help.
Thanks
Simon