Hi, how can I edit the cart drawer in the Atelier Theme? There is no option for editing the drawer. Just the cart page. Thanks in advance.
Making changes to cart drawer has been limited from the start. Whatever changes or additions you can do is from the theme settings inside the customizer.
For more in-depth customizations you will need to edit code inside theme code editor.
Best
Hello there @snk729
Atelier separate the cart drawer from the cart page, so it’s not gona show up as a section that you can customize in the theme editor. You can look in theme code for cart drawer files (e.g., cart-drawer, mini-cart, etc.) within the folders Sections or Snippets. If you want more content or styling changes, creating a theme duplicate first and then edit those files is a safe way to do things. So you can tweak the drawer and test changes without affecting your live storefront.
Hi @snk729
In the Atelier Theme theme, the cart drawer is usually not editable through the Theme Editor, which is why you only see options for the cart page.
To customize the cart drawer, you’ll likely need to edit the theme code directly. You can check these files under Online Store → Themes → Edit code:
snippets/cart-drawer.liquidsections/cart-drawer.liquidsnippets/cart-items.liquidassets/cart-drawer.js
The exact file name can vary depending on the theme version.
If you want to modify specific elements (such as upsell products, announcement text, buttons, spacing, etc.), you may need custom Liquid/CSS/JavaScript changes.
If you can share what exactly you want to change in the cart drawer, I’d be happy to guide you further.
It’s not clear what you’d like to edit in the cart drawer. Could you provide more details or a screenshot?
Hey @snk729 ,
In the atelier theme, the cart drawer is usually not managed through the theme editior, which is why you only see options for the cart page.
to edit the cart drawer, you’ll need to customize the theme code. in shopify admin, go to Online store > themes > Edit Code and look for files such as cart-drawer.liquid, cart-notification.liuquid or related snippets/section depending on your theme version.
If you let meknow what specfic changes you’d like to make to the cart drawer(text,layout,upsells, shipping-message, etc) i can point you to the exact file and provide the required code changes.
Best Regards,
Rajat
The Atelier theme’s cart drawer is typically controlled through the theme code rather than the Theme Editor, which is why you may only see options for the cart page.
You can check Online Store → Themes → Edit Code and look for files such as:
-
cart-drawer.liquid -
cart-sidebar.liquid -
main-cart-items.liquid -
Related files in the Sections or Snippets folders
If you’re looking to modify specific content (upsells, trust badges, shipping messages, etc.), let us know exactly what you’d like to change, and the community may be able to point you to the correct file or setting.