Hello,
Where do I change the woocommerce hooks? I want the upsell hook to come before the product meta hook.
This is the default current order:
<?php
/**
* woocommerce_single_product_summary hook
*
* @hooked sf_product_short – 20
* @hooked woocommerce_template_single_add_to_cart – 30
* @hooked woocommerce_template_single_meta – 40
* @hooked sf_product_share – 45
* @hooked woocommerce_template_single_sharing – 50
*/
do_action( ‘woocommerce_single_product_summary’ );
?>
ANd it dosent even seem to include the uppsells hook?
Kind regards,
Richard