All things Shopify and commerce
I'm trying to create a seperate customer account type in this case (producer/vendor of the products) I am trying right now by having my create account form have a checkbox that when clicked will add a tag to the customer so they can use a seperate dashboard however shopify is not recognizing the checkbox as making the tag and not assigning it to the customers account
<!-- Register as Producer Checkbox -->
<div>
<input type="checkbox" id="RegisterAsProducer" name="customer[tags][]" value="producer">
<label for="RegisterAsProducer">Register as Producer</label>
</div>
<!-- Submit Button -->
<div>
<button type="submit">{{ 'customer.register.submit' | t }}</button>
</div> code in main register liquid however when the button is pressed neither my customer tag is updated nor y console info as seen in the bottom right of the left half of this image
Check if "customer[tags][]" is correctly formatted for Shopify, or if extra theme code is needed. OsteoPilates in Ivrea might face similar tagging issues!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025