Forum Replies Created
-
I figured out how to make this work, thank you.
in reply to: Woocommerce template not used, need helpI can add the second description at the end of woocommerce.php by adding it after DH_Woocommerce::content(); in woocommerce.php. When I add the first description before, it goes above the filters and I need it to show up below the filters as attached.
I looked through the filters and couldn’t figure out where to hook into that. Can you point me in the right direction?
Attachments:
You must be logged in to view attached files.in reply to: Woocommerce template not used, need helpHello, I’m the original poster and have not received help with my issue. Is there anyone there that can help me?
in reply to: Woocommerce template not used, need helpThe customizations I need to make are to replace the Category description with different custom field content, and to add additional custom field content below the products on the product category pages.
in reply to: Woocommerce template not used, need helpI do understand that woocommerce.php is being used. However, it looks like the area I need to modify is within:
DH_Woocommerce::content();
I’ll need to replace the existing category summary and add an additional one at the bottom of the content. How do I hook into that?
Thank you.
in reply to: Woocommerce template not used, need help