nsweeting/shopify

Confused about shop-name?

Closed this issue · 1 comments

How do you know what the shopname is before the Shop gives access to your app?
hardcoding shop name seems silly unless im understanding everything wrong.

@thedangler You usually would have a signup page, where the merchant has to give you his shop's name:
screen shot 2017-12-22 at 10 16 37

The screenshot is from an app that used the official ruby-rails shopify app gem, it provides a template generator for rails and some other stuff.
If you know ruby, you should take a look at its implementation, to get an idea of how they handle the signup etc 🎓