1) Navigate to the Wholesale Registration Page
From your Shopify admin, go to Sales channels > Online Store > Pages > Wholesale Registration.
This will open the editor for your wholesale registration form.
2) Switch to HTML view
In the top-right corner of the content editor, click the < > button to switch to HTML view. a. Don't worry! You only need to change small pieces of text. You won't be rewriting any code from scratch.
3) Find the section you want to edit
Scroll down through the HTML until you see the form fields in red text. Each field follows the same pattern.
Example: a text field:The highlighted text (between > and
</label>) is what displays on the form. That's the part you edit.
4) Common Edits
Renaming a field label
Find the label for the field you want to rename and change only the visible text, leaving the rest of the code untouched.
Editing the Buyer Type dropdown options
This is the most commonly updated section. Find the
buyerTypeblock and change the option names as needed. Each<option>line is one item in the dropdown.
To rename an option, change the highlighted text. To add a new option, copy an existing<option>line, paste it on a new line, then update both thevalueand the visible text.
Removing a field
To remove a field entirely, delete both its
<label>line and its corresponding<input>line. Be careful not to delete any surrounding<div>tags.
Only delete the<label>and<input>lines for that field. If you're unsure, see the reset instructions below.
5) Update the page title (optional)
To change the page title, scroll to the top of the editor and click the Title field. Type your new title and click Save.
6) Save your changes
Click the Save button in the bottom-right corner. Your changes will go live on your storefront immediately.
Made a mistake? Reset to the original form
In your Shopify admin, go to PortalSphere > Account Settings and scroll down to Wholesale Registration Page.
Click Reset Wholesale Registration Page to restore the form to its original default state. Warning: Resetting will discard all customizations. Only do this if needed.



