Move product meta under images gallery
-
Hello,
I am trying to place product meta under product thumbnail pics. The below works but puts it full width above the pictures:
// Remove product category/tag meta from its original position
remove_action (‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40);// Add product meta in new position
add_action (‘woocommerce_before_single_product_summary’, ‘woocommerce_template_single_meta’, 40);What am I doing wrong?
Thank you for your help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Move product meta under images gallery’ is closed to new replies.