Archived topic
Woocommerce - add block underneath product page image
3 replies · Started by Gary on January 9, 2022
Hi Guys
The title speaks for itself really, I need to add a block under the WooCommerce product page image, is this possible?
Cheers
Gary
Hi there,
the answer - not easily
You can see the available hooks in the woo plugins templates here:
https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
And the one you're after is woocommerce_product_thumbnails which was deprecated....
So it can be done but requires creating your own templates, some messing with hooks and CSS or throwing some Javascript at it.
Happy to take a look at any site you have setup to see if theres a not too brain damaging way to achieve it.
Hi David
It's a local site at the minute mate so I can't show you it, but you get what I mean anyway.
I wondered why there wasn't a hook available for it.
Thanks for the offer anyway buddy.
Cheers
Gary
Yeah it was a bizarre choice for Woo to remove it.
Happy to be of help!