Warning!
This is an unsupported theme customization. You can request this customization by emailing our Professional Services Team.
With Custom Pricing you can automatically tag a customer when they create an account so they receive special pricing immediately.
- Enable Customer Accounts in Shopify.
- From Shopify's admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under "Templates", select customers/register.liquid.
-
Find:
{% form 'create_customer' %}
-
Copy and paste this code directly below that line:
Note: This code will add the tag "Wholesale" to any customer that registers. To use a different tag, replace "Wholesale" with the tag of your choice.
<input type="hidden" id="customer_tags" name="customer[tags]" value="Wholesale"/>
- Select Save.
That's it!
Next Steps:
- Hide Products from Regular or Tagged Customer Accounts
- Manually Sync Inventory
- Minimum Cart Value or Product Count before Checkout Required
Comments
Please sign in to leave a comment.