sturple / shopify-partner-store
Shopify Partner Store Bundle (Embed)
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- sturple/common: ~0.0
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.