Shopify cart page won’t have description blurb in default. Below is how to add the description blurb on the cart page.
Display Product Description on Shopify Cart Page
Tested on “Dawn Theme”
<div class="cart-item__product__description">{{ item.product.description }}</div>
Add the code to the main-cart-items.liquid
file.