I’ve added the code to the snippet. I am using spotlight though. Should I do follow different steps or is there a place for me to include the code you provided?
Topic summary
Main issue: how to add a left sidebar to a store using the Shopify Dawn theme. A screenshot of the desired sidebar layout was provided.
Proposed approach: create a custom snippet and include it in a template. Steps shared: Admin > Online Store > Themes > Customize > Edit code; add Snippets/sidebar.liquid; place HTML/CSS/Liquid content there; insert it into theme.liquid or the relevant template with {% include ‘sidebar’ %}; then save/publish. A “snippet” is a reusable Liquid template fragment; “include” inserts that snippet into a page.
Constraints: the original poster says they don’t know how to code. The helper recommends hiring an expert and offers services. The requester asks for the actual code, which wasn’t provided.
New development: another participant added the snippet but is on the Spotlight theme, asking whether steps differ and where to insert the include code in that theme.
Status: unresolved. Outstanding needs: a concrete code example for the sidebar, guidance on exact insertion points in Dawn, and clarification for Spotlight-specific placement or steps.