Hi,
We are facing some issues trying to integrate product opinions from Trusted Shops.
They require us to have a <div> below product name with id #ts_product_widget
We tried to add it via functions.php but it is not working.
add_action( ‘woocommerce_single_product_summary’, ‘ratings’, 5 );
function ratings() {
print ‘<div id=”StarSummary”></div>’;
}
Can you please how can we change the template so we can add a new <div> below title on Single Product Page and below miniatures on homepage and categories?
Thank you in advance,