2017 © Pedro Peláez
 

symfony-bundle shopify-partner-store

Shopify Partner Store Bundle (Embed)

image

sturple/shopify-partner-store

Shopify Partner Store Bundle (Embed)

  • Friday, February 10, 2017
  • by sturple
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Shopify Forms Bundle (Embed)

Installation

Install With Composer, (*1)

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

and then execute, (*2)

$ composer update

Configuration

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

Shopify App Configuration

The bundle specifies the following routes which must be known to configure as a Shopify App:, (*5)

  • 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., (*6)

The Versions

10/02 2017

dev-master

9999999-dev https://github.com/sturple/shopify-partner-store

Shopify Partner Store Bundle (Embed)

  Sources   Download

MIT

The Requires

 

oauth symfony shopify embed partner store