Creating a page only viewable by a link for wholesale purposes

Topic summary

A user wants to create a hidden wholesale page accessible only via direct link, preventing regular customers from viewing wholesale pricing while allowing distributors to see the menu.

Proposed Solution:

  • Use URL parameters to control page visibility
  • Page would only display when accessed through a specific link with the parameter
  • Page would remain hidden from public site navigation and general browsing

Current Status:

  • Initial solution suggested but implementation details not yet provided
  • User awaiting instructions on how to create the URL parameter system
  • Discussion remains open with technical implementation pending
Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Hi

I am trying to create a page specifically only sent to distributors / wholesale for viewable menu purposes, but I don’t want it as an active page on my website that just anyone can access. We want to use it as a purpose of getting distros onto our website - but we do not want customers seeing this menu because it will have wholesale pricing..

Any idea how I go about this? This is a website that does it successfully as an example ! (https://sporesmd.com/d/ )

Thanks in advance : )

Hello @caylie-gronwold
it is possible via pass a parameter with url of the page and if someone visit the page via link you provide it will work otherwise on store it wont be visible for all customers publicly.

1 Like

Hi Niraj,

Thank you !!

How do I create that the pass parameter?