sturple / shopify-special-offers
This package is abandoned and no longer maintained.
No replacement package was suggested.
Shopify Special Offers Bundle (Embed)
Package info
github.com/sturple/shopify-special-offers
Type:symfony-bundle
pkg:composer/sturple/shopify-special-offers
0.0.1
2016-12-16 19:15 UTC
Requires
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2021-06-06 21:55:39 UTC
README
Installation
** Install With Composer **
{
"require": {
"sturple/fgms-shopify-special-offers": "dev-master"
}
}
and then execute
$ composer update
Configuration
Add to app/AppKernel.php file
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Fgms\SpecialOffersBundle\FgmsSpecialOffersBundle(); ] } }
The following configuration options may/must be set in config.yml:
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:
<?php echo PHP_INT_SIZE;
If 8 is printed you're running 64 bit PHP.
Shopify App Configuration
The bundle specifies the following routes which must be known to configure as a Shopify App:
- Install:
/install - OAuth:
/auth - Home:
/