Archived topic
WooCommerce Shop page
3 replies · Started by Yael on April 18, 2021
Hello
I've having some issues with my Woo Shop page. I first created a custom page using Generate Blocks
https://staging.jessicaeary.com/inspired-paintings/
Site is password protected: PW -- Jessica
But as you can see using the Woo Product block, the images are not sized the same as they are on the Woo shop page set in Woo settings:
https://staging.jessicaeary.com/paintings/
So I created a block element and assigned it to woo before main content hook to display the intro header and text that shows on the Inspired Paintings page. But it does not display.
So if you can either help me display a custom block on the default Woo Shop page /paintings or how to display product images on /inspired-paintings the same as they display on /paintings
I would be ecstatic!
Yael
Hi there,
my personal approach is to NOT use the Woo Blocks - for some reason they decided not output HTML that matches the Woo Plugins Templates so any customizer settings do not apply to them.
Would be better to use the built in Woo Shortcodes as they do respect the original templates.
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Thank you, David. The shortcode works perfectly.
Glad to hear that!