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.
Copyright © 2021 Jogjafile Inc.
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.