Skip to content

Menu conditional on market #3592

Closed as not planned
Closed as not planned
@gregjotau

Description

@gregjotau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions