sturple/shopify-partner-store

This package is abandoned and no longer maintained. No replacement package was suggested.

Shopify Partner Store Bundle (Embed)

dev-master 2017-02-10 20:08 UTC

This package is not auto-updated.

Last update: 2021-05-29 04:34:49 UTC


README

Installation

Install With Composer

{
   "require": {
       "sturple/shopify-partner-store": "dev-master"
   }
}

and then execute

$ composer update

Configuration

Add to app/AppKernel.php file

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            ...
             new Fgms\PartnerStoreBundle\FgmsPartnerStoreBundle();
        ]
    }
}

The following configuration options may/must be set in config.yml:

fgms_partner_store:
    api_key:            # API key for Shopify
    secret:             # Secret for Shopify

Shopify App Configuration

The bundle specifies the following routes which must be known to configure as a Shopify App:

  • Install: /install
  • OAuth: /auth
  • Support: /suport
  • Home: /

To setup a Shopify proxy for form submission point the proxy at /submit. The unique code for the form to submit to should be appended to the Shopify proxy link.