Site logo

Archived topic

New section on product page

1 reply · Started by Pedro on March 7, 2019

Viewing posts 1–2 of 2

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!

This archived topic is closed to new replies.