Git Product home page Git Product logo

shopify-app-auth-laravel's People

Contributors

jared-fraser avatar jonathan-bird avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shopify-app-auth-laravel's Issues

Getting the current app name based on the request

To get the shopify configuration from the config as mentioned on the Usage, the name of the app is required to pull the configuration. What is the right way to get the app name during the execution of the request. I have a controller that is shared between 2 apps.

Setting up charges for the app

How and where would be the right place to setup application charges? I am trying to set up both the recurring and usage charges.

Error on installing app on a store

I get the following error during the installation of the app on a store

capto_capture 2017-11-30_11-52-55_am

Could you advice what I may be missing. I seem to have correct entries on the tables.

I tried the following on a test route

    $shopUrl = "some-name.myshopify.com"; //exists on the db
    $appName = "some-app-name"; //exists on the db

    $user = \CultureKings\ShopifyAuth\Models\ShopifyUser::where('shop_url', $shopUrl)->whereHas('shopifyAppUsers', function ($query) use ($appName) {
        $query->whereShopifyAppName($appName);
    })->get();

    dd($user->shopifyAppUsers->count());

capto_capture 2017-11-30_11-56-27_am

Clarity on package setup

So far, it has been quite easy to set the package, but there are a few minor hiccups. I understand this package is quite new and will have more documentation in the future, could you please provide some clarity.

  1. How to set the package to use for multiple apps within the same repository
  2. There is a success page, which is kinda the default the page that it redirects to on successful installation of the app and also when the user opens an app that was already installed. Is there a way to open a different page instead of opening the success page when the app is opened.
  3. Based on the Usage section (https://github.com/culturekings/shopify-app-auth-laravel#usage), are these variables always accessible on the views or should I use it similar to how it is implemented in https://github.com/culturekings/shopify-app-auth-laravel/blob/master/src/Http/Controllers/AuthController.php#L32

Checking if it is an existing or new app installation

Since the only entry point from the config is the install-success page, and this is the page that is always loaded everytime the app is opened, is there a good way to check if this is a new installation or an existing installation.

Isn't working with the latest updates

@jonathan-bird Just started working with this packages, but doesn't seem to work with the latest updates from oseintow/laravel-shopify. The latest release of oseintow/laravel-shopify doesn't include the changes for multiple apps

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.