Hello.
I’m new to shopify and I am struggling to understand how the custom app may modify the Shopify store. I went through multiple tutorials and blog posts, but none gave me answers I wanted.
I manged to create new rails app, connect it to partners.shopify, create new store, install the app into the store and tunnell it via ngrok to my localhost.
I created new controller “test” with “index” action, but this can only be seen in SHOPNAME.myshopify.com/admin/apps/APPNAME/test, but how can I modify and design the storefront? So the controller is available on SHOPNAME.myshopify.com/test ? I don’t really want to use the WYSIWYG templates, I want custom rails app connected to shopify infrastructure.
P.s.: It is custom app for one and only store.
P.s.s.: I want to be able both to modify admin section and storefront.