Hello!
Need a little help figuring out an error.
Backstory: In our store, we have three separate customers tags (retail, dentist, international) that we use to create four classifications of customers to differentiate product pricing/availability:
- dentist
- retail
- international, dentist
- international, retail
If customers have the international and the dentist tags then they can see our professional products priced for international sale - If they’re domestic retail customers, they can order retail products priced for domestic sale - etc.
The problem: We’ve had the same registration form on our site for a while and all of a sudden, it’s kicking back a “tags is invalid” error.
I’ve been able to figure out that the dentist vs retail and the international vs non-international tags work properly on their own but when it’s trying to add both the dentist and the international tag, it does not work.
Note: the store is on the Supply 2.0.6 theme. (I know it’s a vintage theme, we’re working towards switching over, but I wanted to see if we can fix this with what we have right now)
Here’s our code:
# {{ 'customer.register.title' | t }}
{% form 'create_customer' %}
{% include 'form-errors-custom' %}
Password must be at least 5 characters. More is better!
If “No”, please proceed to the “CREATE” button below.
{{ 'customer.register.or' | t }} {{ 'customer.register.cancel' | t }}
{% endform %}
Any ideas?
I’ve been staring at this for a while and I just feel like I’m missing something.
Thanks!