Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone! Were working on the Enterprise theme, and have a load of custom collection templates that we use to alter each collection page. We would like to showcase different menus for different types of collections on their respective pages, and have found / altered the below code to hopefully show what we aim to achieve.
(****main-menu handle is NOT the main menu, not sure if this breaks other code and if I should remake the menu and change the handle to something more fitting like "onderdeel-menu")
{% if collection.handle contains 'onderdeel' %}
{% include 'main-menu' %}
{% if collection.handle contains 'onderhoud' %}
{% include 'onderhoud-menu' %}
{% if collection.handle contains 'overig' %}
{% include 'overig-menu' %}
{% else %}
{% include 'homepage-menu' %}
{% endif %}
The question with the above code is (if it'd work as intended), where should we insert it? If its theme.liquid or header-liquid, what place / rule within the code should we put it in and how to prevent syntax errors?
Appreciate any input!
You can try to add code into main-collection.liquid or something like that in your Sections folder in Online Store > Themes > Edit code
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @generalharley ,
We have implement the same in DAWN theme may be logic could help in your theme too.
Please refer to the below video for instructions.