Archived topic
Customize Store Page After/Before Woocommerce Loop
2 replies · Started by fabiosilva on January 18, 2021
Hi,
I would like create a customized full width title header to Shop Page (Wocommerce).
I try edit Store Page using Generateblocks... But the end result is ignoring elements.
Otherwise, I also tried create a block/hook, but full with not work.
Any way to customize Shop Page, before/after woocommerce Loop?
Thank you.
Hi there,
the simplest way is to create a static page for your shop. Build it with your Blocks, and add the Woocommerce Shop shortcode: [products] to display the product loop.
Then in Woocommerce > Settings > Products - clear the Shop Page field to stop woo from overwriting the static page.
Perfect! Thank you, David! :-)