Home Forums WoodMart support forum move product short description

move product short description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345653

    amnaurbazaar
    Participant

    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.
    #345859

    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

Viewing 2 posts - 1 through 2 (of 2 total)