Ebizmarts_MageMonkey - Version 1.1.19

Version Notes

-- version 1.1.19 stable
- add browsed products autoresponder

-- version 1.1.18 stable
- new facility to redirect abandoned cart to cms page
- fix for autoresonders, configurable products in review email

-- version 1.1.17 stable
- add token to abandoned cart url for security

-- version 1.1.16 stable
- fix for abandoned cart when a logged customer abandon an order and make this order as guess
- introduce autologin feature for abandoned carts

-- version 1.1.15 stable
- fix for abandoned cart cron configuration

-- version 1.1.14 stable
- Add grid for sent email (autoresponder and abandoned carts)
- Minor fix for mandrill tags

-- version 1.1.13 stable
- Fix for mandrill tags
- Fix for autoresponders admin configuration

-- version 1.1.12 stable
- Fix for autoresponders

-- version 1.1.11 stable
- fix for abandoned carts
-- fix for multistore templates
- first release of autoresponders

-- version 1.1.10 stable
- fix for abandondedcart dashboard

-- version 1.1.9 stable
- Fix for mandrill tags

-- version 1.1.8 stable
- Fix render group errors when user it's guest
- Improve merge var to get address fields
- Fix Bulk Sync import functionality when we create new customers in case doesn't exist
- Fix dashboard in abandoned cart
- Fix database definition in abandoned cart
- Add logs in abandoned cart settings
- Fix for tags in abandoned carts mandrill
- Add subject email to the admin in abandoned cart

-- version 1.17 stable
- Add customer groups to abandoned cart
- Fix abandoned cart orders grid
- Fix for unsuscribe

-- version 1.1.6 stable
- Improve Abandoned Cart template (add tax, skus in configurable/bundle products)
- Add option to send abandoned cart emails By Days/Hours
- Add new Ecommerce360 option to send orders to MailChimp (By Cron depending on the Orders Status)
- Fix Wrong Store Name display error on BulkSync exports
- Posibility to Delete Ecommerce360 Orders in Magento (Not in MailChimp)
- Improve data Sync between Magento -> MailChimp (add telephone and company) Send Billing and Shipping address on Exports
- Show interest groups on Checkout in case has enable the subscribe on checkout
- Add createAtachment and addTo in the Emails functionality

-- version 1.1.5 stable
- Fix for abandoned cart, enable to put a specific coupon created on magento

-- version 1.1.4 stable
- Fix for abandoned cart multi store management
- Fix for abandoned cart not send email for a quote who has an order posterior from the same customer

-- version 1.1.3 stable
- Support for mandrill attachments

-- version 1.1.2 stable
- Fix for abandoned cart, coupon qty > 1 for the same product
- Fix for abandoned cart, customer name in email
- Fix for abandoned cart, cart content in email
- Fix for database with prefix

-- version 1.1.1 stable
- Adding configuration field to Start Date for abandoned carts
- Add abandonedflag to sales_flat_order
- Change for magento 1.4.2 and 1.5.*

-- version 1.1.0 stable

- Adding abandoned order manager (beta)

-- version 1.0.22 stable

- Adding Oauth2 support to connect MageMonkey with MailChimp
- Fallback on setReplyTo in Mandrill when transactional email is not enabled
- addBcc Fix on Mandrill

-- version 1.0.21 stable

- Fix duplicated confirmation email notifications
- Add success message when customer register from the "My Account" section
- Add mass action option to Sales -> Order grid in admin panel to send orders to MC
- Fix Mandrill_API::addTo() and Mandrill_API::replyTo() issues in the Mandrill module
- Add version information in the configuration for the Mandrill module

-- version 1.0.19 stable

- Fix automatic unsubscribe issue when users create orders from backend
- Adding BCC support for Mandrill Emails
- Remove enconding from subject for Mandrill Emails
- Add tags in emails sent from Mandrill

-- version 1.0.18 stable

Independence between MageMonkey and Mandrill modules

-- version 1.0.17 stable

-Fix "unsubscribe" when place an order

-- version 1.0.16 stable

- Fix progress bar on export function
- Add option in admin for limit of customers per round for export and import and delete customers in Magento when are removed in MailChimp
- Fix unsubscribe on edit customer from the admin panel
- Add version in the config
- Fix "Fatal error: Cannot use string offset as an array"

-- version 1.0.15 stable

- fix rendering of additional lists html elements
- Fix force subscription on checkout when use a payment method wich redirects to a payment page like PayPal Express Checkout.

-- version 1.0.14 stable
Fix Export functionality, only customers with status "subscribed" are exported now.
Increase the limit of customers for exports from 200 to 1000 per hour
Fix bug in unsubscribe customers.
Send email confirmation in double opt-in is not used.
Improve the save configuration proccess, add warnings, remove blank messages, improve the auto save webhooks in MailChimp.
Fix force subscription on checkout when use a payment method wich redirects to a payment page like PayPal Express Checkout.
Add new help links in the configuration ("What's MailChimp my IP Key?" and "How to segment your list based on your customers purchase activity").
Don't display additional lists newsletter block on checkout when there are no additional lists selected

-- version 1.0.13 stable
Fixing bug on admin urls when store code is used, more bugs fixed.

-- version 1.0.12 stable
Fixing bug on renderer for old magentos

-- version 1.0.11 stable
Adding export jobs per store id

-- version 1.0.10 stable
Fixing Ebizmarts_MageMonkey_Block_Adminhtml_Renderer_Lists bug
Fixing bug on MyAccount when subscribing, unsubscribing
Fix for bug on account creation, automatically subscribing
Ecommerce360 total with discount
Fixing but on order saving issue when customer is subscribed on MailChimp
Fixing error on cart page when compilation is ON

-- version 1.0.9 stable
Bug fix on webhooks url when Rewrites are not enabled

-- version 1.0.8 stable
Bug fix on checkout subscribe issues and EE customer credit balance issue fix (Customer is not set or does not exist.)

-- version 1.0.7 stable
Bug fix on TinyMCE inserting image, workaround for Magento passing a store parameter with undefined value.

-- version 1.0.6 stable
Fix bug when on hardcoded default store code. Additional Lists.

-- version 1.0.4 stable
Fix bug when checking newsletter box when registering. Adding customer groups as Interest Grouping

-- version 1.0.2 beta
Fixing bug on bulk export for customers, gets stuck on 200

-- version 1.0.1 beta
Bug fixing when deleting a subscriber

-- version 1.0.0 beta
Including STS

First public release 0.0.9, January 2012

Download this release

Release Info

Developer Magento Core Team
Extension Ebizmarts_MageMonkey
Version 1.1.19
Comparing to
See all releases


Code changes from version 1.1.18 to 1.1.19

Files changed (21) hide show
  1. app/code/community/Ebizmarts/AbandonedCart/Model/Cron.php +1 -1
  2. app/code/community/Ebizmarts/AbandonedCart/Model/EventObserver.php +21 -0
  3. app/code/community/Ebizmarts/AbandonedCart/etc/config.xml +11 -1
  4. app/code/community/Ebizmarts/Autoresponder/Model/Config.php +8 -0
  5. app/code/community/Ebizmarts/Autoresponder/Model/Cron.php +78 -0
  6. app/code/community/Ebizmarts/Autoresponder/Model/EventObserver.php +5 -0
  7. app/code/community/Ebizmarts/Autoresponder/Model/Resource/Visited.php +27 -0
  8. app/code/community/Ebizmarts/Autoresponder/Model/Resource/Visited/Collection.php +15 -0
  9. app/code/community/Ebizmarts/Autoresponder/Model/System/Config/Time.php +27 -0
  10. app/code/community/Ebizmarts/Autoresponder/Model/Visited.php +18 -0
  11. app/code/community/Ebizmarts/Autoresponder/controllers/AutoresponderController.php +38 -0
  12. app/code/community/Ebizmarts/Autoresponder/etc/config.xml +19 -1
  13. app/code/community/Ebizmarts/Autoresponder/etc/system.xml +105 -0
  14. app/code/community/Ebizmarts/Autoresponder/sql/ebizmarts_autoresponder_setup/mysql4-upgrade-0.1.3-0.1.4.php +57 -0
  15. app/code/community/Ebizmarts/MageMonkey/Block/Adminhtml/System/Config/Fieldset/Hint.php +4 -0
  16. app/code/community/Ebizmarts/MageMonkey/etc/config.xml +1 -1
  17. app/design/adminhtml/default/default/template/ebizmarts/abandonedcart/system/config/fieldset/hint.phtml +5 -0
  18. app/design/frontend/base/default/layout/ebizmarts/autoresponder.xml +5 -0
  19. app/locale/en_US/template/email/ebizmarts/autoresponder/visitedproducts.html +37 -0
  20. js/ebizmarts/autoresponders/visitedproducts.js +21 -0
  21. package.xml +8 -5
app/code/community/Ebizmarts/AbandonedCart/Model/Cron.php CHANGED
@@ -124,7 +124,7 @@ class Ebizmarts_AbandonedCart_Model_Cron
124
  //$url = Mage::getBaseUrl('web').'ebizmarts_abandonedcart/abandoned/loadquote?id='.$quote->getEntityId();
125
  srand((double)microtime()*1000000);
126
  $token = md5(rand(0,9999999));
127
- $url = Mage::getModel('core/url')->setStore($store)->getUrl().'ebizmarts_abandonedcart/abandoned/loadquote?id='.$quote->getEntityId().'&token='.$token;
128
 
129
  $data = array('AbandonedURL'=>$url, 'AbandonedDate' => $quote->getUpdatedAt());
130
  // send email
124
  //$url = Mage::getBaseUrl('web').'ebizmarts_abandonedcart/abandoned/loadquote?id='.$quote->getEntityId();
125
  srand((double)microtime()*1000000);
126
  $token = md5(rand(0,9999999));
127
+ $url = Mage::getModel('core/url')->setStore($store)->getUrl('',array('_nosid'=>true)).'ebizmarts_abandonedcart/abandoned/loadquote?id='.$quote->getEntityId().'&token='.$token;
128
 
129
  $data = array('AbandonedURL'=>$url, 'AbandonedDate' => $quote->getUpdatedAt());
130
  // send email
app/code/community/Ebizmarts/AbandonedCart/Model/EventObserver.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Author : Ebizmarts <info@ebizmarts.com>
4
+ * Date : 8/21/13
5
+ * Time : 1:50 AM
6
+ * File : EventObserver.php
7
+ * Module : Ebizmarts_Magemonkey
8
+ */
9
+ class Ebizmarts_AbandonedCart_Model_EventObserver
10
+ {
11
+ public function saveConfig(Varien_Event_Observer $o)
12
+ {
13
+ $store = is_null($o->getEvent()->getStore()) ? 'default': $o->getEvent()->getStore();
14
+ if(!Mage::helper('mandrill')->useTransactionalService()) {
15
+ $config = new Mage_Core_Model_Config();
16
+ $config->saveConfig(Ebizmarts_AbandonedCart_Model_Config::ACTIVE,false,"default",$store);
17
+ Mage::getConfig()->cleanCache();
18
+ }
19
+
20
+ }
21
+ }
app/code/community/Ebizmarts/AbandonedCart/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Ebizmarts_AbandonedCart>
5
- <version>0.1.22</version>
6
  </Ebizmarts_AbandonedCart>
7
  </modules>
8
  <global>
@@ -88,6 +88,16 @@
88
  </Ebizmarts_AbandonedCart>
89
  </modules>
90
  </translate>
 
 
 
 
 
 
 
 
 
 
91
  </adminhtml>
92
 
93
  <frontend>
2
  <config>
3
  <modules>
4
  <Ebizmarts_AbandonedCart>
5
+ <version>0.1.24</version>
6
  </Ebizmarts_AbandonedCart>
7
  </modules>
8
  <global>
88
  </Ebizmarts_AbandonedCart>
89
  </modules>
90
  </translate>
91
+ <events>
92
+ <admin_system_config_changed_section_ebizmarts_abandonedcart>
93
+ <observers>
94
+ <ebizmarts_abandoned_save_config>
95
+ <class>ebizmarts_abandonedcart/eventObserver</class>
96
+ <method>saveConfig</method>
97
+ </ebizmarts_abandoned_save_config>
98
+ </observers>
99
+ </admin_system_config_changed_section_ebizmarts_abandonedcart>
100
+ </events>
101
  </adminhtml>
102
 
103
  <frontend>
app/code/community/Ebizmarts/Autoresponder/Model/Config.php CHANGED
@@ -64,6 +64,14 @@ class Ebizmarts_Autoresponder_Model_Config
64
  const WISHLIST_MANDRILL_TAG = 'ebizmarts_autoresponder/wishlist/mandrill-tag';
65
  const WISHLIST_SUBJECT = 'ebizmarts_autoresponder/wishlist/subject';
66
 
 
 
 
 
 
 
 
 
67
 
68
  const COUPON_AUTOMATIC = 2;
69
  const COUPON_MANUAL = 1;
64
  const WISHLIST_MANDRILL_TAG = 'ebizmarts_autoresponder/wishlist/mandrill-tag';
65
  const WISHLIST_SUBJECT = 'ebizmarts_autoresponder/wishlist/subject';
66
 
67
+ const VISITED_ACTIVE = 'ebizmarts_autoresponder/visitedproducts/active';
68
+ const VISITED_DAYS = 'ebizmarts_autoresponder/visitedproducts/days';
69
+ const VISITED_TEMPLATE = 'ebizmarts_autoresponder/visitedproducts/template';
70
+ const VISITED_MANDRILL_TAG = 'ebizmarts_autoresponder/visitedproducts/mandrill_tag';
71
+ const VISITED_SUBJECT = 'ebizmarts_autoresponder/visitedproducts/subject';
72
+ const VISITED_CUSTOMER_GROUPS = 'ebizmarts_autoresponder/visitedproducts/customer';
73
+ const VISITED_TIME = 'ebizmarts_autoresponder/visitedproducts/time';
74
+ const VISITED_MAX = 'ebizmarts_autoresponder/visitedproducts/max_visited';
75
 
76
  const COUPON_AUTOMATIC = 2;
77
  const COUPON_MANUAL = 1;
app/code/community/Ebizmarts/Autoresponder/Model/Cron.php CHANGED
@@ -47,6 +47,9 @@ class Ebizmarts_Autoresponder_Model_Cron
47
  if(Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::WISHLIST_ACTIVE,$storeId)) { // done
48
  $this->_processWishlist($storeId);
49
  }
 
 
 
50
  }
51
  protected function _processNewOrders($storeId)
52
  {
@@ -345,6 +348,81 @@ class Ebizmarts_Autoresponder_Model_Cron
345
  }
346
  }
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
349
  protected function _createNewCoupon($store,$email)
350
  {
47
  if(Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::WISHLIST_ACTIVE,$storeId)) { // done
48
  $this->_processWishlist($storeId);
49
  }
50
+ if(Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_ACTIVE,$storeId)) { // done
51
+ $this->_processVisited($storeId);
52
+ }
53
  }
54
  protected function _processNewOrders($storeId)
55
  {
348
  }
349
  }
350
 
351
+ }
352
+ protected function _processVisited($storeId)
353
+ {
354
+ $customerGroups = explode(",",Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_CUSTOMER_GROUPS, $storeId));
355
+ $days = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_DAYS,$storeId);
356
+ $tags = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_MANDRILL_TAG,$storeId)."_$storeId";
357
+ $mailSubject = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_SUBJECT,$storeId);
358
+ $senderId = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::GENERAL_SENDER,$storeId);
359
+ $sender = array('name'=>Mage::getStoreConfig("trans_email/ident_$senderId/name",$storeId), 'email'=> Mage::getStoreConfig("trans_email/ident_$senderId/email",$storeId));
360
+ $templateId = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_TEMPLATE,$storeId);
361
+ $adapter = Mage::getSingleton('core/resource')->getConnection('sales_read');
362
+ $max = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_MAX,$storeId);
363
+
364
+ $expr = sprintf('DATE_SUB(%s, %s)', $adapter->quote(now()), $this->_getIntervalUnitSql($days, 'DAY'));
365
+ $from = new Zend_Db_Expr($expr);
366
+ $expr = sprintf('DATE_SUB(%s, %s)', $adapter->quote(now()), $this->_getIntervalUnitSql($days-1, 'DAY'));
367
+ $to = new Zend_Db_Expr($expr);
368
+
369
+ $collection = Mage::getModel('ebizmarts_autoresponder/visited')->getCollection();
370
+ $collection
371
+ ->addFieldToFilter('main_table.visited_at',array('from'=>$from,'to'=>$to))
372
+ ->addFieldToFilter('main_table.store_id',array('eq'=>$storeId));
373
+ $collection->getSelect()->order('main_table.customer_id asc')->order('main_table.visited_at desc');
374
+
375
+ $customerIdPrev = 0;
376
+ $products = array();
377
+ foreach($collection as $item) {
378
+ if($customerIdPrev!=$item->getCustomerId()) {
379
+ if($customerIdPrev != 0 && count($products) > 0) {
380
+ $email = $customer->getEmail();
381
+ if($this->_isSubscribed($email,'visitedproducts',$storeId)) {
382
+ $translate = Mage::getSingleton('core/translate');
383
+ $name = $customer->getFirstname().' '.$customer->getLastname();
384
+ $url = Mage::getModel('core/url')->setStore($storeId)->getUrl().'ebizautoresponder/autoresponder/unsubscribe?list=visitedproducts&email='.$email.'&store='.$storeId;
385
+ $vars = array('name' => $name,'tags'=>array($tags),'products'=>$products,'url'=>$url);
386
+ $mail = Mage::getModel('core/email_template')->setTemplateSubject($mailSubject)->sendTransactional($templateId,$sender,$email,$name,$vars,$storeId);
387
+ $translate->setTranslateInLine(true);
388
+ Mage::helper('ebizmarts_abandonedcart')->saveMail('visitedproducts',$email,$name,"",$storeId);
389
+ }
390
+ }
391
+ $products = array();
392
+ $customer = Mage::getModel('customer/customer')->load($item->getCustomerId());
393
+ $customerIdPrev = $item->getCustomerId();
394
+ }
395
+ if(count($products) > $max||!in_array($customer->getGroupId(),$customerGroups)) {
396
+ continue;
397
+ }
398
+ $itemscollection = Mage::getModel('sales/order_item')->getCollection();
399
+ $itemscollection->addFieldToFilter('main_table.created_at',array('from'=>$from))
400
+ ->addFieldToFilter('main_table.product_id',array('eq'=>$item->getProductId()));
401
+ if($itemscollection->getSize() == 0) { // if not orders from date which include this product
402
+ if(Mage::getStoreConfig(Ebizmarts_AbandonedCart_Model_Config::ACTIVE,$storeId)) { // if the abandoned cart module is active
403
+ $itemscollection2 = Mage::getModel('sales/quote_item')->getCollection();
404
+ $itemscollection2->addFieldToFilter('main_table.created_at',array('from'=>$from))
405
+ ->addFieldToFilter('main_table.product_id',array('eq'=>$item->getProductId()));
406
+ if($itemscollection2->getSize() > 0) { // if there are an abandoned cart which include this product
407
+ continue;
408
+ }
409
+ }
410
+ $products[]= Mage::getModel('catalog/product')->load($item->getProductId());
411
+ }
412
+ }
413
+ if(count($products)) {
414
+ $email = $customer->getEmail();
415
+ if($this->_isSubscribed($email,'visitedproducts',$storeId)) {
416
+ $translate = Mage::getSingleton('core/translate');
417
+ $name = $customer->getFirstname().' '.$customer->getLastname();
418
+ $url = Mage::getModel('core/url')->setStore($storeId)->getUrl().'ebizautoresponder/autoresponder/unsubscribe?list=visitedproducts&email='.$email.'&store='.$storeId;
419
+ $vars = array('name' => $name,'tags'=>array($tags),'products'=>$products,'url'=>$url);
420
+ $mail = Mage::getModel('core/email_template')->setTemplateSubject($mailSubject)->sendTransactional($templateId,$sender,$email,$name,$vars,$storeId);
421
+ $translate->setTranslateInLine(true);
422
+ Mage::helper('ebizmarts_abandonedcart')->saveMail('visitedproducts',$email,$name,"",$storeId);
423
+ }
424
+ }
425
+
426
  }
427
  protected function _createNewCoupon($store,$email)
428
  {
app/code/community/Ebizmarts/Autoresponder/Model/EventObserver.php CHANGED
@@ -19,6 +19,11 @@ class Ebizmarts_Autoresponder_Model_EventObserver
19
  $config->saveConfig(Ebizmarts_Autoresponder_Model_Config::GENERAL_ACTIVE,false,"default",$store);
20
  Mage::getConfig()->cleanCache();
21
  }
 
 
 
 
 
22
  if(!Mage::getStoreConfig('customer/address/dob_show')) {
23
  $config = new Mage_Core_Model_Config();
24
  $config->saveConfig(Ebizmarts_Autoresponder_Model_Config::BIRTHDAY_ACTIVE,false,"default",$store);
19
  $config->saveConfig(Ebizmarts_Autoresponder_Model_Config::GENERAL_ACTIVE,false,"default",$store);
20
  Mage::getConfig()->cleanCache();
21
  }
22
+ if(!Mage::helper('mandrill')->useTransactionalService()) {
23
+ $config = new Mage_Core_Model_Config();
24
+ $config->saveConfig(Ebizmarts_AbandonedCart_Model_Config::ACTIVE,false,"default",$store);
25
+ Mage::getConfig()->cleanCache();
26
+ }
27
  if(!Mage::getStoreConfig('customer/address/dob_show')) {
28
  $config = new Mage_Core_Model_Config();
29
  $config->saveConfig(Ebizmarts_Autoresponder_Model_Config::BIRTHDAY_ACTIVE,false,"default",$store);
app/code/community/Ebizmarts/Autoresponder/Model/Resource/Visited.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Author : Ebizmarts <info@ebizmarts.com>
4
+ * Date : 8/15/13
5
+ * Time : 8:05 PM
6
+ * File : Visited.php
7
+ * Module : Ebizmarts_Magemonkey
8
+ */
9
+ class Ebizmarts_Autoresponder_Model_Resource_Visited extends Mage_Core_Model_Mysql4_Abstract
10
+ {
11
+ public function _construct()
12
+ {
13
+ $this->_init('ebizmarts_autoresponder/visited','id');
14
+ }
15
+ public function loadByCustomerProduct(Ebizmarts_Autoresponder_Model_Visited $obj,$customerId,$productId,$storeId) {
16
+ $select = $this->_getReadAdapter()->select()
17
+ ->from($this->getMainTable())
18
+ ->where($this->getMainTable().'.'.'customer_id =?',$customerId)
19
+ ->where($this->getMainTable().'.'.'product_id =?',$productId)
20
+ ->where($this->getMainTable().'.'.'store_id =?',$storeId);
21
+ $visited_id = $this->_getReadAdapter()->fetchOne($select);
22
+ if($visited_id) {
23
+ $this->load($obj,$visited_id);
24
+ }
25
+ return $this;
26
+ }
27
+ }
app/code/community/Ebizmarts/Autoresponder/Model/Resource/Visited/Collection.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Author : Ebizmarts <info@ebizmarts.com>
4
+ * Date : 8/15/13
5
+ * Time : 8:06 PM
6
+ * File : Collection.php
7
+ * Module : Ebizmarts_Magemonkey
8
+ */
9
+ class Ebizmarts_Autoresponder_Model_Resource_Visited_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
10
+ {
11
+ protected function _construct()
12
+ {
13
+ $this->_init('ebizmarts_autoresponder/visited');
14
+ }
15
+ }
app/code/community/Ebizmarts/Autoresponder/Model/System/Config/Time.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Author : Ebizmarts <info@ebizmarts.com>
4
+ * Date : 6/14/13
5
+ * Time : 4:15 PM
6
+ * File : Automatic.php
7
+ * Module : Ebizmarts_Magemonkey
8
+ */
9
+ class Ebizmarts_Autoresponder_Model_System_Config_Time
10
+ {
11
+ /**
12
+ * @return array
13
+ */
14
+ public function toOptionArray()
15
+ {
16
+ $options = array(
17
+ array('value'=> 0, 'label' => Mage::helper('ebizmarts_autoresponder')->__('Immediate')),
18
+ array('value'=> 2, 'label' => Mage::helper('ebizmarts_autoresponder')->__('2 seconds')),
19
+ array('value'=> 5, 'label' => Mage::helper('ebizmarts_autoresponder')->__('5 seconds')),
20
+ array('value'=> 10, 'label' => Mage::helper('ebizmarts_autoresponder')->__('10 seconds')),
21
+ array('value'=> 20, 'label' => Mage::helper('ebizmarts_autoresponder')->__('20 seconds')),
22
+ array('value'=> 30, 'label' => Mage::helper('ebizmarts_autoresponder')->__('30 seconds')),
23
+ array('value'=> 60, 'label' => Mage::helper('ebizmarts_autoresponder')->__('1 minute')),
24
+ );
25
+ return $options;
26
+ }
27
+ }
app/code/community/Ebizmarts/Autoresponder/Model/Visited.php ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Author : Ebizmarts <info@ebizmarts.com>
4
+ * Date : 8/15/13
5
+ * Time : 8:04 PM
6
+ * File : Visited.php
7
+ * Module : Ebizmarts_Magemonkey
8
+ */
9
+ class Ebizmarts_Autoresponder_Model_Visited extends Mage_Core_Model_Abstract
10
+ {
11
+ public function _construct() {
12
+ $this->_init('ebizmarts_autoresponder/visited');
13
+ }
14
+ public function loadByCustomerProduct($customerId,$productId,$storeId) {
15
+ $this->_getResource()->loadByCustomerProduct($this,$customerId,$productId,$storeId);
16
+ return $this;
17
+ }
18
+ }
app/code/community/Ebizmarts/Autoresponder/controllers/AutoresponderController.php CHANGED
@@ -78,4 +78,42 @@ class Ebizmarts_Autoresponder_AutoresponderController extends Mage_Core_Controll
78
  return $customerData->getId();
79
  }
80
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  }
78
  return $customerData->getId();
79
  }
80
  }
81
+ public function getVisitedProductsConfigAction()
82
+ {
83
+ $params = $this->getRequest()->getParams();
84
+ $storeId = Mage::app()->getStore()->getStoreId();
85
+ if(Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_ACTIVE,$storeId)&&Mage::getSingleton('customer/session')->isLoggedIn()) {
86
+ if(isset($params['product_id'])) {
87
+ $product = Mage::getModel('catalog/product')->load($params['product_id']);
88
+ $mark = $product->getAttributeText('ebizmarts_mark_visited');
89
+ if($mark == 'Yes') {
90
+ $resp['time'] = Mage::getStoreConfig(Ebizmarts_Autoresponder_Model_Config::VISITED_TIME,$storeId);
91
+ }
92
+ else {
93
+ $resp['time'] = -1;
94
+ }
95
+ }
96
+ }
97
+ else {
98
+ $resp['time'] = -1;
99
+ }
100
+ $this->getResponse()->setHeader('Content-type', 'application/json');
101
+ $this->getResponse()->setBody(Mage::helper('core')->jsonEncode($resp));
102
+ return;
103
+ }
104
+ public function markVisitedProductsAction()
105
+ {
106
+ $params = $this->getRequest()->getParams();
107
+ if(!isset($params['product_id'])||!Mage::getSingleton('customer/session')->isLoggedIn()) {
108
+ return;
109
+ }
110
+ $storeId = Mage::app()->getStore()->getStoreId();
111
+ $customerId = Mage::getSingleton('customer/session')->getCustomer()->getId();
112
+ $visited = Mage::getModel('ebizmarts_autoresponder/visited')->loadByCustomerProduct($customerId,$params['product_id'],$storeId);
113
+ $visited->setCustomerId($customerId)
114
+ ->setProductId($params['product_id'])
115
+ ->setStoreId($storeId)
116
+ ->setVisitedAt(Mage::getModel('core/date')->gmtDate())
117
+ ->save();
118
+ }
119
  }
app/code/community/Ebizmarts/Autoresponder/etc/config.xml CHANGED
@@ -11,7 +11,7 @@
11
  <config>
12
  <modules>
13
  <Ebizmarts_Autoresponder>
14
- <version>0.1.3</version>
15
  </Ebizmarts_Autoresponder>
16
  </modules>
17
  <global>
@@ -27,6 +27,9 @@
27
  <unsubscribe>
28
  <table>ebizmarts_autoresponder_unsubscribe</table>
29
  </unsubscribe>
 
 
 
30
  </entities>
31
  </ebizmarts_autoresponder_resource>
32
  </models>
@@ -44,6 +47,7 @@
44
  <ebizmarts_autoresponder_setup>
45
  <setup>
46
  <module>Ebizmarts_Autoresponder</module>
 
47
  </setup>
48
  </ebizmarts_autoresponder_setup>
49
  </resources>
@@ -119,6 +123,15 @@
119
  </ebizmarts_autoresponder_wishlist_template>
120
  </email>
121
  </template>
 
 
 
 
 
 
 
 
 
122
  </global>
123
  <adminhtml>
124
  <events>
@@ -196,6 +209,11 @@
196
  <subject>Wishlist Subject</subject>
197
  <listname>Wishlist List</listname>
198
  </wishlist>
 
 
 
 
 
199
  </ebizmarts_autoresponder>
200
  </default>
201
  </config>
11
  <config>
12
  <modules>
13
  <Ebizmarts_Autoresponder>
14
+ <version>0.1.4</version>
15
  </Ebizmarts_Autoresponder>
16
  </modules>
17
  <global>
27
  <unsubscribe>
28
  <table>ebizmarts_autoresponder_unsubscribe</table>
29
  </unsubscribe>
30
+ <visited>
31
+ <table>ebizmarts_autoresponder_visited</table>
32
+ </visited>
33
  </entities>
34
  </ebizmarts_autoresponder_resource>
35
  </models>
47
  <ebizmarts_autoresponder_setup>
48
  <setup>
49
  <module>Ebizmarts_Autoresponder</module>
50
+ <class>Mage_Eav_Model_Entity_Setup</class>
51
  </setup>
52
  </ebizmarts_autoresponder_setup>
53
  </resources>
123
  </ebizmarts_autoresponder_wishlist_template>
124
  </email>
125
  </template>
126
+ <template>
127
+ <email>
128
+ <ebizmarts_autoresponder_visitedproducts_template translate="label" module="ebizmarts_autoresponder">
129
+ <label>Visited Products Email</label>
130
+ <file>ebizmarts/autoresponder/visitedproducts.html</file>
131
+ <type>html</type>
132
+ </ebizmarts_autoresponder_visitedproducts_template>
133
+ </email>
134
+ </template>
135
  </global>
136
  <adminhtml>
137
  <events>
209
  <subject>Wishlist Subject</subject>
210
  <listname>Wishlist List</listname>
211
  </wishlist>
212
+ <visitedproducts>
213
+ <mandrill-tag>Autoresponder_VisitedProducts</mandrill-tag>
214
+ <subject>Visited Product Subject</subject>
215
+ <listname>Visited Product List</listname>
216
+ </visitedproducts>
217
  </ebizmarts_autoresponder>
218
  </default>
219
  </config>
app/code/community/Ebizmarts/Autoresponder/etc/system.xml CHANGED
@@ -704,6 +704,111 @@ Module : Ebizmarts_Magemonkey
704
  </customer>
705
  </fields>
706
  </wishlist>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
707
  </groups>
708
  </ebizmarts_autoresponder>
709
  </sections>
704
  </customer>
705
  </fields>
706
  </wishlist>
707
+ <visitedproducts translate="label comment">
708
+ <label>Visited Products</label>
709
+ <sort_order>20</sort_order>
710
+ <frontend_type>text</frontend_type>
711
+ <show_in_default>1</show_in_default>
712
+ <show_in_website>1</show_in_website>
713
+ <show_in_store>1</show_in_store>
714
+ <fields>
715
+ <active translate="label">
716
+ <label>Enabled</label>
717
+ <frontend_type>select</frontend_type>
718
+ <source_model>adminhtml/system_config_source_yesno</source_model>
719
+ <sort_order>10</sort_order>
720
+ <show_in_default>1</show_in_default>
721
+ <show_in_website>1</show_in_website>
722
+ <show_in_store>1</show_in_store>
723
+ </active>
724
+ <days translate="label">
725
+ <label>Number of days to wait before sending emails</label>
726
+ <frontend_type>text</frontend_type>
727
+ <sort_order>20</sort_order>
728
+ <show_in_default>1</show_in_default>
729
+ <show_in_website>1</show_in_website>
730
+ <show_in_store>1</show_in_store>
731
+ <depends>
732
+ <active>1</active>
733
+ </depends>
734
+ </days>
735
+ <time translate="label comment">
736
+ <label>Seconds elapsed to consider a product as visited</label>
737
+ <frontend_type>select</frontend_type>
738
+ <source_model>ebizmarts_autoresponder/system_config_time</source_model>
739
+ <sort_order>30</sort_order>
740
+ <show_in_default>1</show_in_default>
741
+ <show_in_website>1</show_in_website>
742
+ <show_in_store>1</show_in_store>
743
+ <depends>
744
+ <active>1</active>
745
+ </depends>
746
+ </time>
747
+ <template translate="label">
748
+ <label>Email Template</label>
749
+ <frontend_type>select</frontend_type>
750
+ <config_path>ebizmarts_autoresponder/visitedproducts/template</config_path>
751
+ <source_model>adminhtml/system_config_source_email_template</source_model>
752
+ <sort_order>40</sort_order>
753
+ <show_in_default>1</show_in_default>
754
+ <show_in_website>1</show_in_website>
755
+ <show_in_store>1</show_in_store>
756
+ <depends>
757
+ <active>1</active>
758
+ </depends>
759
+ </template>
760
+ <subject translate="label comment">
761
+ <label>Email Subject</label>
762
+ <frontend_type>text</frontend_type>
763
+ <sort_order>50</sort_order>
764
+ <show_in_default>1</show_in_default>
765
+ <show_in_website>1</show_in_website>
766
+ <show_in_store>1</show_in_store>
767
+ <can_be_empty>0</can_be_empty>
768
+ <comment><![CDATA[The subject for the visited products email]]></comment>
769
+ <depends>
770
+ <active>1</active>
771
+ </depends>
772
+ </subject>
773
+ <mandrill-tag translate="label">
774
+ <label>Mandrill Tag</label>
775
+ <frontend_type>text</frontend_type>
776
+ <sort_order>60</sort_order>
777
+ <show_in_default>1</show_in_default>
778
+ <show_in_website>1</show_in_website>
779
+ <show_in_store>1</show_in_store>
780
+ <depends>
781
+ <active>1</active>
782
+ </depends>
783
+ </mandrill-tag>
784
+ <customer translate="label comment">
785
+ <label>Customer Groups</label>
786
+ <frontend_type>multiselect</frontend_type>
787
+ <source_model>ebizmarts_autoresponder/system_config_customergroup</source_model>
788
+ <sort_order>70</sort_order>
789
+ <show_in_default>1</show_in_default>
790
+ <show_in_website>1</show_in_website>
791
+ <show_in_store>1</show_in_store>
792
+ <can_be_empty>0</can_be_empty>
793
+ <comment><![CDATA[]]></comment>
794
+ <depends>
795
+ <active>1</active>
796
+ </depends>
797
+ </customer>
798
+ <max-visited translate="label">
799
+ <label>Max number of products to include in emails</label>
800
+ <frontend_type>text</frontend_type>
801
+ <sort_order>80</sort_order>
802
+ <show_in_default>1</show_in_default>
803
+ <show_in_website>1</show_in_website>
804
+ <show_in_store>1</show_in_store>
805
+ <comment>0 means no Max</comment>
806
+ <depends>
807
+ <active>1</active>
808
+ </depends>
809
+ </max-visited>
810
+ </fields>
811
+ </visitedproducts>
812
  </groups>
813
  </ebizmarts_autoresponder>
814
  </sections>
app/code/community/Ebizmarts/Autoresponder/sql/ebizmarts_autoresponder_setup/mysql4-upgrade-0.1.3-0.1.4.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by Ebizmarts
4
+ * User: gonzalo@ebizmarts.com
5
+ * Date: 1/15/13
6
+ * Time: 3:42 PM
7
+ */
8
+ $installer = $this;
9
+
10
+ $installer->startSetup();
11
+
12
+ $installer->run("
13
+
14
+ CREATE TABLE IF NOT EXISTS `{$this->getTable('ebizmarts_autoresponder_visited')}` (
15
+ `id` int(10) unsigned NOT NULL auto_increment,
16
+ `customer_id` int(10),
17
+ `product_id` int(10),
18
+ `store_id` smallint(5),
19
+ `visited_at` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
20
+ PRIMARY KEY (`id`)
21
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
22
+
23
+ ");
24
+
25
+ $applyTo = array(
26
+ Mage_Catalog_Model_Product_Type::TYPE_SIMPLE,
27
+ Mage_Catalog_Model_Product_Type::TYPE_CONFIGURABLE
28
+ );
29
+
30
+ $installer->addAttribute(
31
+ Mage_Catalog_Model_Product::ENTITY,
32
+ 'ebizmarts_mark_visited',
33
+ array(
34
+ 'group' => 'General',
35
+ 'type' => 'int',
36
+ 'backend' => '',
37
+ 'frontend' => '',
38
+ 'label' => 'Send Browsed Product Autoresponder',
39
+ 'input' => 'select',
40
+ 'source' => 'eav/entity_attribute_source_boolean',
41
+ 'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_WEBSITE,
42
+ 'required' => false,
43
+ 'user_defined' => false,
44
+ 'default' => '0',
45
+ 'searchable' => false,
46
+ 'filterable' => false,
47
+ 'comparable' => false,
48
+ 'visible_on_front' => false,
49
+ 'unique' => false,
50
+ 'is_configurable' => false,
51
+ 'apply_to' => implode(',',$applyTo)
52
+ )
53
+ );
54
+
55
+ $installer->updateAttribute('catalog_product', 'ebizmarts_mark_visited', 'backend_model', '');
56
+
57
+ $installer->endSetup();
app/code/community/Ebizmarts/MageMonkey/Block/Adminhtml/System/Config/Fieldset/Hint.php CHANGED
@@ -28,6 +28,10 @@ class Ebizmarts_MageMonkey_Block_Adminhtml_System_Config_Fieldset_Hint
28
 
29
  public function getPxParams() {
30
  $plan = Mage::getSingleton('monkey/api')->getAccountDetails();
 
 
 
 
31
  $v = (string)Mage::getConfig()->getNode('modules/Ebizmarts_MageMonkey/version');
32
  $ext = "MageMonkey;{$v} ".$plan['plan_type'];
33
 
28
 
29
  public function getPxParams() {
30
  $plan = Mage::getSingleton('monkey/api')->getAccountDetails();
31
+ if(!is_array($plan)||!isset($plan['plan_type'])) {
32
+ $plan = array();
33
+ $plan['plan_type'] = '';
34
+ }
35
  $v = (string)Mage::getConfig()->getNode('modules/Ebizmarts_MageMonkey/version');
36
  $ext = "MageMonkey;{$v} ".$plan['plan_type'];
37
 
app/code/community/Ebizmarts/MageMonkey/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Ebizmarts_MageMonkey>
5
- <version>1.1.18</version>
6
  </Ebizmarts_MageMonkey>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Ebizmarts_MageMonkey>
5
+ <version>1.1.19</version>
6
  </Ebizmarts_MageMonkey>
7
  </modules>
8
  <global>
app/design/adminhtml/default/default/template/ebizmarts/abandonedcart/system/config/fieldset/hint.phtml CHANGED
@@ -2,5 +2,10 @@
2
  <h4>
3
  <img src="http://ebizmarts.com/extension-logo.php?<?php echo $this->getPxParams(); ?>" /><br>
4
  <?php echo Mage::helper('ebizmarts_abandonedcart')->__('<strong style="color:#EA7601;">Ebizmarts Abandoned Cart v%s</strong> <br>Need help? See our <a href="http://wiki.ebizmarts.com/abandoned-carts/" target="_blank">Wiki</a> or browse our <a href="http://ebizmarts.com/forums/view/1" target="_blank">support forums</a> Got feedback? <a href="mailto:info@ebizmarts.com?Subject=Support Abandoned Cart Version %s">Email us</a>', $this->getVersion(),$this->getVersion())?>
 
 
 
 
 
5
  </h4>
6
  </div>
2
  <h4>
3
  <img src="http://ebizmarts.com/extension-logo.php?<?php echo $this->getPxParams(); ?>" /><br>
4
  <?php echo Mage::helper('ebizmarts_abandonedcart')->__('<strong style="color:#EA7601;">Ebizmarts Abandoned Cart v%s</strong> <br>Need help? See our <a href="http://wiki.ebizmarts.com/abandoned-carts/" target="_blank">Wiki</a> or browse our <a href="http://ebizmarts.com/forums/view/1" target="_blank">support forums</a> Got feedback? <a href="mailto:info@ebizmarts.com?Subject=Support Abandoned Cart Version %s">Email us</a>', $this->getVersion(),$this->getVersion())?>
5
+ <?php if(!Mage::helper('mandrill')->useTransactionalService()): ?>
6
+ <div class="box error-msg" style="padding-left: 30px;">
7
+ You must setup <a class="action-link-holder" href="<?php echo Mage::helper("adminhtml")->getUrl("adminhtml/system_config/edit/section/mandrill"); ?>" >Mandrill</a> extension to use this extension
8
+ </div>
9
+ <?php endif; ?>
10
  </h4>
11
  </div>
app/design/frontend/base/default/layout/ebizmarts/autoresponder.xml CHANGED
@@ -27,4 +27,9 @@
27
  </action>
28
  </reference>
29
  </customer_account>
 
 
 
 
 
30
  </layout>
27
  </action>
28
  </reference>
29
  </customer_account>
30
+ <catalog_product_view>
31
+ <reference name="head">
32
+ <action method="addJs"><script>ebizmarts/autoresponders/visitedproducts.js</script></action>
33
+ </reference>
34
+ </catalog_product_view>
35
  </layout>
app/locale/en_US/template/email/ebizmarts/autoresponder/visitedproducts.html ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
2
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
3
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
4
+ <tr>
5
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
6
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
7
+ <!-- [ header starts here] -->
8
+ <tr>
9
+ <td valign="top"><a href="{{store url=""}}"><img src="{{skin url="images/logo_email.gif" _area='frontend'}}" alt="{{var store.getFrontendName()}}" style="margin-bottom:10px;" border="0"/></a></td>
10
+ </tr>
11
+ <!-- [ middle starts here] -->
12
+ <tr>
13
+ <td valign="top">
14
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$name}}</h1>
15
+ <p style="font-size:12px; line-height:16px; margin:0;">
16
+ Browsed products.
17
+ <tr>
18
+ <td>
19
+ {{block type='ebizmarts_autoresponder/email_wishlist_items' area='frontend' template='ebizmarts/autoresponder/wishlist/items.phtml' products=$products}}
20
+ </td>
21
+ </tr>
22
+
23
+ <br>If you have any questions please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
24
+ </p>
25
+ </tr>
26
+ <tr>
27
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
28
+ </tr>
29
+ <tr>
30
+ <td>You can unsubscribe from this email clicking <a href="{{var url}}" style="color:#1E7EC8;">here</a>.</td>
31
+ </tr>
32
+ </table>
33
+ </td>
34
+ </tr>
35
+ </table>
36
+ </div>
37
+ </body>
js/ebizmarts/autoresponders/visitedproducts.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function markVisited(productID) {
2
+ new Ajax.Request('../index.php/ebizautoresponder/autoresponder/markVisitedProducts?product_id='+productID, { method:'get', onSuccess: function(transport){
3
+ }
4
+ });
5
+ }
6
+ (function() {
7
+ var cb = function() {
8
+ var productID = $$('input[name^=product]').first().value;
9
+ new Ajax.Request('../index.php/ebizautoresponder/autoresponder/getVisitedProductsConfig?product_id='+productID, { method:'get', onSuccess: function(transport){
10
+ if(transport.responseJSON.time > -1) {
11
+ markVisited.delay(transport.responseJSON.time,productID);
12
+ }
13
+ }
14
+ });
15
+ };
16
+ if (document.loaded) {
17
+ cb();
18
+ } else {
19
+ document.observe('dom:loaded', cb);
20
+ }
21
+ })();
package.xml CHANGED
@@ -1,14 +1,17 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ebizmarts_MageMonkey</name>
4
- <version>1.1.18</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>MailChimp integration for Magento by Ebizmarts</summary>
10
  <description>Full MailChimp integration, automatic webhooks, multiple lists, interest groups</description>
11
- <notes>-- version 1.1.18 stable&#xD;
 
 
 
12
  - new facility to redirect abandoned cart to cms page&#xD;
13
  - fix for autoresonders, configurable products in review email&#xD;
14
  &#xD;
@@ -190,9 +193,9 @@ Don't display additional lists newsletter block on checkout when there are no ad
190
  &#xD;
191
  First public release 0.0.9, January 2012</notes>
192
  <authors><author><name>Ebizmarts Development Team</name><user>auto-converted</user><email>info@ebizmarts.com</email></author></authors>
193
- <date>2013-08-14</date>
194
- <time>12:40:38</time>
195
- <contents><target name="magecommunity"><dir name="Ebizmarts"><dir name="MageMonkey"><dir name="Block"><dir name="Adminhtml"><dir name="Bulksync"><dir name="Export"><file name="Form.php" hash="494b043f37b3e50b64ebcdf839404bcd"/></dir><dir name="Import"><file name="Form.php" hash="876d2d4779f6cab94efcf875e9f91124"/></dir><dir name="Queue"><file name="Grid.php" hash="390dd759c2817044c44a0871819517b1"/></dir><dir name="QueueExport"><file name="Grid.php" hash="9f813bb7c6cc57a4dc2c4b40dbd0de0c"/></dir><dir name="QueueImport"><file name="Grid.php" hash="75363f7b616236e0d0b61625cb47b034"/></dir><file name="Export.php" hash="839406dcc6fdc21eafcc2a4482c409d9"/><file name="Import.php" hash="ffd9954540eb34e843924bf883ad96a9"/><file name="Queue.php" hash="cb98b0a44474e0c73f8e2deadfe040d5"/><file name="QueueExport.php" hash="c265f7173b88cdccf86c95d7189a8b7a"/><file name="QueueImport.php" hash="1ab842ed0d21fdcef5c1a03395036754"/></dir><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Memberactivity.php" hash="b36206aff7545c2daeaecae13c09ccc0"/></dir></dir></dir><dir name="Ecommerce"><file name="Grid.php" hash="d5a96878c984ea0b83c3eaca3c5112f3"/></dir><dir name="Ecommerceapi"><dir name="Renderer"><file name="Items.php" hash="e1d1f0fa96a0fc43e4cf13de1e919fbf"/></dir><file name="Grid.php" hash="4082405d6e7d83b1b08fcaf56c5b2ffd"/></dir><dir name="Memberactivity"><file name="Grid.php" hash="35efc93f57716c24970fb404d0c085b6"/></dir><dir name="Renderer"><file name="Date.php" hash="d49c78b64451be697c8618b8d0359594"/><file name="Importypes.php" hash="c701400787cf5030c9443985ff71d641"/><file name="Lists.php" hash="941bc98f92c814efe2889b978ed478f8"/><file name="Progress.php" hash="a0a1c6e7820779f9816bc2573c498480"/><file name="Yesno.php" hash="dfa6a63276fc013759f1624bf5b4b011"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="2925db2ddfa10376881e87c515105b9b"/></dir><dir name="Form"><dir name="Field"><file name="Mapfields.php" hash="2a842a1af2cf5c77811e2278af24c8ad"/></dir></dir><file name="Account.php" hash="da002554cad88eb8a2c88db03911ecbe"/><file name="OauthWizard.php" hash="5e7284770d5a5861a9c208b0bb1af400"/></dir></dir><dir name="Transactionalemail"><dir name="Mandrill"><file name="Grid.php" hash="9bdba2256861d7b2b956eebdf5f74810"/></dir><dir name="Newemail"><file name="Form.php" hash="2dc7e08b4ac6db0a8feaeb8edcac298b"/></dir><dir name="Sts"><file name="Grid.php" hash="f676f809fb853345f2cb4024c8439b18"/></dir><file name="Mandrill.php" hash="2b61e9227eacf5cf9f63c2a6636a122a"/><file name="Newemail.php" hash="ff60f1428e93cd85ff433b8c8991914c"/><file name="Sts.php" hash="3e11110c89e687a76e0b5eb16382cbf3"/></dir><file name="Ecommerce.php" hash="23466d320d6cf639262ea45295ca7fad"/><file name="Ecommerceapi.php" hash="2362186beb28cea702c720ddaca6ff59"/></dir><dir name="Checkout"><file name="Subscribe.php" hash="5e998c988af48b0b2288351a46d242cb"/></dir><dir name="Customer"><dir name="Account"><file name="Lists.php" hash="10e67b8fb610eeb26f53f9975a0777e0"/></dir></dir><file name="Lists.php" hash="30c23403376a9ba62303917b81bf53a4"/><file name="Signup.php" hash="381f59bcb8076de6e4cc4a58ec1749de"/></dir><dir name="Helper"><file name="Cache.php" hash="461d2b77aff5eb4bad80a52b65978f0d"/><file name="Data.php" hash="fef3f23399a7c48450a0bc96458d0bf1"/><file name="Export.php" hash="bb36cff9864f8d53570200b371d84148"/><file name="Oauth2.php" hash="96e747768b4a0f2197ca1dda34e718cd"/></dir><dir name="Model"><dir name="Custom"><file name="Collection.php" hash="0ef74aaaac158aea31f90f6968ad651d"/></dir><dir name="Email"><file name="Template.php" hash="15e22e333d3ea8ed4cca2a5d8ecbfd0f"/></dir><dir name="Feed"><file name="Updates.php" hash="4ea3720b6e409ad396803a8203528e0a"/></dir><dir name="Mysql4"><dir name="Apidebug"><file name="Collection.php" hash="bda066b79c0d02744517bdedcecc0f63"/></dir><dir name="Bulksync"><dir name="Export"><file name="Collection.php" hash="8867a8e938fdbe6ea2727d5a47394a88"/></dir><dir name="Import"><file name="Collection.php" hash="2cb299ac506584ac4ab7baa61523fe55"/></dir><file name="Export.php" hash="257ebb74a4098a5c871e333139f46030"/><file name="Import.php" hash="8a69917cdcc660f0c907f5047301064e"/></dir><dir name="Ecommerce"><file name="Collection.php" hash="249fc8232239f7b6caeb3637ab3563dc"/></dir><file name="Apidebug.php" hash="97ca435168f87996cc6ec28c8416f6a5"/><file name="Ecommerce.php" hash="aab9408ea22072c8f64b253d53a2b0c5"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Account.php" hash="cfe2a819e278a6316dada4f1e8a5f0b8"/><file name="BulksyncDatasource.php" hash="0e60006bd0f9d621efed121a51764942"/><file name="BulksyncStatus.php" hash="0d8aec39d675d1f1e182ebf9e6521036"/><file name="Checkoutsubscribe.php" hash="1354dc01bc7f2ae34345a6a326f441b0"/><file name="CronProcessLimit.php" hash="d5ea4bcf96d89161746bf668f3c08caa"/><file name="Ecommerce360.php" hash="9d52d037f9c1e1354454bbc4e6d4862d"/><file name="List.php" hash="b7e3facaa5ee55753c065bae06f7d490"/><file name="OrderStatus.php" hash="fcffa29f07dbd3193a161430d70ae7d2"/><file name="Status.php" hash="dfb9f8702682ec6b7493e56bf995d40f"/><file name="TransactionalEmails.php" hash="8268078df511548abbc2dfa2730eb466"/><file name="WebhookDelete.php" hash="31a3456d1917da0d36fc1602aad90dab"/></dir></dir></dir><dir name="TransactionalEmail"><file name="Adapter.php" hash="48c9343c6a83f76dbf9ca5f111631f4a"/><file name="MANDRILL.php" hash="e9c9ade76a71d4feb9f78636ab9dbc4b"/><file name="STS.php" hash="3475e766d22ad464559b4e5b5a9cf03d"/></dir><file name="Api.php" hash="ff4937f6725ac342db5e9cb32827b233"/><file name="Apidebug.php" hash="c12fdbbcc042b5c00105fa27927da2f2"/><file name="BulksyncExport.php" hash="4ac2dffdfdbeb613ec662ff3cea3de45"/><file name="BulksyncImport.php" hash="2584cba71ec74d00304fb0c17258a3c6"/><file name="Cache.php" hash="8cd79a8368972846ce4197d9c7f975cc"/><file name="Cron.php" hash="229d10cd3e799b3ed1c44c8ecf1715ca"/><file name="Ecommerce.php" hash="ac3cda4fa10edce879e4c685ac405db1"/><file name="Ecommerce360.php" hash="b85e399ba0ed54a7fc1bd310faad5aa8"/><file name="MCAPI.php" hash="e0069816d5254a6d865412e0ce7246bc"/><file name="MCEXPORTAPI.php" hash="a559121e56448f22c58470635fb5f9ff"/><file name="Monkey.php" hash="eb5fe1633c912ac24992125329807dd2"/><file name="Observer.php" hash="9fe3120b2ebf9a4bb7f5a61b49700fe1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BulksyncController.php" hash="d1be92d5ba05fd106bfe0e1f9ddcf622"/><file name="EcommerceController.php" hash="6c4d1285022e2b03f08b27cfb57b7578"/><file name="TransactionalemailController.php" hash="1af1861fa74ddc0e917c8ea7f66c4843"/></dir><dir name="Customer"><file name="AccountController.php" hash="62b34054aa3b72a18570cf1b7fde48d1"/></dir><file name="SignupController.php" hash="e4d83eec491e96aada17e248c84a33fe"/><file name="WebhookController.php" hash="525f7e7657ab0353783eaa341fb2a714"/></dir><dir name="etc"><file name="adminhtml.xml" hash="95fef632f0e0eda69d6717d7231749bd"/><file name="config.xml" hash="ad693ffda9bcd743db2212d5ba1ee0c3"/><file name="system.xml" hash="cef6a7882f43aa04c7e47c34847c273f"/></dir><dir name="sql"><dir name="monkey_setup"><file name="mysql4-install-0.0.1.php" hash="4df34769f4d5a8ceca90fd582500e3a9"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="d81147dab407bc55c59cddb5a764c53e"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="ce1925ff2ab03aa9fd6cbe43283ea37d"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="7f1e38bcf030e6346a9fd8321f1a4362"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="bbe6b895320effca77cc2c23431f043f"/><file name="mysql4-upgrade-0.0.5-0.0.6.php" hash="98b72d9ef4ec8078c09a1f641fc35a39"/><file name="mysql4-upgrade-0.0.6-0.0.7.php" hash="ea15755fc072e7c82b78063589360779"/><file name="mysql4-upgrade-1.0.10-1.0.11.php" hash="b2ec497921eb2bd9a97a318554fd980b"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="14750274ece5816d6c1ab490f7d610ab"/></dir></dir></dir><dir name="Mandrill"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="e74ee5dac57de8157c1b22499fc3cc17"/></dir><file name="Userinfo.php" hash="5f4bb5e8b314ecd2662eb428a89eb6ab"/></dir></dir><dir name="Users"><dir name="Senders"><file name="Grid.php" hash="b6edb098f54daad0ccc046e37407f56f"/></dir><file name="Senders.php" hash="65406b23588d5ac1681c2767676f8634"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="9e9664511acf4d9a5895da88a4587568"/></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="91a60f843bc3da655940189adb66748f"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Userinfo.php" hash="b7ebed36a640a389cad61faddd62d30f"/></dir></dir></dir><file name="Customcollection.php" hash="6cf600e84ff59c89be519171c0df22e3"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Mandrill"><file name="UsersController.php" hash="e7f1cb19d1bb424a873797844768bbbf"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="af71f4a3a16c40e2b6862061ddad0a19"/><file name="config.xml" hash="255447d64089fd25db41fde836171f00"/><file name="system.xml" hash="1196617c7e63720eefcb76b06181c8c6"/></dir></dir><dir name="AbandonedCart"><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedmails"><file name="Grid.php" hash="ab7e9c98b2e81084b699f0671c3e4cde"/></dir><dir name="Abandonedorder"><file name="Grid.php" hash="5ce2c2ce64f31770de9366e48c0a1574"/></dir><dir name="Dashboard"><file name="Sales.php" hash="16abf05ddd0c40a2c5ddbd3d41ea0d33"/><file name="Totals.php" hash="d85af3df9878c5fa263060a36e4c26b2"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="4c885ae5c0bc9dfe81f1230277d254d9"/></dir><file name="Date.php" hash="3d6d093a0a8b78323940dcb7c3af503c"/></dir></dir><file name="Abandonedmails.php" hash="481f6ad7621a0ad22e6cc4ca5b134f4f"/><file name="Abandonedorder.php" hash="432ab1613ce56bf05d588220981c55f2"/><file name="Dashboard.php" hash="3b21c7594c0b197e184e6c3a4981324d"/></dir><dir name="Email"><dir name="Order"><file name="Items.php" hash="8df49873c836d2fa3ef270730ddc32e6"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7f1d1e8c82f761c40102f521bd8e83a3"/></dir><dir name="Model"><dir name="Resource"><dir name="Mailssent"><file name="Collection.php" hash="e6c0f3aebc086a50661e8b1851698d04"/></dir><dir name="Order"><file name="Collection.php" hash="d89b12a08d926abe27d56579e920d66f"/></dir><file name="Mailssent.php" hash="680224fabede906f58f70afe3873203b"/></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="04110625fa0be42905ccd21be919b46b"/><file name="Cmspage.php" hash="30c24459f4070408bc0c84cf8903e5d2"/><file name="Customergroup.php" hash="394ebe1114d7a08fb9a4d6f4b5b3d9df"/><file name="Discounttype.php" hash="6f647fbfc3a7ecff05bb0c7ad85a0272"/><file name="Unit.php" hash="d22875d2d2e5206e243031bba727cbe3"/></dir></dir><file name="Config.php" hash="4a1dcdabd84f652d14b3eb8b22e68ed0"/><file name="Cron.php" hash="b5523cf26bca26316ea74f2757d012ab"/><file name="Mailssent.php" hash="bd816e03345495f6becc5a14b84c9ce1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AbandonedmailsController.php" hash="960493d95b9dcc22a492eb26a54b5ff6"/><file name="AbandonedorderController.php" hash="9fcb3223357dfb9281a689232b28c6e0"/></dir><file name="AbandonedController.php" hash="135e3ed6203f372e9c35a235197d7285"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c2a82d9e46d715f3d10a5ae40f457c89"/><file name="config.xml" hash="1df2c7e1a809253ee5e1de53b42bf669"/><file name="system.xml" hash="a3953826ed66b82c7f8088c4f5d0244c"/></dir><dir name="sql"><dir name="ebizmarts_abandonedcart_setup"><file name="mysql4-install-0.1.0.php" hash="0e1a8c0391654c480773b78a50db5a83"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="4835436b744f8cbff61a66c2e345976f"/><file name="mysql4-upgrade-0.1.18-0.1.19.php" hash="e51b332cb70c81ee472b586fda4e8a7e"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="2e87d09a5008ac2f2432a25e08474c87"/><file name="mysql4-upgrade-0.1.20-0.1.21.php" hash="c461ba10961b4ee4e9385173d4264617"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="60daa0d70a1af929a39d6e20ee52ee9c"/></dir></dir></dir><dir name="Autoresponder"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Birthday"><dir name="Fieldset"><file name="Hint.php" hash="9ad466f965604828a2467ccc54d151b8"/></dir></dir><dir name="Fieldset"><file name="Hint.php" hash="349238311cdf09fc7637cdb294526f61"/></dir><dir name="Review"><dir name="Fieldset"><file name="Hint.php" hash="53d9fabcf8fd265df6b1344d9417bfce"/></dir></dir><dir name="Wishlist"><dir name="Fieldset"><file name="Hint.php" hash="8d3023646bf0bb4a0f3bd7dc7409c88f"/></dir></dir></dir></dir></dir><dir name="Customer"><dir name="Account"><file name="List.php" hash="88f17bfd4caaee22084db1f586932906"/></dir></dir><dir name="Email"><dir name="Related"><file name="Items.php" hash="fb3a41724e89de1a8dfaf2faa3e4f74d"/></dir><dir name="Review"><file name="Items.php" hash="9b80bad72b7f3ecc415a44c0ac96cf93"/></dir><dir name="Wishlist"><file name="Items.php" hash="12bd1d249aac41ba862fb501fc062be1"/></dir></dir><file name="Unsubscribe.php" hash="f67ee7f28b010a87b378a07629c92ac6"/></dir><dir name="Helper"><file name="Data.php" hash="cff844f2ef576bf51770b4d7afeb3f02"/></dir><dir name="Model"><dir name="Resource"><dir name="Unsubscribe"><file name="Collection.php" hash="e6179ce956137d9af5521f10af34f5cf"/></dir><file name="Unsubscribe.php" hash="2e0ea91653872a32f8276e4f4c403d0f"/></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="1996bb3baf00288e313cc034ef5c0195"/><file name="Customergroup.php" hash="0756189e811c962ca77df0154289273f"/><file name="Discounttype.php" hash="225a09b80efedb8a37a6b799d2405129"/></dir></dir><file name="Config.php" hash="b679068c8de5c8d77781489c642852fa"/><file name="Cron.php" hash="6164d55f35f72f297c6a2137552eb94e"/><file name="EventObserver.php" hash="24cfeed1b43a189a6e7dbb9628628b81"/><file name="Unsubscribe.php" hash="ca9037bc1037e27e9c66d6eca9d7c0c2"/></dir><dir name="controllers"><file name="AutoresponderController.php" hash="37cf188e259cb0a53fbee219bd4bd765"/></dir><dir name="etc"><file name="adminhtml.xml" hash="59a240f12b496566f1a2b1de5f053e96"/><file name="config.xml" hash="a84ac6436aaf3d826336b5a58bf98885"/><file name="system.xml" hash="8194b9abae4b3d38680cc3e0c15cdf4d"/></dir><dir name="sql"><dir name="ebizmarts_autoresponder_setup"><file name="mysql4-install-0.1.0.php" hash="791af0eec35753144d506294bb4c03ad"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ebizmarts"><file name="abandonedcart.xml" hash="72945454a4d24ef8d1718bf177272ffe"/><file name="autoresponder.xml" hash="da07b7aef14ea79e8e08993b50311cc5"/></dir><file name="magemonkey.xml" hash="f86c4a1e77468bf497bbc31f00d379c9"/></dir><dir name="template"><dir name="magemonkey"><dir name="checkout"><file name="subscribe.phtml" hash="ef3abc11470c016626a7470e29908a14"/></dir><dir name="customer"><dir name="account"><file name="lists.phtml" hash="9a81bc227a165994ac08ea615e5d8c3e"/></dir></dir><file name="lists.phtml" hash="f56a99e2b7337325de495b7b72c13634"/></dir><dir name="ebizmarts_abandonedcart"><dir name="email"><dir name="order"><dir name="items"><dir name="order"><file name="default.phtml" hash="5ff74635419e7ffb4d3660c306ad6590"/></dir></dir><file name="items.phtml" hash="cd81265b83dc2df835301b5fafb70f8f"/></dir></dir></dir><dir name="ebizmarts"><dir name="autoresponder"><dir name="customer"><file name="list.phtml" hash="be9cd36a644a39e3569c9ae0ded2087d"/></dir><dir name="related"><file name="items.phtml" hash="c0bd5d0624f882a9fefaca5e41bf5ee7"/></dir><dir name="review"><file name="items.phtml" hash="6e2cf411fa131aa3f57e9be73c7ffee4"/></dir><dir name="wishlist"><file name="items.phtml" hash="9a1cd60c87c038696821ed6c1e5879f9"/></dir><file name="unsubscribe.phtml" hash="2635dae225a8a4536d58a87c4de9054d"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="ebizmarts"><file name="abandonedcart.xml" hash="56b2ca552b73a976207cd33afbcfb299"/></dir><file name="magemonkey.xml" hash="613e5cd38048dedadb96434b9c3cc704"/><file name="mandrill.xml" hash="a79308bc32db35d45b151c01041be72d"/></dir><dir name="template"><dir name="magemonkey"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="f4bbe778592be65a6b452002dfc84c24"/></dir><file name="oauth_wizard.phtml" hash="226d42be1f41838bb80da0e2c3567d71"/></dir></dir></dir><dir name="mandrill"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="d4025820e90c8e20bc8c6664984a78a1"/></dir></dir></dir></dir><dir name="ebizmarts"><dir name="abandonedcart"><dir name="dashboard"><file name="index.phtml" hash="180d73784745e0c1d5b37b0d435a2cc0"/><file name="salebar.phtml" hash="50a0c2645e2f651da9ba72fd875986cb"/><file name="totalbar.phtml" hash="2652c0ab80efd0acceaf827964fe24c3"/></dir><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="35a3d03a123df87a60b720678d387636"/></dir></dir></dir></dir><dir name="autoresponder"><dir name="system"><dir name="config"><dir name="birthday"><dir name="fieldset"><file name="hint.phtml" hash="577162540f6f45b822d7784463c31456"/></dir></dir><dir name="fieldset"><file name="hint.phtml" hash="4dc3f6561861ae893eda757221ca8027"/></dir><dir name="review"><dir name="fieldset"><file name="hint.phtml" hash="a3e506441b757f5372337fa59de1d64f"/></dir></dir><dir name="wishlist"><dir name="fieldset"><file name="hint.phtml" hash="8f4427235da3afa30d271745f040c767"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ebizmarts_MageMonkey.xml" hash="9a4b1c469b4652442c7a5f945dd12cac"/><file name="Ebizmarts_Mandrill.xml" hash="c80aa6f98ccc3890303bb4c278f8ad95"/><file name="Ebizmarts_AbandonedCart.xml" hash="48c4cfe8246d5a995e2836c43ab38d74"/><file name="Ebizmarts_Autoresponder.xml" hash="97302f94f5893147db18c4034d135256"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="sales"><file name="abandoned_cart.html" hash="98e069b6316232dc155408326162c3aa"/></dir><dir name="ebizmarts"><dir name="autoresponder"><file name="birthday.html" hash="80c07ab41e13f953bac72f6164a8e9b1"/><file name="neworder.html" hash="c5f7af81d02baa3b4c851f327640c9d0"/><file name="noactivity.html" hash="9dfb99e8cea787a37e552c1e7ecdc961"/><file name="relatedproducts.html" hash="68a2b450dfeff78b4aefd77c1b6000b3"/><file name="review.html" hash="daf05d3208d1897426d6dbdcea280ce8"/><file name="wishlist.html" hash="f8dc86167dd0df3100f8821b8db77285"/></dir></dir></dir></dir><file name="Ebizmarts_MageMonkey.csv" hash="181e91ed91dfea5fe7dab66af5719af8"/><file name="Ebizmarts_Mandrill.csv" hash="3dac3af57664fd34f5eda8abf4098ee0"/><file name="Ebizmarts_AbandonedCart.csv" hash="29ee25f32946e687917cf542aaa66941"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magemonkey"><file name="magemonkey.css" hash="d4eac40764271596a3edc30d1014887f"/><file name="monkey.js" hash="d7d2e3f137d97202214fe29551695739"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="mandrill"><file name="mandrill-tab.png" hash="d7eaf9deef355e4b8b55a96070b90ffe"/><file name="mandrill.css" hash="9ae16c108e7077daee12fcd81e267e66"/></dir><dir name="magemonkey"><file name="magemonkey.css" hash="c89300bb9c69634d562bc9acbb12c1a5"/><file name="magemonkey.js" hash="e40717a83ef300776cc79ad9f8191005"/><file name="mailchimp-connected-ebizmarts-title.png" hash="c6bcb1aa606ecd3b0a9753bb48ddeb58"/><file name="mailchimp-ico.png" hash="14978ec398cede4060bc9b00365bb6c5"/><file name="mailchimp-section-background.png" hash="d4536261c6a3534fbb855428c0cca62c"/><file name="mailchimp-tab.png" hash="61972b4e063364071e81d8c9e10d8feb"/></dir></dir></dir></dir></target><target name="mage"><dir name="lib"><dir name="Mandrill"><file name="API.php" hash="a3cfc2fbc1f2a309512a6f2fc415124c"/></dir></dir></target></contents>
196
  <compatible/>
197
  <dependencies/>
198
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ebizmarts_MageMonkey</name>
4
+ <version>1.1.19</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>MailChimp integration for Magento by Ebizmarts</summary>
10
  <description>Full MailChimp integration, automatic webhooks, multiple lists, interest groups</description>
11
+ <notes>-- version 1.1.19 stable&#xD;
12
+ - add browsed products autoresponder&#xD;
13
+ &#xD;
14
+ -- version 1.1.18 stable&#xD;
15
  - new facility to redirect abandoned cart to cms page&#xD;
16
  - fix for autoresonders, configurable products in review email&#xD;
17
  &#xD;
193
  &#xD;
194
  First public release 0.0.9, January 2012</notes>
195
  <authors><author><name>Ebizmarts Development Team</name><user>auto-converted</user><email>info@ebizmarts.com</email></author></authors>
196
+ <date>2013-08-21</date>
197
+ <time>05:21:09</time>
198
+ <contents><target name="magecommunity"><dir name="Ebizmarts"><dir name="MageMonkey"><dir name="Block"><dir name="Adminhtml"><dir name="Bulksync"><dir name="Export"><file name="Form.php" hash="494b043f37b3e50b64ebcdf839404bcd"/></dir><dir name="Import"><file name="Form.php" hash="876d2d4779f6cab94efcf875e9f91124"/></dir><dir name="Queue"><file name="Grid.php" hash="390dd759c2817044c44a0871819517b1"/></dir><dir name="QueueExport"><file name="Grid.php" hash="9f813bb7c6cc57a4dc2c4b40dbd0de0c"/></dir><dir name="QueueImport"><file name="Grid.php" hash="75363f7b616236e0d0b61625cb47b034"/></dir><file name="Export.php" hash="839406dcc6fdc21eafcc2a4482c409d9"/><file name="Import.php" hash="ffd9954540eb34e843924bf883ad96a9"/><file name="Queue.php" hash="cb98b0a44474e0c73f8e2deadfe040d5"/><file name="QueueExport.php" hash="c265f7173b88cdccf86c95d7189a8b7a"/><file name="QueueImport.php" hash="1ab842ed0d21fdcef5c1a03395036754"/></dir><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Memberactivity.php" hash="b36206aff7545c2daeaecae13c09ccc0"/></dir></dir></dir><dir name="Ecommerce"><file name="Grid.php" hash="d5a96878c984ea0b83c3eaca3c5112f3"/></dir><dir name="Ecommerceapi"><dir name="Renderer"><file name="Items.php" hash="e1d1f0fa96a0fc43e4cf13de1e919fbf"/></dir><file name="Grid.php" hash="4082405d6e7d83b1b08fcaf56c5b2ffd"/></dir><dir name="Memberactivity"><file name="Grid.php" hash="35efc93f57716c24970fb404d0c085b6"/></dir><dir name="Renderer"><file name="Date.php" hash="d49c78b64451be697c8618b8d0359594"/><file name="Importypes.php" hash="c701400787cf5030c9443985ff71d641"/><file name="Lists.php" hash="941bc98f92c814efe2889b978ed478f8"/><file name="Progress.php" hash="a0a1c6e7820779f9816bc2573c498480"/><file name="Yesno.php" hash="dfa6a63276fc013759f1624bf5b4b011"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="9b80747920f4e807f9965e9e220df7f0"/></dir><dir name="Form"><dir name="Field"><file name="Mapfields.php" hash="2a842a1af2cf5c77811e2278af24c8ad"/></dir></dir><file name="Account.php" hash="da002554cad88eb8a2c88db03911ecbe"/><file name="OauthWizard.php" hash="5e7284770d5a5861a9c208b0bb1af400"/></dir></dir><dir name="Transactionalemail"><dir name="Mandrill"><file name="Grid.php" hash="9bdba2256861d7b2b956eebdf5f74810"/></dir><dir name="Newemail"><file name="Form.php" hash="2dc7e08b4ac6db0a8feaeb8edcac298b"/></dir><dir name="Sts"><file name="Grid.php" hash="f676f809fb853345f2cb4024c8439b18"/></dir><file name="Mandrill.php" hash="2b61e9227eacf5cf9f63c2a6636a122a"/><file name="Newemail.php" hash="ff60f1428e93cd85ff433b8c8991914c"/><file name="Sts.php" hash="3e11110c89e687a76e0b5eb16382cbf3"/></dir><file name="Ecommerce.php" hash="23466d320d6cf639262ea45295ca7fad"/><file name="Ecommerceapi.php" hash="2362186beb28cea702c720ddaca6ff59"/></dir><dir name="Checkout"><file name="Subscribe.php" hash="5e998c988af48b0b2288351a46d242cb"/></dir><dir name="Customer"><dir name="Account"><file name="Lists.php" hash="10e67b8fb610eeb26f53f9975a0777e0"/></dir></dir><file name="Lists.php" hash="30c23403376a9ba62303917b81bf53a4"/><file name="Signup.php" hash="381f59bcb8076de6e4cc4a58ec1749de"/></dir><dir name="Helper"><file name="Cache.php" hash="461d2b77aff5eb4bad80a52b65978f0d"/><file name="Data.php" hash="fef3f23399a7c48450a0bc96458d0bf1"/><file name="Export.php" hash="bb36cff9864f8d53570200b371d84148"/><file name="Oauth2.php" hash="96e747768b4a0f2197ca1dda34e718cd"/></dir><dir name="Model"><dir name="Custom"><file name="Collection.php" hash="0ef74aaaac158aea31f90f6968ad651d"/></dir><dir name="Email"><file name="Template.php" hash="15e22e333d3ea8ed4cca2a5d8ecbfd0f"/></dir><dir name="Feed"><file name="Updates.php" hash="4ea3720b6e409ad396803a8203528e0a"/></dir><dir name="Mysql4"><dir name="Apidebug"><file name="Collection.php" hash="bda066b79c0d02744517bdedcecc0f63"/></dir><dir name="Bulksync"><dir name="Export"><file name="Collection.php" hash="8867a8e938fdbe6ea2727d5a47394a88"/></dir><dir name="Import"><file name="Collection.php" hash="2cb299ac506584ac4ab7baa61523fe55"/></dir><file name="Export.php" hash="257ebb74a4098a5c871e333139f46030"/><file name="Import.php" hash="8a69917cdcc660f0c907f5047301064e"/></dir><dir name="Ecommerce"><file name="Collection.php" hash="249fc8232239f7b6caeb3637ab3563dc"/></dir><file name="Apidebug.php" hash="97ca435168f87996cc6ec28c8416f6a5"/><file name="Ecommerce.php" hash="aab9408ea22072c8f64b253d53a2b0c5"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Account.php" hash="cfe2a819e278a6316dada4f1e8a5f0b8"/><file name="BulksyncDatasource.php" hash="0e60006bd0f9d621efed121a51764942"/><file name="BulksyncStatus.php" hash="0d8aec39d675d1f1e182ebf9e6521036"/><file name="Checkoutsubscribe.php" hash="1354dc01bc7f2ae34345a6a326f441b0"/><file name="CronProcessLimit.php" hash="d5ea4bcf96d89161746bf668f3c08caa"/><file name="Ecommerce360.php" hash="9d52d037f9c1e1354454bbc4e6d4862d"/><file name="List.php" hash="b7e3facaa5ee55753c065bae06f7d490"/><file name="OrderStatus.php" hash="fcffa29f07dbd3193a161430d70ae7d2"/><file name="Status.php" hash="dfb9f8702682ec6b7493e56bf995d40f"/><file name="TransactionalEmails.php" hash="8268078df511548abbc2dfa2730eb466"/><file name="WebhookDelete.php" hash="31a3456d1917da0d36fc1602aad90dab"/></dir></dir></dir><dir name="TransactionalEmail"><file name="Adapter.php" hash="48c9343c6a83f76dbf9ca5f111631f4a"/><file name="MANDRILL.php" hash="e9c9ade76a71d4feb9f78636ab9dbc4b"/><file name="STS.php" hash="3475e766d22ad464559b4e5b5a9cf03d"/></dir><file name="Api.php" hash="ff4937f6725ac342db5e9cb32827b233"/><file name="Apidebug.php" hash="c12fdbbcc042b5c00105fa27927da2f2"/><file name="BulksyncExport.php" hash="4ac2dffdfdbeb613ec662ff3cea3de45"/><file name="BulksyncImport.php" hash="2584cba71ec74d00304fb0c17258a3c6"/><file name="Cache.php" hash="8cd79a8368972846ce4197d9c7f975cc"/><file name="Cron.php" hash="229d10cd3e799b3ed1c44c8ecf1715ca"/><file name="Ecommerce.php" hash="ac3cda4fa10edce879e4c685ac405db1"/><file name="Ecommerce360.php" hash="b85e399ba0ed54a7fc1bd310faad5aa8"/><file name="MCAPI.php" hash="e0069816d5254a6d865412e0ce7246bc"/><file name="MCEXPORTAPI.php" hash="a559121e56448f22c58470635fb5f9ff"/><file name="Monkey.php" hash="eb5fe1633c912ac24992125329807dd2"/><file name="Observer.php" hash="9fe3120b2ebf9a4bb7f5a61b49700fe1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BulksyncController.php" hash="d1be92d5ba05fd106bfe0e1f9ddcf622"/><file name="EcommerceController.php" hash="6c4d1285022e2b03f08b27cfb57b7578"/><file name="TransactionalemailController.php" hash="1af1861fa74ddc0e917c8ea7f66c4843"/></dir><dir name="Customer"><file name="AccountController.php" hash="62b34054aa3b72a18570cf1b7fde48d1"/></dir><file name="SignupController.php" hash="e4d83eec491e96aada17e248c84a33fe"/><file name="WebhookController.php" hash="525f7e7657ab0353783eaa341fb2a714"/></dir><dir name="etc"><file name="adminhtml.xml" hash="95fef632f0e0eda69d6717d7231749bd"/><file name="config.xml" hash="1e1fb15a2f2cc721f1a9403ed87b45b2"/><file name="system.xml" hash="cef6a7882f43aa04c7e47c34847c273f"/></dir><dir name="sql"><dir name="monkey_setup"><file name="mysql4-install-0.0.1.php" hash="4df34769f4d5a8ceca90fd582500e3a9"/><file name="mysql4-upgrade-0.0.1-0.0.2.php" hash="d81147dab407bc55c59cddb5a764c53e"/><file name="mysql4-upgrade-0.0.2-0.0.3.php" hash="ce1925ff2ab03aa9fd6cbe43283ea37d"/><file name="mysql4-upgrade-0.0.3-0.0.4.php" hash="7f1e38bcf030e6346a9fd8321f1a4362"/><file name="mysql4-upgrade-0.0.4-0.0.5.php" hash="bbe6b895320effca77cc2c23431f043f"/><file name="mysql4-upgrade-0.0.5-0.0.6.php" hash="98b72d9ef4ec8078c09a1f641fc35a39"/><file name="mysql4-upgrade-0.0.6-0.0.7.php" hash="ea15755fc072e7c82b78063589360779"/><file name="mysql4-upgrade-1.0.10-1.0.11.php" hash="b2ec497921eb2bd9a97a318554fd980b"/><file name="mysql4-upgrade-1.1.5-1.1.6.php" hash="14750274ece5816d6c1ab490f7d610ab"/></dir></dir></dir><dir name="Mandrill"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="e74ee5dac57de8157c1b22499fc3cc17"/></dir><file name="Userinfo.php" hash="5f4bb5e8b314ecd2662eb428a89eb6ab"/></dir></dir><dir name="Users"><dir name="Senders"><file name="Grid.php" hash="b6edb098f54daad0ccc046e37407f56f"/></dir><file name="Senders.php" hash="65406b23588d5ac1681c2767676f8634"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="9e9664511acf4d9a5895da88a4587568"/></dir><dir name="Model"><dir name="Email"><file name="Template.php" hash="91a60f843bc3da655940189adb66748f"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Userinfo.php" hash="b7ebed36a640a389cad61faddd62d30f"/></dir></dir></dir><file name="Customcollection.php" hash="6cf600e84ff59c89be519171c0df22e3"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Mandrill"><file name="UsersController.php" hash="e7f1cb19d1bb424a873797844768bbbf"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="af71f4a3a16c40e2b6862061ddad0a19"/><file name="config.xml" hash="255447d64089fd25db41fde836171f00"/><file name="system.xml" hash="1196617c7e63720eefcb76b06181c8c6"/></dir></dir><dir name="AbandonedCart"><dir name="Block"><dir name="Adminhtml"><dir name="Abandonedmails"><file name="Grid.php" hash="ab7e9c98b2e81084b699f0671c3e4cde"/></dir><dir name="Abandonedorder"><file name="Grid.php" hash="5ce2c2ce64f31770de9366e48c0a1574"/></dir><dir name="Dashboard"><file name="Sales.php" hash="16abf05ddd0c40a2c5ddbd3d41ea0d33"/><file name="Totals.php" hash="d85af3df9878c5fa263060a36e4c26b2"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="4c885ae5c0bc9dfe81f1230277d254d9"/></dir><file name="Date.php" hash="3d6d093a0a8b78323940dcb7c3af503c"/></dir></dir><file name="Abandonedmails.php" hash="481f6ad7621a0ad22e6cc4ca5b134f4f"/><file name="Abandonedorder.php" hash="432ab1613ce56bf05d588220981c55f2"/><file name="Dashboard.php" hash="3b21c7594c0b197e184e6c3a4981324d"/></dir><dir name="Email"><dir name="Order"><file name="Items.php" hash="8df49873c836d2fa3ef270730ddc32e6"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7f1d1e8c82f761c40102f521bd8e83a3"/></dir><dir name="Model"><dir name="Resource"><dir name="Mailssent"><file name="Collection.php" hash="e6c0f3aebc086a50661e8b1851698d04"/></dir><dir name="Order"><file name="Collection.php" hash="d89b12a08d926abe27d56579e920d66f"/></dir><file name="Mailssent.php" hash="680224fabede906f58f70afe3873203b"/></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="04110625fa0be42905ccd21be919b46b"/><file name="Cmspage.php" hash="30c24459f4070408bc0c84cf8903e5d2"/><file name="Customergroup.php" hash="394ebe1114d7a08fb9a4d6f4b5b3d9df"/><file name="Discounttype.php" hash="6f647fbfc3a7ecff05bb0c7ad85a0272"/><file name="Unit.php" hash="d22875d2d2e5206e243031bba727cbe3"/></dir></dir><file name="Config.php" hash="4a1dcdabd84f652d14b3eb8b22e68ed0"/><file name="Cron.php" hash="2fd8c8dde8b6462c57b7afd33be8621b"/><file name="EventObserver.php" hash="ef83d3cb356c0b3423f3ec5aa319fd97"/><file name="Mailssent.php" hash="bd816e03345495f6becc5a14b84c9ce1"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AbandonedmailsController.php" hash="960493d95b9dcc22a492eb26a54b5ff6"/><file name="AbandonedorderController.php" hash="9fcb3223357dfb9281a689232b28c6e0"/></dir><file name="AbandonedController.php" hash="135e3ed6203f372e9c35a235197d7285"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c2a82d9e46d715f3d10a5ae40f457c89"/><file name="config.xml" hash="6962c05b0ffc0965b1f90d7d6a38ac3c"/><file name="system.xml" hash="a3953826ed66b82c7f8088c4f5d0244c"/></dir><dir name="sql"><dir name="ebizmarts_abandonedcart_setup"><file name="mysql4-install-0.1.0.php" hash="0e1a8c0391654c480773b78a50db5a83"/><file name="mysql4-upgrade-0.1.12-0.1.13.php" hash="4835436b744f8cbff61a66c2e345976f"/><file name="mysql4-upgrade-0.1.18-0.1.19.php" hash="e51b332cb70c81ee472b586fda4e8a7e"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="2e87d09a5008ac2f2432a25e08474c87"/><file name="mysql4-upgrade-0.1.20-0.1.21.php" hash="c461ba10961b4ee4e9385173d4264617"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="60daa0d70a1af929a39d6e20ee52ee9c"/></dir></dir></dir><dir name="Autoresponder"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Birthday"><dir name="Fieldset"><file name="Hint.php" hash="9ad466f965604828a2467ccc54d151b8"/></dir></dir><dir name="Fieldset"><file name="Hint.php" hash="349238311cdf09fc7637cdb294526f61"/></dir><dir name="Review"><dir name="Fieldset"><file name="Hint.php" hash="53d9fabcf8fd265df6b1344d9417bfce"/></dir></dir><dir name="Wishlist"><dir name="Fieldset"><file name="Hint.php" hash="8d3023646bf0bb4a0f3bd7dc7409c88f"/></dir></dir></dir></dir></dir><dir name="Customer"><dir name="Account"><file name="List.php" hash="88f17bfd4caaee22084db1f586932906"/></dir></dir><dir name="Email"><dir name="Related"><file name="Items.php" hash="fb3a41724e89de1a8dfaf2faa3e4f74d"/></dir><dir name="Review"><file name="Items.php" hash="9b80bad72b7f3ecc415a44c0ac96cf93"/></dir><dir name="Wishlist"><file name="Items.php" hash="12bd1d249aac41ba862fb501fc062be1"/></dir></dir><file name="Unsubscribe.php" hash="f67ee7f28b010a87b378a07629c92ac6"/></dir><dir name="Helper"><file name="Data.php" hash="cff844f2ef576bf51770b4d7afeb3f02"/></dir><dir name="Model"><dir name="Resource"><dir name="Unsubscribe"><file name="Collection.php" hash="e6179ce956137d9af5521f10af34f5cf"/></dir><dir name="Visited"><file name="Collection.php" hash="f945f8a90042995b9fd9b8066f300ae3"/></dir><file name="Unsubscribe.php" hash="2e0ea91653872a32f8276e4f4c403d0f"/><file name="Visited.php" hash="3aba82fd9bac48334bcd84a677afcb97"/></dir><dir name="System"><dir name="Config"><file name="Automatic.php" hash="1996bb3baf00288e313cc034ef5c0195"/><file name="Customergroup.php" hash="0756189e811c962ca77df0154289273f"/><file name="Discounttype.php" hash="225a09b80efedb8a37a6b799d2405129"/><file name="Time.php" hash="54a4783fe88b23017b6bc5a085222c37"/></dir></dir><file name="Config.php" hash="4ce878142894bee80c75bd9bc9a15d56"/><file name="Cron.php" hash="db020d37239712ae1463cadc29f6c0f6"/><file name="EventObserver.php" hash="41f922a7bbd33aa671848afdaea59cf5"/><file name="Unsubscribe.php" hash="ca9037bc1037e27e9c66d6eca9d7c0c2"/><file name="Visited.php" hash="d46e2dd0d0f69d8be707356f6183a98c"/></dir><dir name="controllers"><file name="AutoresponderController.php" hash="b07ce648f8de71d10b934a81fd8011a2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="59a240f12b496566f1a2b1de5f053e96"/><file name="config.xml" hash="006f87fc5093df5c990daa180a6f4dbf"/><file name="system.xml" hash="65c3bb615d6ef7c0a16c0b32ea393cb1"/></dir><dir name="sql"><dir name="ebizmarts_autoresponder_setup"><file name="mysql4-install-0.1.0.php" hash="791af0eec35753144d506294bb4c03ad"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="f623b6cb20dc56206a4a5fb395a9b960"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ebizmarts"><file name="abandonedcart.xml" hash="72945454a4d24ef8d1718bf177272ffe"/><file name="autoresponder.xml" hash="c928c3da9382d31b281fc2b98467b12d"/></dir><file name="magemonkey.xml" hash="f86c4a1e77468bf497bbc31f00d379c9"/></dir><dir name="template"><dir name="magemonkey"><dir name="checkout"><file name="subscribe.phtml" hash="ef3abc11470c016626a7470e29908a14"/></dir><dir name="customer"><dir name="account"><file name="lists.phtml" hash="9a81bc227a165994ac08ea615e5d8c3e"/></dir></dir><file name="lists.phtml" hash="f56a99e2b7337325de495b7b72c13634"/></dir><dir name="ebizmarts_abandonedcart"><dir name="email"><dir name="order"><dir name="items"><dir name="order"><file name="default.phtml" hash="5ff74635419e7ffb4d3660c306ad6590"/></dir></dir><file name="items.phtml" hash="cd81265b83dc2df835301b5fafb70f8f"/></dir></dir></dir><dir name="ebizmarts"><dir name="autoresponder"><dir name="customer"><file name="list.phtml" hash="be9cd36a644a39e3569c9ae0ded2087d"/></dir><dir name="related"><file name="items.phtml" hash="c0bd5d0624f882a9fefaca5e41bf5ee7"/></dir><dir name="review"><file name="items.phtml" hash="6e2cf411fa131aa3f57e9be73c7ffee4"/></dir><dir name="wishlist"><file name="items.phtml" hash="9a1cd60c87c038696821ed6c1e5879f9"/></dir><file name="unsubscribe.phtml" hash="2635dae225a8a4536d58a87c4de9054d"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="ebizmarts"><file name="abandonedcart.xml" hash="56b2ca552b73a976207cd33afbcfb299"/></dir><file name="magemonkey.xml" hash="613e5cd38048dedadb96434b9c3cc704"/><file name="mandrill.xml" hash="a79308bc32db35d45b151c01041be72d"/></dir><dir name="template"><dir name="magemonkey"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="f4bbe778592be65a6b452002dfc84c24"/></dir><file name="oauth_wizard.phtml" hash="226d42be1f41838bb80da0e2c3567d71"/></dir></dir></dir><dir name="mandrill"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="d4025820e90c8e20bc8c6664984a78a1"/></dir></dir></dir></dir><dir name="ebizmarts"><dir name="abandonedcart"><dir name="dashboard"><file name="index.phtml" hash="180d73784745e0c1d5b37b0d435a2cc0"/><file name="salebar.phtml" hash="50a0c2645e2f651da9ba72fd875986cb"/><file name="totalbar.phtml" hash="2652c0ab80efd0acceaf827964fe24c3"/></dir><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="769a7167480f7dd4e46a5cc99e88af20"/></dir></dir></dir></dir><dir name="autoresponder"><dir name="system"><dir name="config"><dir name="birthday"><dir name="fieldset"><file name="hint.phtml" hash="577162540f6f45b822d7784463c31456"/></dir></dir><dir name="fieldset"><file name="hint.phtml" hash="4dc3f6561861ae893eda757221ca8027"/></dir><dir name="review"><dir name="fieldset"><file name="hint.phtml" hash="a3e506441b757f5372337fa59de1d64f"/></dir></dir><dir name="wishlist"><dir name="fieldset"><file name="hint.phtml" hash="8f4427235da3afa30d271745f040c767"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ebizmarts_MageMonkey.xml" hash="9a4b1c469b4652442c7a5f945dd12cac"/><file name="Ebizmarts_Mandrill.xml" hash="c80aa6f98ccc3890303bb4c278f8ad95"/><file name="Ebizmarts_AbandonedCart.xml" hash="48c4cfe8246d5a995e2836c43ab38d74"/><file name="Ebizmarts_Autoresponder.xml" hash="97302f94f5893147db18c4034d135256"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="sales"><file name="abandoned_cart.html" hash="98e069b6316232dc155408326162c3aa"/></dir><dir name="ebizmarts"><dir name="autoresponder"><file name="birthday.html" hash="80c07ab41e13f953bac72f6164a8e9b1"/><file name="neworder.html" hash="c5f7af81d02baa3b4c851f327640c9d0"/><file name="noactivity.html" hash="9dfb99e8cea787a37e552c1e7ecdc961"/><file name="relatedproducts.html" hash="68a2b450dfeff78b4aefd77c1b6000b3"/><file name="review.html" hash="daf05d3208d1897426d6dbdcea280ce8"/><file name="visitedproducts.html" hash="39eb203e97a10dc3944a57f07103b340"/><file name="wishlist.html" hash="f8dc86167dd0df3100f8821b8db77285"/></dir></dir></dir></dir><file name="Ebizmarts_MageMonkey.csv" hash="181e91ed91dfea5fe7dab66af5719af8"/><file name="Ebizmarts_Mandrill.csv" hash="3dac3af57664fd34f5eda8abf4098ee0"/><file name="Ebizmarts_AbandonedCart.csv" hash="29ee25f32946e687917cf542aaa66941"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magemonkey"><file name="magemonkey.css" hash="d4eac40764271596a3edc30d1014887f"/><file name="monkey.js" hash="d7d2e3f137d97202214fe29551695739"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="mandrill"><file name="mandrill-tab.png" hash="d7eaf9deef355e4b8b55a96070b90ffe"/><file name="mandrill.css" hash="9ae16c108e7077daee12fcd81e267e66"/></dir><dir name="magemonkey"><file name="magemonkey.css" hash="c89300bb9c69634d562bc9acbb12c1a5"/><file name="magemonkey.js" hash="e40717a83ef300776cc79ad9f8191005"/><file name="mailchimp-connected-ebizmarts-title.png" hash="c6bcb1aa606ecd3b0a9753bb48ddeb58"/><file name="mailchimp-ico.png" hash="14978ec398cede4060bc9b00365bb6c5"/><file name="mailchimp-section-background.png" hash="d4536261c6a3534fbb855428c0cca62c"/><file name="mailchimp-tab.png" hash="61972b4e063364071e81d8c9e10d8feb"/></dir></dir></dir></dir></target><target name="mage"><dir name="lib"><dir name="Mandrill"><file name="API.php" hash="a3cfc2fbc1f2a309512a6f2fc415124c"/></dir></dir><dir name="js"><dir name="ebizmarts"><dir name="autoresponders"><file name="visitedproducts.js" hash="187789b18c33f48ad5eeb3f2dcc2267a"/></dir></dir></dir></target></contents>
199
  <compatible/>
200
  <dependencies/>
201
  </package>