Does anyone know how I can create a separate retailer login where the retailer can ideally see their wholesale net prices directly?
@Sternentolter check this link will be helpful if you want to start wholesale https://help.shopify.com/en/manual/online-sales-channels/wholesale
Hi @Sternentolter ,
Thanks for reaching out! Thatâs an excellent question.
What youâre looking for can be achieved by the use of wholesale apps, of which there is a number on the Shopify App Store****. While these apps will offer various features, theyâre primarily made to allow merchants to charge different prices to different types of customers. You can use the app to create customer accounts and assign custom pricing lists to these customers.
Each would have different features and interfaces, so itâs best to check them out and see which one can do what you need. Also, most have either a free plan or a free trial period, which should give you enough time to see the best fit for your business needs. Iâd also recommend checking out this post on selling wholesale items to learn more about how you can do this effectively on Shopify.
Here is what I did, I am not an expert. But it works.
Step 1.
Edit your footer Liquid to show a dealer login link at the bottom footer next to privacy policy link.
Put this code
(either insert /account or the link youâre redirected to afterwards, thats what I did.)
right aft <small class=âcopyright__contentâ
Step 2.
Then go into customers â Segments â Create a Segment
customer_tags CONTAINS âdealerâ
Step 3.
Now you can create coupons that apply to âdealerâ segment
All Done!
I am trying to code and figure out a way to display the word âDEALERâ in the customer profile, or on the website header.
However i have been unsuccessful this is what I have so far.
CSS:
.dealer-badge h2 { font-size: 1.5rem; color: #ff9800; font-weight: bold; margin-top: 10px; }
Liquid:
{% if customer.tags contains âdealerâ %}
DEALER
Someone else pickup where I left off and help me better indicate to dealers that their account is a dealer account.
Also possibly auto apply the dealer tag to accounts setup via email links I send them.