Skip to main content

Edit Your Wholesale Registration Form

Learn how to access and edit your wholesale registration form directly in Shopify, including updating field labels, customizing the Buyer Type dropdown and resetting the form if needed.

Updated this week

1) Navigate to the Wholesale Registration Page

  1. From your Shopify admin, go to Sales channels > Online Store > Pages > Wholesale Registration.

  2. This will open the editor for your wholesale registration form.


2) Switch to HTML view

  1. 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

  1. 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

  1. 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.

  2. Editing the Buyer Type dropdown options

    This is the most commonly updated section. Find the buyerType block 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 the value and the visible text.

  3. 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)

  1. 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

  1. 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

  1. In your Shopify admin, go to PortalSphere > Account Settings and scroll down to Wholesale Registration Page.

  2. 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.

Did this answer your question?