ShopBase Developers
Concept
Rest API References
Search…
Getting started
Build An App
Making your first request
How to submit an app to ShopBase App Store
Getting your app approved
BUILD A THEME
Getting started building themes
Theme development resources
How to submit a theme to ShopBase Theme Store
Storefront SDK
Test and Debug app
Debug apps with Postman
Tutorial
Manage orders and shipping
Integrate a payment gateway
How to create your payment gateway on ShopBase
Technical Specifications
Powered By
GitBook
Getting started building themes
This guide describes the basic steps for getting started to build a theme for ShopBase.
The first step in building a theme for ShopBase is to join the ShopBase Partner Program by
creating a partner account
.
After you create a partner account, check out the following tools and resources to help you get started:
A GitHub account to store your theme code
Theme development resources
How to submit a theme to ShopBase Theme Store
Create a new theme from ShopBase Partner Admin
Steps:
1.
Create a new empty Github repo (public or private) and remember its' url (eg:
https://github.com/ShopBaseCom/starter-theme
).
2.
From your ShopBase Partner Admin, go to
Public Themes
.
3.
Click
Create Theme
4.
Give your theme a name
5.
In the
Theme details
section, write your theme description and 2 thumbnails of Desktop and Mobile.
6.
In the
Connect to repository
section, enter the repository URL where you store your theme code.
7.
Hit
Save
.
Develop the theme in local environment
Steps:
1.
Create a new theme repo on your local machine using our
Theme CLI
tool.
2.
Connect your store & start developing
.
How submit your theme to Theme Store
Steps:
1.
From theme detail page, click
Create new version
2.
Enter the description of this version. For eg.
Submit the first time
3.
Hit
Save as draft
or
Submit for Review
(Only Submit when you make sure your theme is fully tested and works)
4.
Select the store that you want to install the theme version to test.
Previous
The review process
Next - BUILD A THEME
Theme development resources
Last modified
2yr ago
Copy link
Contents
Create a new theme from ShopBase Partner Admin
Develop the theme in local environment
How submit your theme to Theme Store