Hi @RusevaV ,
you can have two storefronts under one domain in Shopify:
Option 1: Customer Tagging (Best for Single Storefront)- Create a wholesale section with different pricing.
-
Use customer tags to show/hide prices:
{% if customer.tags contains ‘wholesale’ %} Show wholesale price {% endif %}
-
Add Retail & Wholesale buttons on the homepage.
Option 2: Shopify Markets (No Shopify Plus Needed)- /retail → Standard store with pricing
- /wholesale → Inquiry-only catalog
- Hide prices & add a Request Quote form.
Option 3: Subdomain (For Complete Separation)- shop.example.com → Retail
- wholesale.example.com → Catalog
- Requires Shopify Plus or manual redirects.