2016-04-21 98 views
0

我已經根據可用的在線文檔開發了Bigcommerce模板主題。如何在Bigcommerce商店上傳或提交BigCommerce模板主題

我想在大商店的演示商店測試該主題,在演示商店上傳該主題的方式是什麼?

+0

https://stackoverflow.com/questions/36701914/install-a-bigcommerce-stencil您的API憑證-theme – Alyss

+0

查看以下鏈接 - https://support.bigcommerce.com/articles/Public/Opting-in-to-Stencil/ https://support.bigcommerce.com/articles/Public/Custom-Theme -upload / –

回答

0

下面給出了將您的主題捆綁並推送到您的商店的命令。

stencil push 

注意,使用此之前,你需要配置你的.stencil文件

{ 
    "normalStoreUrl": "<URL of your website here>", 
    "port": "3001", 
    "clientId": "<Client ID from API Access>", 
    "accessToken": "<Access Token from API Access>", 
    "customLayouts": { 
    "brand": {}, 
    "category": {}, 
    "page": {}, 
    "product": {} 
    } 
}