B2B Solution | How to add wholesale form but not using app-block
There are many Shopify themes which support app block so you can easily add our wholesale form to register page or other pages using app block. If you missed that out, feel free to check our user guide here: Publish form to the storefront
Still, there are themes that don't support app block. Thus, in this article, we will guide you how to deal with that situation and still manage to get our wholesale form display on your store.
#1 Replace wholesale form on Shopify default form
- Navigate to the Themes section in Shopify Admin > click 3 dots > choose Edit code
- You search for "register" then you should be able to find the liquid file of your register page (normally the name of that file is "...register.liquid").
- Then you disable all the code you found there and replace with this: <div id="bss-b2b-registration-form" form-id="28192"></div>
In which the form-id is the id that you can get from the Registration Forms feature in the app
=> As a result, the wholesale form will be displayed on the Shopify default register page (/account/register)
#2 Add wholesale form to a ready page
Quite the same as above but instead of dealing with the liquid file, you can do that directly to the html editor of Shopify pages.
- Navigate to Admin > Online Store > Pages and choose the page you'd like to add the form.
- Click on Show HTML button and put the same pattern we shared above.
=> As a result, your wholesale form will be displayed on one of your ready pages.
Hope this article is helpful. If you want to know more on our Registration Forms feature, feel free to check our user guide for registration form.
Wish you a wonderful day!😊
By Jonas N.
Updated on: 01/10/2025
Thank you!