gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Verify theme support level #1197

Closed enmaboya closed 2 years ago

enmaboya commented 2 years ago

As you know lately, Shopify does not allow applications that only use script tags.

To work with the Online Store 2.0 you need to use "Theme app extensions". But in this case you should not install script tags. If the store has not yet updated the theme and is using the Online Store 1.0, script tags must be installed.

These changes solve this problem