dev-master
9999999-dev https://github.com/sturple/shopify-partner-storeShopify Partner Store Bundle (Embed)
MIT
The Requires
by Shawn Turple
oauth symfony shopify embed partner store
Shopify Partner Store Bundle (Embed)
Install With Composer, (*1)
{ "require": { "sturple/shopify-partner-store": "dev-master" } }
and then execute, (*2)
$ composer update
Add to app/AppKernel.php
file, (*3)
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\PartnerStoreBundle\FgmsPartnerStoreBundle(); ] } }
The following configuration options may/must be set in config.yml
:, (*4)
fgms_partner_store: api_key: # API key for Shopify secret: # Secret for Shopify
The bundle specifies the following routes which must be known to configure as a Shopify App:, (*5)
/install
/auth
/suport
/
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., (*6)
Shopify Partner Store Bundle (Embed)
MIT
oauth symfony shopify embed partner store