Replies: 0
I have set up a Storefront child theme and am trying to move the display of product attributes to under the image thumbnails.
For instance I have attributes showing:
+ Bottle Size
+ Nicotine Strength
+ VG %
What hooks should I be using?
Ideally I’d like to display them in a particular order and wrap them in <div> or <span>
I’m looking at the reference here:
https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Should I be looking at woocommerce_single_variation or woocommerce_default_product_tabs or something else?
Cheers