This topic has 4 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow
Hi,
I was trying to add some ACF field in after the product listed on a category page. But when i try to edit the woocommerce template files on the child theme, the design crush.
How can i edit this to add ‘<?php the_field(‘product_summary’); ?>’ on that page?
Thanks.
Hello,
Use woocommerce hooks in child theme functions.php https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/
if you want to customize single product page and add some additional information.
Regards
I dont want for single products i want for category page, add some paragraphs after the product list div.
add in that category template in that area the code , but when i add woocomerce templates in child theme it broke the design, event without modifications.
Hello,
https://www.businessbloomer.com/woocommerce-visual-hook-guide-archiveshopcat-page/
Use woocommerce_after_shop_loop hook.
Additional customization is outside of our support. You can submit customization request here if you need help with the custom code.
Regards
You must be logged in to reply to this topic.Log in/Sign up