Skip to content

Instantly share code, notes, and snippets.

View sparkweb's full-sized avatar

David Hollander sparkweb

View GitHub Profile
@sparkweb
sparkweb / addorder.php
Created April 3, 2014 20:23
VeraCore SOAP AddOrder
<?php
//Setup Items
$order_items = array();
$order_items[] = array(
"Offer" => array(
"Header" => array(
"ID" => "FC-Money",
),
),
@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
*/
@sparkweb
sparkweb / order.json
Last active May 22, 2019 13:00
Order Desk Order Data Array
{
"id": "26211",
"email": "test@orderdesk.com",
"shipping_method": "FedEx Home Delivery",
"quantity_total": 1,
"weight_total": 1,
"product_total": 10,
"shipping_total": 11.17,
"handling_total": 0.5,
"tax_total": 1.2,