Move variable product short description under attribute dropdows in WooCommerce - Hack The Tech - Latest News related to Computer and Technology

Hack The Tech - Latest News related to Computer and Technology

Get Daily Latest News related to Computer and Technology and hack the world.

Saturday, July 1, 2023

Move variable product short description under attribute dropdows in WooCommerce

Is there any way I could set or put a product short description under/below the variation but above add to cart button? "The Add to Cart Block is Wrapped up with the Variable selections" can someone help me with this...

I have tried some code but it's not working the way I wanted:

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30);
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 15 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 10 );


source https://stackoverflow.com/questions/76589197/move-variable-product-short-description-under-attribute-dropdows-in-woocommerce

No comments:

Post a Comment