Home Forums WoodMart support forum Issues on Trusted Shops Integration

Issues on Trusted Shops Integration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193026

    Lukszgz
    Participant

    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,

    #193043

    Artem Temos
    Keymaster

    Hello,

    You can find the code for the single product page content in the file /woocommerce/content-single-product.php
    You can place your code there.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)