Product side drawer - Add product description - Starlite theme

Product side drawer - Add product description - Starlite theme

MixiP
New Member
5 0 0

Hi all,

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

I am using the starlite theme

MixiP_0-1738075192268.png

 

Replies 3 (3)

CodingFifty
Shopify Partner
919 137 165

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?

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
MixiP
New Member
5 0 0

Thanks for the response

https://sacredclouds.com/

Thalel

CodingFifty
Shopify Partner
919 137 165

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.
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com