lundi 23 mars 2015

How do you move Woocommerce Description tabs under Product Image?


I have been trying to mess around with the hooks in content-single-product.php but can't seem to get it under the product image. Even tried some hook overrides in the function.php file.



// Removes tabs from their original loaction
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );

// Inserts tabs under the main right product content
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 )


I even tried doing woo commerce_before_single_product_summary nothing seems to work image hook is: * @hooked woocommerce_show_product_images - 20 I believe.





Aucun commentaire:

Enregistrer un commentaire