2017 © Pedro Peláez
 

symfony-bundle shopify-special-offers

Shopify Special Offers Bundle (Embed)

image

sturple/shopify-special-offers

Shopify Special Offers Bundle (Embed)

  • Friday, December 16, 2016
  • by sturple
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Shopify Special Offers Bundle (Embed)

Installation

** Install With Composer **, (*1)

{
   "require": {
       "sturple/fgms-shopify-special-offers": "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\SpecialOffersBundle\FgmsSpecialOffersBundle(); ] } }

The following configuration options may/must be set in config.yml:, (*4)

fgms_special_offers:
    api_key:            # API key for Shopify
    secret:             # Secret for Shopify
    expired:            # Number of expired special offers shown on main page of app
    notifications:      # Optional: Only specify if you want email notifications on sale started/ended
        from:           # Specifies email address email notifications will come from
            name:       # Optional, full name of person email will come from
            address:    # Email address of person email will come from
        to:             # Specifies email addresses email notifications will be sent to
            - name:     # Optional, full name of person email will be sent to
              address:  # Email address of person email will be sent to
        start_template: # Twig template which will be rendered for special offer started
        end_template:   # Twig template which will be rendered for special offer ended

Requirements

64 bit PHP is required. To check if you're running 64 bit PHP run the following code:, (*5)

<?php
echo PHP_INT_SIZE;

If 8 is printed you're running 64 bit PHP., (*6)

Shopify App Configuration

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

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

The Versions

16/12 2016

dev-master

9999999-dev https://github.com/sturple/shopify-special-offers

Shopify Special Offers Bundle (Embed)

  Sources   Download

MIT

The Requires

 

by Robert Leahy

oauth symfony shopify embed special offers

16/12 2016

0.0.1

0.0.1.0 https://github.com/sturple/shopify-special-offers

Shopify Special Offers Bundle (Embed)

  Sources   Download

MIT

The Requires

 

by Robert Leahy

oauth symfony shopify embed special offers

06/12 2016

dev-rleahy_ui

dev-rleahy_ui https://github.com/sturple/fgms-shopify-special-offers

Shopify Special Offers Bundle (Embed)

  Sources   Download

MIT

The Requires

 

by Robert Leahy

oauth symfony shopify embed special offers

12/11 2016

dev-rleahy

dev-rleahy https://github.com/sturple/fgms-shopify-special-offers

Shopify Special Offers Bundle (Embed)

  Sources   Download

MIT

The Requires

 

by Robert Leahy

oauth symfony shopify embed special offers