How to create and use Shopify theme extension for Shopify Apps with PHP?
I have created a Shopify app and I want to use a Theme extension instead of a script tag. I create theme extensions using Shopify CLI. now I want to connect it with stores.
How to create and use Shopify theme extension for Shopify Apps with PHP?
I have created a Shopify app and I want to use a Theme extension instead of a script tag. I create theme extensions using Shopify CLI. now I want to connect it with stores.
2
Answers
It is pretty easy to do. Shopify has ironed out most of the kinks, so I find it takes very few keystrokes to go from typing in my code editor, using the CLI and seeing the result live in a theme.
I suggest you play and follow the Shopify recipes to get to this point.
If you navigate to your app settings from the Shopify partner account, you will find the settings for extensions. There you will see to Enable/Disable theme app extension.