This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Setup Items | |
$order_items = array(); | |
$order_items[] = array( | |
"Offer" => array( | |
"Header" => array( | |
"ID" => "FC-Money", | |
), | |
), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "26211", | |
"email": "[email protected]", | |
"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, |
NewerOlder