dynamic / foxystripe
FoxyStripe is a SilverStripe ecommerce module that integrates with FoxyCart for order processing.
Installs: 2 377
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 9
Forks: 11
Open Issues: 3
Type:silverstripe-vendormodule
Requires
- bummzack/sortablefile: ^2.1
- dynamic/silverstripe-country-dropdown-field: ^1.0@dev
- foxycart/foxyclient: ^2.0
- silverstripe/recipe-cms: ^1.0@dev || ^4.0@dev
- silverstripe/vendor-plugin: ^1.0
- symbiote/silverstripe-gridfieldextensions: ^3.1@dev
- unclecheese/display-logic: ^2.0@dev
Requires (Dev)
- dev-master / 4.0.x-dev
- 4.0.0-alpha5
- 4.0.0-alpha4
- 4.0.0-alpha3
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.x-dev
- 2.x-dev
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.x-dev
- 1.2.x-dev
- 1.1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- dev-experimental/sso
- dev-enhancement/QuantityField-357
- dev-enhancement/composerSS3-2
This package is auto-updated.
Last update: 2024-10-18 19:16:38 UTC
README
FoxyStripe is a SilverStripe ecommerce module designed to integrate with FoxyCart.
FoxyCart provides you with a flexible, powerful, customizable, and secure ecommerce platform. FoxyStripe provides a product catalog that integrates with the FoxyCart shopping cart and API.
Features include:
- FoxyCart Add to Cart Form with Product Options and Modifiers
- Customer Order History
- Two-way Single Sign On with FoxyCart
- HMAC Product Validation
Read more about Using FoxyStripe, Advanced Features and Migrating from SilverStripe 3.x to 4.x
Installation
composer require dynamic/foxystripe
Requirements
- SilverStripe 4.x
- FoxyCart Store 2.x
Setup
Once FoxyStripe is installed, run a dev/build to setup the database.
FoxyCart Setup
Login to your FoxyCart Account and create a new store. See Creating a FoxyCart Account for detailed instructions.
FoxyStripe Setup
Now that your store has been created, you'll need to grab some information from FoxyCart to configure your FoxyStripe site.
In CMS > Settings > FoxyStripe
- Store Name - enter value from FoxyCart > Store > Settings > Store sub domain - ex:
myfoxystripestore
- Store Key - copy value to FoxyCart > Store > Advanced > API key - ex:
xxxxxxxxxxxxx1234
Your FoxyStripe store is now setup and ready for business. To get started, see Using FoxyStripe
To set up additional features, such as Single Sign On and Order History, see Advanced Features
Additional Information
FoxyCart Documentation
Maintainer Contact
Credits
Inspired by previous work done by cbryer.
Documentation
See the docs/en folder.