moving the placement of small description in single product

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Fri Apr 17, 2015 10:10 am
Hi,
I'd like to move the placement of the small description in the single product page. Ideally move it to under the price, before the cart. Are you able to assist?
thanks in advance
User avatar
Senior Boarder

GK User
Fri Apr 17, 2015 3:17 pm
Hi,

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

to:
Code: Select all
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 15 );
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.