How to add product description to each product in Collection Grid View

Hi,

Follow this:

  1. Go to Online Store->Theme->Edit code
  2. Snippet->product-card-grid.liquid->find {% include ‘product-price’, variant: product %} and add {{ product.description }} bellow this.

Let me know if you need help