Home › Forums › WoodMart support forum › Brand position on single product page › Reply To: Brand position on single product page
November 30, 2021 at 9:27 am
#335685
Elise Noromit
Member
Hello,
Please replace the code provided earlier for this one:
function woodmart_move_brand(){
remove_action( 'woocommerce_single_product_summary', 'woodmart_product_brand', 3 );
add_action( 'woocommerce_single_product_summary', 'woodmart_product_brand', 39 );
}
add_action( 'wp', 'woodmart_move_brand', 1200);
add_action( 'init', 'woodmart_move_brand', 1200);
You can find the code in functions.php of the child theme.
Best Regards