[Support request] New section on product page

Home Forums Support [Support request] New section on product page

Home Forums Support New section on product page

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

    Hello! I would like to add a section in the WooCommerce product pages.

    There I would place items to give clients confidence, something like this site does:

    https://www.dropbox.com/s/77zik22905bt6qa/wootheme.png?dl=0

    How could I do it?

    Thank you!

    #832282
    Leo
    Staff
    Customer Support

    Hi there,

    You should be able to use the woocommerce_after_single_product_summary hook which is included in our Hooks Elements module.

    Give the content a class like:
    <div class="woo_after_summary_content">some content</div>

    Set the priority to 1, then this CSS should position it between the product image and product tabs:

    .woo_after_summary_content {
        clear: both;
    }

    Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.