Shopify / shopify-app-template-php

263 stars 85 forks source link

Access scope related issue #486

Open francissebin-2hats opened 7 months ago

francissebin-2hats commented 7 months ago

I'm unable to add a new access scope. Added the following thing in the shopify.app.toml file.

scopes = "write_products,write_script_tags"

is this the correct method to add scope?, also can we do anything in the front-end section with the Shopify app? I mean to track something like when a user search for a keyword like shirt etc I need to save them to DB

debuss commented 6 months ago

You need to run this command npm run shopify app config push then restart your server npm run dev.