Skip to content

Instantly share code, notes, and snippets.

View sparkweb's full-sized avatar

David Hollander sparkweb

View GitHub Profile
@sparkweb
sparkweb / foxyshop-wholesale.php
Last active August 29, 2015 14:05
FoxyShop Wholesale Support Plugin
<?php /*
**************************************************************************
Plugin Name: FoxyShop Wholesale User Add-on
Plugin URI: http://www.foxytools.com/
Description: Adds Wholesale User Support, Advanced Custom Fields required
Author: SparkWeb Interactive, Inc.
Version: 1.0
Author URI: http://www.sparkweb.net/
@sparkweb
sparkweb / refeedxml.php
Created April 14, 2014 04:49
Refeed Failed FoxyCart Datafeeds
<?php
//Author: David Hollander, www.sparkweb.net
//Recommendation: install this script on your server and setup a cron to run it every few hours.
//Set Config Details
$domain = ""; //yourstore.foxycart.com
$apikey = "";
$days_to_check = 7;
//Make sure we are set up
@sparkweb
sparkweb / foxyshop-mailchimp-ecommerce360.php
Created February 6, 2014 19:58
FoxyShop Plugin - MailChimp Ecommerce 360
<?php
/*
Plugin Name: FoxyShop - MailChimp Ecommerce 360
Plugin URI: http://www.foxy-shop.com/
Description: Extends FoxyShop to add MailChimp Ecommerce 360 tracking to your checkout fields
Version: 1.0
Author: SparkWeb Interactive, Inc.
Author URI: http://www.foxy-shop.com/
License: GNU GPL v2
*/