Problem with woocommerce shop page
-
Good evening gents / ladies.
Thank you for such an amazing theme. I just ran into a problem and I am not sure how to fix it. In the woocommerce shop page , I would like to add between the title of the product and the BUY NOW BUTTONG the product’s short description. In order to do that I am using this function.php line :
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘woo_show_excerpt_shop_page’, 1 );
function woo_show_excerpt_shop_page() {
global $product;echo $product->post->post_excerpt;
}This indeed brings the shop description on the page , but here is the problem :
It shold be placed exactly after the title . On other themes that’s exactly what it does , but on Oceanwp the description no matter what loop i use goes at the top . This is a huge problem for my design.
Thank you so much for your attention , and thanks in advance if you are kind to reply.
Best regards,
Mihai.
The topic ‘Problem with woocommerce shop page’ is closed to new replies.
