Problem with short description on product page

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Tue Nov 17, 2015 7:50 pm
1.

As default short description is placed here:
before.png


but i want it to be here:
after.png


How to achive that?

2.
If product is made as external/affiliate short description geting wierd
affiliate.png
User avatar
Fresh Boarder

GK User
Wed Nov 18, 2015 10:03 am
Hi,

Please edit Instyle/gavern/wc-functions.php file and change this line:
Code: Select all
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 40 );

into:
Code: Select all
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 8 );
User avatar
Moderator


cron