Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Shopify 如何获取Strapi内容到我的bigcommerce主题?_Shopify_Bigcommerce_Strapi_Headless Cms - Fatal编程技术网

Shopify 如何获取Strapi内容到我的bigcommerce主题?

Shopify 如何获取Strapi内容到我的bigcommerce主题?,shopify,bigcommerce,strapi,headless-cms,Shopify,Bigcommerce,Strapi,Headless Cms,我对Strapi非常陌生,我有一个bigcommerce主题,我应该在这里实现Strapi的内容 如何将内容从Strapi导入我的bigcommerce主题 在我的bigcommerce主题中,我有config.json,其中有以下字段: > - I doubt that this is not correctly set, because I dont see other way to connect strapi with my bigcommerce theme. > >

我对Strapi非常陌生,我有一个bigcommerce主题,我应该在这里实现Strapi的内容

如何将内容从Strapi导入我的bigcommerce主题

在我的bigcommerce主题中,我有config.json,其中有以下字段:

> - I doubt that this is not correctly set, because I dont see other way to connect strapi with my bigcommerce theme.
> 
>     "settings": {
>     "strapi_base_url": "what should I put here?(is it url with my cms admin strapi url?)",
>     "integration_server_base_url": "And same question, what is integration_server_base_url, where I can find it?",
>     "google_captcha_key": "/",
>     "bc_app_client_id": "/",
>     "google_site_verification": "/",
>     ...
>     }
简而言之,我需要用Strapi的内容填充一个主题


谢谢你的时间,每一个建议都很好 要实现这一点,我相信您必须将Strapi集成到BigCommerce主题中-可能需要使用脚本API和这个Strapi文档:

根据您想要导入到BC中的内容,方法可能会有所不同。 例如,将产品导入BC商店时,可以使用外部csv文件使用BC进行批量导入。因此,如果您可以将该数据导出为这种格式,那么这里将为您列出导入过程:

然而,这个例子是一个商店而不是一个主题。导入到主题可能会稍微复杂一些

如果我可以问一下--你想从Strapi导出什么类型的内容?
我正在调查可能的情况,并向我的团队寻求更多帮助。:)

非常感谢您的回答!我的问题是,我无法获取/显示我在本地设置的bigcommerce主题中的strap内容。我设法在本地启动了一个项目/bigcommerce主题,其中包含strapi的所有内容。我使用了stencil init,最终完成了工作在我的BC主题中无法在本地获取Strapi内容的原因是文件夹名称和路径不合适。我在文件夹“+()-)这是一个原因:D.我花了几天时间,现在一切都好了!:)再次非常感谢您的帮助!:)–Dejan刚刚编辑删除

嘿!非常感谢您的回答!我的问题是我无法获取/显示我在本地设置的bigcommerce主题中的strap内容。我设法在本地启动了一个项目/bigcommerce主题我使用了stencil init并最终完成了作业!在我的BC主题中没有在本地获取strapi内容的原因是文件夹名称和路径不合适。我在文件夹名称“+()-”)中添加了内容,这是一个原因:D。我花了几天时间,现在一切正常了!:)再次非常感谢您的帮助!:)@德扬,我很高兴一切顺利!!:)