FoxyStripe

FoxyStripe is a SilverStripe ecommerce module designed to integrate with FoxyCart.

View the Project on GitHub dynamic/foxystripe

Overview

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:

Read more about Using FoxyStripe and Advanced Features

Installation

Requirements

Composer Installation

"require": { "dynamic/foxystripe": "dev-master }

Git Installation

git clone git@github.com:dynamic/foxystripe.git foxystripe

Manual Installation

Place this directory in the root of your SilverStripe installation, and rename the folder to 'foxystripe'.

Recommended Add-Ons

The following add-ons are optional, but will enhance FoxyStripe when installed:

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

  1. Store Name - enter value from FoxyCart > Store > Settings > Store sub domain - ex: myfoxystripestore
  2. Store Key - enter value from 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

Security

While SSL is not required to use FoxyStripe, it is recommended that you run your production instance of FoxyStripe as SSL. This will prevent any 'insecure connection' warnings you may receive during the checkout process.

In mysite/config_php, add the following to force the site into SSL in live mode:

if(Director::isLive()) { Director::forceSSL(); }

Additional Information

FoxyCart Documentation

Maintainer Contact

Credits

Inspired by previous work done by cbryer.

License

Copyright (c) 2014, Dynamic Inc
    All rights reserved.

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.