Archived topic
Shortcode below woocommerce gallery
3 replies · Started by Paul on January 11, 2023
I am looking to add a shortcode right below the woocommerce product gallery. In my case, the shortcode would display a button for a wishlist.
Here's an example using of what I am talking about for a product without a gallery.
https://www.sandandsteelfitness.com/product/welcome-pack/
I was wondering if know what code I could WP-Snippets that would allow me to add this shortcode to products that include a gallery.
Hi Paul,
You would need to use a hook from WooCommerce single product template - this isn't something GP can control.
Please refer to the visual guide here: https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
A hook element can be used to insert the shortcode:
https://docs.generatepress.com/article/hooks-element-overview/
It is odd that Woocommerce doesn't provide a hook after the product gallery. It would be a great place to but a wishlist button. Creates a big blank space on the left side for some products. Thanks for the info.
No problem :)