Support Forum › Forums › Mixxcazt – Creative Multipurpose WooCommerce Theme › Display short description in shop › Reply To: Display short description in shop
November 1, 2021 at 8:51 am
#2758
Please edit this code:
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘wc_add_short_description’ );
to:
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘wc_add_short_description’, 1);
If you need to help, please send Admin web account for me, I will check and try to help you.