Hi,
Is it possible if we show "continue" for Variant Inventory Policy to WHOLESALE Buyers that are somehow tagged "gold" or anything. And the retail customers (anyone who comes to our website and wanna buy a few pieces) will see "deny" (SOLD OUT) since they did not login.
I mean, I want my WHOLESALE Buyers to ADD TO CART as many quantity as they want to create an order where as Retail buyers can ONLY buy in stock quantities.
This is technically doable, by setting ALL products to allow purchasing when out of stock, and then implementing code to show as out of stock for regular customers.
Thank you
Tay
Yes this can be done.
Another possible solution to consider is to make a copy of all variants with "wholesale" in the name and allow overselling for these variants (you can assign wholesale price on them too), and then simply hide those variants for regular customers -- one line in javascript:
{% unless customer.tags contains "wholesale" %}
<script>
$('option[value*="wholesale"]').hide();
</script>
{% endunless %}
HI Aytac,
I'm interested in your requuirement.
Send me details at victor.cisin10@gmail.com or add me on Skype: cis.victor1
Regards,
Victor
Hi Aytac,
Thanks for posting on Shopify.
If you need help with this, please shoot me an email on: hamza@xperteria.com
I would love to personally look into it :)
Cheers,
Hamza
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |