【问题标题】:How to upload or submit BigCommerce Stencil Theme on Bigcommerce store如何在 Bigcommerce 商店上传或提交 BigCommerce Stencil 主题
【发布时间】:2017-09-24 11:42:14
【问题描述】:

我根据可用的在线文档开发了 Bigcommerce Stencil 主题。

我想在 bigcommerce 的 demo store 上测试那个主题,在 demo store 上传那个主题的方法是什么?

【问题讨论】:

标签: bigcommerce


【解决方案1】:

下面是捆绑主题并将其推送到商店的命令。

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": {}
  }
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-09-06
    • 1970-01-01
    • 2016-10-02
    • 1970-01-01
    相关资源
    最近更新 更多