Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu conditional on market #3592

Open
gregjotau opened this issue Aug 23, 2024 · 0 comments
Open

Menu conditional on market #3592

gregjotau opened this issue Aug 23, 2024 · 0 comments

Comments

@gregjotau
Copy link

In Shopify markets, you can exclude products from being sold.

This means for example, that all products from brand A is not available at store.no, but available at store.com

At store.com, you can a menu link for brand A. But you don't want to have a menu link for brand A on store.

In Dawn it is not possible to have a menu per market, or exclude some of the items based on market.

Hack solution:

Allow merchants to render menus conditionally on request.host, I can add a if request.host contains ".no" for example and render different menus.

Platform solution:

collection's should be able to publish per market, and it should be possible to do something like

for menuItem in menu
if menuItem not in market
skip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant