【发布时间】:2017-09-24 11:42:14
【问题描述】:
我根据可用的在线文档开发了 Bigcommerce Stencil 主题。
我想在 bigcommerce 的 demo store 上测试那个主题,在 demo store 上传那个主题的方法是什么?
【问题讨论】:
标签: bigcommerce
我根据可用的在线文档开发了 Bigcommerce Stencil 主题。
我想在 bigcommerce 的 demo store 上测试那个主题,在 demo store 上传那个主题的方法是什么?
【问题讨论】:
标签: bigcommerce
下面是捆绑主题并将其推送到商店的命令。
stencil push
请注意,在使用此功能之前,您需要在 .stencil 文件中配置您的 API 凭据
{
"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": {}
}
}
【讨论】: