Tagged: Product, product pages, related products, single product, woocommerce
Hello there. I am trying to add a color section after the related products section for all the single product pages.
Hey Jason,
Are you building products with the Advanced Layout Builder? Not sure it can be done easily.
Best regards,
Victoria
i would do that if i only had like up to 20 products but they have over 500+
Hi,
Try to use the “woocommerce_after_single_product_summary”. Set the priority to 25 so that it renders after the related products section. Look for the “avia_woocommerce_output_related_products” function inside the config-woocommerce > config.php file for reference.
// http://hookr.io/actions/woocommerce_after_single_product_summary/
Best regards,
Ismael