sturple / shopify-forms
Shopify Forms Bundle (Embed)
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- league/csv: 8.0
- sturple/common: ~0.0
This package is not auto-updated.
Last update: 2021-05-29 01:26:12 UTC
README
Installation
Install With Composer
{ "require": { "sturple/fgms-shopify-forms": "dev-master" } }
and then execute
$ composer update
Configuration
Add to app/AppKernel.php
file
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\EmailInquiriesBundle\FgmsEmailInquiriesBundle(); ] } }
The following configuration options may/must be set in config.yml
:
fgms_email_inquiries: 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
- 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.