move product short description
-
how to move product short description after India – available Compare or Add to wishlist button, look in the image
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the functions.php of the child theme:
add_action(
'wp',
function() {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 38 );
}
);
If you have any questions please feel free to contact us.
Best Regards