如何使用Shopify CLI和PHP将Shopify应用的主题扩展与商店连接?

luaexgnf  于 2023-06-04  发布在  PHP
关注(0)|答案(1)|浏览(162)

如何使用PHP为Shopify应用程序创建和使用Shopify主题扩展?

我创建了一个Shopify应用程序,我想使用主题扩展而不是脚本标签。我使用Shopify CLI创建主题扩展。现在我想把它和商店联系起来。
command
This is the screenshot of the folder that I created.

lndjwyie

lndjwyie1#

Put a line of code in your extension block, push to your development store. Now enable previews in your App by clicking the link the CLI gives you, and then visit the store, theme, customizer. Now you can test if your extension loaded by enabling it in the customizer and seeing the code from your block, in the theme, where you put it.

这很容易做到。Shopify已经解决了大部分问题,所以我发现从在代码编辑器中键入,使用CLI并在主题中看到结果只需要很少的按键。
我建议你玩并遵循Shopify食谱来达到这一点。

相关问题