Adding product description to Cart Widget and Cart Page
-
Just a quick question related to Woocommerce cart widget and Cart Page. In the Cart Page , how can i add a column for product description ( which is the content) In the cart widget i would like to see Product name and description and nothing else. I have figured out how to add column headings etc but cannot figure out the right code to populate them. Please help, thank you very much.
This is the code for the cart widget which shows the Product Name.
<?php echo apply_filters(‘woocommerce_widget_cart_product_title’, $_product->get_title(), $_product ); ?>How do i make it so that it shows the product description, i cannot find any filters to add description.
Thank you for all the help .
- The topic ‘Adding product description to Cart Widget and Cart Page’ is closed to new replies.