Hi @jamesbil,
I think I actually need something different. Beside the image I would like the description, additional info and reviews. So 3 tabs beside the image where the short description is.
To move the default three product tabs of Description, Additional Information and Reviews in WooCommerce you can use the remove_action()
and add_actions()
code method to change where those display on the Single Product page.
The action which displays the tabs is the woocommerce_output_product_data_tabs
one you’ll see in the template files referenced within my previous reply.