How can I have different customer accounts? Like a PRO account, for example. So I can have more extra fields on the account registration page and they will be shown on the account info page? Maybe there is an app for this?
Hi @volhon
By different accounts do you mean different information collected during or after registration? If that’s so Customer Account Concierge just launched a plugin to create both Registration and Profile customer forms, Registration forms to create new accounts and Profile forms to update or extend the profiles of already created accounts, both of them with customizable fields that are saved in Shopify metafields.
You can create different registration forms with it if that’s what you target. Regarding showing it on the account page it may require you to tag the different types of customers, once done you can show tag-based content on the account page as custom pages, that is, show this custom page (with the new customer information collected as metafields) only to certain customers based on customer tags.
Hi @volhon not exactly sure what you mean by “different customer accounts”
Are you trying to collect additional information from your “PRO” customers, or are you looking to share more information with those customers?
The Customer Fields app allows you to create unique registration forms for different customer groups, so you could collect additional data from certain customers, and use the app’s auto-tag feature to tag them as “pro” or otherwise.
This is common for stores who sell to both retail and wholesale customers. Those stores typically maintain the standard Shopify registration form for retail users, and implement a custom wholesale intake form on a separate page such as /pages/wholesale-inquiry-form
You could also use Liquid to customize the storefront for certain customers. For example, if customer tag contains “pro” then show [whatever elements you want to display].
If you provide more info, we’d be happy to help!