Product side drawer - Add product description - Starlite theme

Hi all,

I want to add product descriptions to my product side drawer pop up. See image below

I am using the starlite theme

Hi @MixiP ,

Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?

Thanks for the response

https://sacredclouds.com/

Thalel

Hi @MixiP ,

To add product descriptions to your product side drawer pop-up in the Starlite theme, follow these steps:

  1. Log in to your Shopify Admin Panel.

  2. Go to Online Store and click on Themes.

  3. In the active theme (Starlite), click on Actions and select Edit Code.

  4. In the Sections folder, find and open the cart-drawer.liquid file.

  5. Look for the section where product details (like name and price) are displayed.

  6. Add the following line of code to display the product description:

    <p>{{ item.product.description }}</p>
    
  7. Save the file and preview the changes.