Archived topic
relocate reviews section to the bottom
4 replies · Started by Ewa on September 26, 2021
Could you please help me to move reviews section after product description but before 'related products'? Product Description is inserted via elemets - hook.
I attach the url
WHat I try to do is first remove reviews section and then add it add it after product summary with priority 15. It works but the description goes too high - up to product metabox which doesn't look good..
Hi there,
Can you share how you've added the rest of the structure?
As it is, it seems like it's got things hooked like this:
- Default layout
- Block element containing Kadence blocks
- Related posts.
To clarify:
You want the order to be this?
- Default layout
- Related posts
- Block element containing Kadence blocks
If yes, I think you just need to change the hook used on the Block Element to a Custom hook.
Hook it on woocommerce_after_single_product_summary with a priority of 21 or larger so it comes after the related products.
Note: woocommerce_output_related_products is on the same hook. Priority 20.
somehow I managed to do it as I wanted, but thanks anyway!
Thanks for letting us know. Glad you got it sorted. :D