Version Notes
Stable release. Compatible with older versions. Feed creation has been optimized to handle larger loads. The option to choose the store is now available. Can retrieve associated products for grouped types.Bug fixes.Has support for PHP V5.2. Quantity script has now been added. Flat Catalog support has been added,
Download this release
Release Info
Developer | Intelligent Reach |
Extension | Intelligent_Reach |
Version | 1.0.32 |
Comparing to | |
See all releases |
Code changes from version 1.0.31 to 1.0.32
- app/code/local/IntelligentReach/AmazonPayment/Model/Pay.php +1 -3
- app/code/local/IntelligentReach/DebenhamsPayment/Model/Pay.php +1 -1
- app/code/local/IntelligentReach/EbayPayment/Model/Pay.php +2 -3
- app/code/local/IntelligentReach/Integration/etc/config.xml +16 -27
- app/code/local/IntelligentReach/LazadaPayment/Model/Pay.php +1 -1
- app/code/local/IntelligentReach/PlayPayment/Model/Pay.php +1 -1
- app/code/local/IntelligentReach/RakutenPayment/Model/Pay.php +1 -1
- app/code/local/IntelligentReach/TradeMePayment/Model/Pay.php +1 -1
- app/code/local/IntelligentReach/WestfieldPayment/Model/Pay.php +1 -1
- app/design/frontend/base/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml +25 -14
- app/design/frontend/default/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml +25 -14
- app/design/frontend/enterprise/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml +25 -14
- package.xml +4 -4
app/code/local/IntelligentReach/AmazonPayment/Model/Pay.php
CHANGED
@@ -7,8 +7,6 @@ class IntelligentReach_AmazonPayment_Model_Pay extends Mage_Payment_Model_Method
|
|
7 |
{
|
8 |
|
9 |
protected $_code = 'amazonpayment';
|
10 |
-
//protected $_formBlockType = 'payment/form_checkmo';
|
11 |
-
//protected $_infoBlockType = 'payment/info_checkmo';
|
12 |
|
13 |
/**
|
14 |
* Payment Method features
|
@@ -16,6 +14,6 @@ class IntelligentReach_AmazonPayment_Model_Pay extends Mage_Payment_Model_Method
|
|
16 |
*/
|
17 |
protected $_canUseInternal = true;
|
18 |
protected $_canUseCheckout = false;
|
19 |
-
|
20 |
}
|
21 |
?>
|
7 |
{
|
8 |
|
9 |
protected $_code = 'amazonpayment';
|
|
|
|
|
10 |
|
11 |
/**
|
12 |
* Payment Method features
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/DebenhamsPayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_DebenhamsPayment_Model_Pay extends Mage_Payment_Model_Met
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/EbayPayment/Model/Pay.php
CHANGED
@@ -7,15 +7,14 @@ class IntelligentReach_EbayPayment_Model_Pay extends Mage_Payment_Model_Method_A
|
|
7 |
{
|
8 |
|
9 |
protected $_code = 'ebaypayment';
|
10 |
-
//protected $_formBlockType = 'payment/form_checkmo';
|
11 |
-
//protected $_infoBlockType = 'payment/info_checkmo';
|
12 |
|
13 |
/**
|
14 |
* Payment Method features
|
15 |
* @var bool
|
16 |
*/
|
17 |
protected $_canUseInternal = true;
|
18 |
-
protected $_canUseCheckout = false;
|
|
|
19 |
|
20 |
}
|
21 |
?>
|
7 |
{
|
8 |
|
9 |
protected $_code = 'ebaypayment';
|
|
|
|
|
10 |
|
11 |
/**
|
12 |
* Payment Method features
|
13 |
* @var bool
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
+
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
|
19 |
}
|
20 |
?>
|
app/code/local/IntelligentReach/Integration/etc/config.xml
CHANGED
@@ -1,28 +1,17 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
<routers>
|
19 |
-
<IntelligentReach_Integration>
|
20 |
-
<use>admin</use>
|
21 |
-
<args>
|
22 |
-
<module>IntelligentReach_Integration</module>
|
23 |
-
<frontName>integration</frontName>
|
24 |
-
</args>
|
25 |
-
</IntelligentReach_Integration>
|
26 |
-
</routers>
|
27 |
-
</admin>
|
28 |
-
</config>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<IntelligentReach_Integration>
|
5 |
+
<version>1.0.31</version>
|
6 |
+
</IntelligentReach_Integration>
|
7 |
+
</modules>
|
8 |
+
<frontend>
|
9 |
+
<layout>
|
10 |
+
<updates>
|
11 |
+
<IntelligentReach_Integration>
|
12 |
+
<file>intelligentreach_integration.xml</file>
|
13 |
+
</IntelligentReach_Integration>
|
14 |
+
</updates>
|
15 |
+
</layout>
|
16 |
+
</frontend>
|
17 |
+
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/IntelligentReach/LazadaPayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_LazadaPayment_Model_Pay extends Mage_Payment_Model_Method
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/PlayPayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_PlayPayment_Model_Pay extends Mage_Payment_Model_Method_A
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/RakutenPayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_RakutenPayment_Model_Pay extends Mage_Payment_Model_Metho
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/TradeMePayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_TradeMePayment_Model_Pay extends Mage_Payment_Model_Metho
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/code/local/IntelligentReach/WestfieldPayment/Model/Pay.php
CHANGED
@@ -14,6 +14,6 @@ class IntelligentReach_WestfieldPayment_Model_Pay extends Mage_Payment_Model_Met
|
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
-
|
18 |
}
|
19 |
?>
|
14 |
*/
|
15 |
protected $_canUseInternal = true;
|
16 |
protected $_canUseCheckout = false;
|
17 |
+
protected $_canUseForMultishipping = false;
|
18 |
}
|
19 |
?>
|
app/design/frontend/base/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml
CHANGED
@@ -10,29 +10,40 @@ $store_id = Mage::app()->getstore()->getid();
|
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
-
$orderIds =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
$purchasedItems = "";
|
15 |
$purchasedItemQuantities = "";
|
16 |
$purchasedItemPrices = "";
|
|
|
|
|
|
|
|
|
17 |
?>
|
18 |
<?php foreach($orderIds as $id): ?>
|
19 |
<?php
|
20 |
-
$
|
21 |
-
$
|
|
|
|
|
22 |
?>
|
23 |
<?php foreach($orderItems as $item): ?>
|
24 |
<?php
|
25 |
-
if(!in_array($item->getProductId()
|
26 |
-
{
|
27 |
-
$purchasedItemsArray[]= $item->getProductId();
|
28 |
-
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
<?php foreach(array_unique($orderItems) as $i): ?>
|
34 |
-
<?php
|
35 |
-
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
36 |
?>
|
37 |
<?php endforeach ?>
|
38 |
<?php endforeach ?>
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
+
$orderIds = array();
|
14 |
+
$last_quote_id = Mage::getSingleton('checkout/session')->getLastQuoteId();
|
15 |
+
$orderCollection = Mage::getModel('sales/order')->getCollection()
|
16 |
+
->addFieldToFilter('customer_id', array('eq' => array(Mage::getSingleton('customer/session')->getCustomer()->getId())));
|
17 |
+
$orderCollection = $orderCollection->addFilter('quote_id', $last_quote_id);
|
18 |
+
foreach($orderCollection as $order_row){
|
19 |
+
$orderIds[] = $order_row->getId();
|
20 |
+
}
|
21 |
+
|
22 |
$purchasedItems = "";
|
23 |
$purchasedItemQuantities = "";
|
24 |
$purchasedItemPrices = "";
|
25 |
+
$purchasedItemsArray = array();
|
26 |
+
$purchasedItemQuantitiesArray = array();
|
27 |
+
$purchasedItemPricesArray = array();
|
28 |
+
$purchasedItemsTotal = 0;
|
29 |
?>
|
30 |
<?php foreach($orderIds as $id): ?>
|
31 |
<?php
|
32 |
+
$sale = Mage::getModel('sales/order')->load($id);
|
33 |
+
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
34 |
+
$orderNumber = $sale->getIncrementId();
|
35 |
+
$orderItems = $sale->getAllVisibleItems();
|
36 |
?>
|
37 |
<?php foreach($orderItems as $item): ?>
|
38 |
<?php
|
39 |
+
if(!in_array($item->getProductId(), $purchasedItemsArray))
|
40 |
+
{
|
41 |
+
$purchasedItemsArray[]= $item->getProductId();
|
42 |
+
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
43 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] = (int)$item->getQtyOrdered();
|
44 |
+
}
|
45 |
+
else
|
46 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] += (int)$item->getQtyOrdered();
|
|
|
|
|
|
|
47 |
?>
|
48 |
<?php endforeach ?>
|
49 |
<?php endforeach ?>
|
app/design/frontend/default/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml
CHANGED
@@ -10,29 +10,40 @@ $store_id = Mage::app()->getstore()->getid();
|
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
-
$orderIds =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
$purchasedItems = "";
|
15 |
$purchasedItemQuantities = "";
|
16 |
$purchasedItemPrices = "";
|
|
|
|
|
|
|
|
|
17 |
?>
|
18 |
<?php foreach($orderIds as $id): ?>
|
19 |
<?php
|
20 |
-
$
|
21 |
-
$
|
|
|
|
|
22 |
?>
|
23 |
<?php foreach($orderItems as $item): ?>
|
24 |
<?php
|
25 |
-
if(!in_array($item->getProductId()
|
26 |
-
{
|
27 |
-
$purchasedItemsArray[]= $item->getProductId();
|
28 |
-
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
<?php foreach(array_unique($orderItems) as $i): ?>
|
34 |
-
<?php
|
35 |
-
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
36 |
?>
|
37 |
<?php endforeach ?>
|
38 |
<?php endforeach ?>
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
+
$orderIds = array();
|
14 |
+
$last_quote_id = Mage::getSingleton('checkout/session')->getLastQuoteId();
|
15 |
+
$orderCollection = Mage::getModel('sales/order')->getCollection()
|
16 |
+
->addFieldToFilter('customer_id', array('eq' => array(Mage::getSingleton('customer/session')->getCustomer()->getId())));
|
17 |
+
$orderCollection = $orderCollection->addFilter('quote_id', $last_quote_id);
|
18 |
+
foreach($orderCollection as $order_row){
|
19 |
+
$orderIds[] = $order_row->getId();
|
20 |
+
}
|
21 |
+
|
22 |
$purchasedItems = "";
|
23 |
$purchasedItemQuantities = "";
|
24 |
$purchasedItemPrices = "";
|
25 |
+
$purchasedItemsArray = array();
|
26 |
+
$purchasedItemQuantitiesArray = array();
|
27 |
+
$purchasedItemPricesArray = array();
|
28 |
+
$purchasedItemsTotal = 0;
|
29 |
?>
|
30 |
<?php foreach($orderIds as $id): ?>
|
31 |
<?php
|
32 |
+
$sale = Mage::getModel('sales/order')->load($id);
|
33 |
+
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
34 |
+
$orderNumber = $sale->getIncrementId();
|
35 |
+
$orderItems = $sale->getAllVisibleItems();
|
36 |
?>
|
37 |
<?php foreach($orderItems as $item): ?>
|
38 |
<?php
|
39 |
+
if(!in_array($item->getProductId(), $purchasedItemsArray))
|
40 |
+
{
|
41 |
+
$purchasedItemsArray[]= $item->getProductId();
|
42 |
+
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
43 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] = (int)$item->getQtyOrdered();
|
44 |
+
}
|
45 |
+
else
|
46 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] += (int)$item->getQtyOrdered();
|
|
|
|
|
|
|
47 |
?>
|
48 |
<?php endforeach ?>
|
49 |
<?php endforeach ?>
|
app/design/frontend/enterprise/default/template/intelligentreach_integration/checkout/multishipping/intelligentreach_integration.phtml
CHANGED
@@ -10,29 +10,40 @@ $store_id = Mage::app()->getstore()->getid();
|
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
-
$orderIds =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
$purchasedItems = "";
|
15 |
$purchasedItemQuantities = "";
|
16 |
$purchasedItemPrices = "";
|
|
|
|
|
|
|
|
|
17 |
?>
|
18 |
<?php foreach($orderIds as $id): ?>
|
19 |
<?php
|
20 |
-
$
|
21 |
-
$
|
|
|
|
|
22 |
?>
|
23 |
<?php foreach($orderItems as $item): ?>
|
24 |
<?php
|
25 |
-
if(!in_array($item->getProductId()
|
26 |
-
{
|
27 |
-
$purchasedItemsArray[]= $item->getProductId();
|
28 |
-
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
<?php foreach(array_unique($orderItems) as $i): ?>
|
34 |
-
<?php
|
35 |
-
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
36 |
?>
|
37 |
<?php endforeach ?>
|
38 |
<?php endforeach ?>
|
10 |
$istCompanyId = Mage::getModel('core/variable')->setStoreId($store_id)->loadByCode('intelligent_reach_id')->getValue();
|
11 |
?>
|
12 |
<?php
|
13 |
+
$orderIds = array();
|
14 |
+
$last_quote_id = Mage::getSingleton('checkout/session')->getLastQuoteId();
|
15 |
+
$orderCollection = Mage::getModel('sales/order')->getCollection()
|
16 |
+
->addFieldToFilter('customer_id', array('eq' => array(Mage::getSingleton('customer/session')->getCustomer()->getId())));
|
17 |
+
$orderCollection = $orderCollection->addFilter('quote_id', $last_quote_id);
|
18 |
+
foreach($orderCollection as $order_row){
|
19 |
+
$orderIds[] = $order_row->getId();
|
20 |
+
}
|
21 |
+
|
22 |
$purchasedItems = "";
|
23 |
$purchasedItemQuantities = "";
|
24 |
$purchasedItemPrices = "";
|
25 |
+
$purchasedItemsArray = array();
|
26 |
+
$purchasedItemQuantitiesArray = array();
|
27 |
+
$purchasedItemPricesArray = array();
|
28 |
+
$purchasedItemsTotal = 0;
|
29 |
?>
|
30 |
<?php foreach($orderIds as $id): ?>
|
31 |
<?php
|
32 |
+
$sale = Mage::getModel('sales/order')->load($id);
|
33 |
+
$purchasedItemsTotal = $purchasedItemsTotal + $sale->getGrandTotal();
|
34 |
+
$orderNumber = $sale->getIncrementId();
|
35 |
+
$orderItems = $sale->getAllVisibleItems();
|
36 |
?>
|
37 |
<?php foreach($orderItems as $item): ?>
|
38 |
<?php
|
39 |
+
if(!in_array($item->getProductId(), $purchasedItemsArray))
|
40 |
+
{
|
41 |
+
$purchasedItemsArray[]= $item->getProductId();
|
42 |
+
$purchasedItemPricesArray[] = number_format($item->getPrice(),2,'.','');
|
43 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] = (int)$item->getQtyOrdered();
|
44 |
+
}
|
45 |
+
else
|
46 |
+
$purchasedItemQuantitiesArray[$item->getProductId()] += (int)$item->getQtyOrdered();
|
|
|
|
|
|
|
47 |
?>
|
48 |
<?php endforeach ?>
|
49 |
<?php endforeach ?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Intelligent_Reach</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -17,9 +17,9 @@ Intelligent reach also offers advanced insight and trading services; whilst ensu
|
|
17 |
Contact us to arrange a free E-commerce therapy session. Get advice about e-privacy compliance, tag management, analytics or BI implementations and Data quality as well as any key pain points or challenges which are hampering your growth.</description>
|
18 |
<notes>Stable release. Compatible with older versions. Feed creation has been optimized to handle larger loads. The option to choose the store is now available. Can retrieve associated products for grouped types.Bug fixes.Has support for PHP V5.2. Quantity script has now been added. Flat Catalog support has been added,</notes>
|
19 |
<authors><author><name>Intelligent Reach</name><user>IR</user><email>development@intelligentreach.com</email></author></authors>
|
20 |
-
<date>2015-
|
21 |
-
<time>
|
22 |
-
<contents><target name="mage"><dir name="."><file name="intelligentreach_integration.php" hash="c26628fa5006bfc5293aaaeadf5baa4b"/><file name="intelligentreach_integration_qty.php" hash="d5c044b02c08c540f124ec52c5da073b"/></dir><dir><dir name="app"><dir name="etc"><dir name="modules"><file name="IntelligentReach_Integration.xml" hash="6cdd19a11572e7073dbb3d746b6b57b6"/><file name="IntelligentReach_AmazonPayment.xml" hash="10faf651f19ea2298217be1a95707b7c"/><file name="IntelligentReach_EbayPayment.xml" hash="eb9acbd1b55da29e10b09981f0b7af8f"/><file name="IntelligentReach_DebenhamsPayment.xml" hash="649e25d5edf93ea84ce0a35240441ecb"/><file name="IntelligentReach_LazadaPayment.xml" hash="74ebd9f7bab6023049128e6de012b52c"/><file name="IntelligentReach_PlayPayment.xml" hash="c711e18f9a79c24bcddce4143ffb6fb6"/><file name="IntelligentReach_RakutenPayment.xml" hash="d70ce1efcf60b29ecc02fcea8df1f7e9"/><file name="IntelligentReach_TradeMePayment.xml" hash="367154d17430c1000c3798454be25dcb"/><file name="IntelligentReach_WestfieldPayment.xml" hash="b0ae5878bb26f86674ce88a50876496b"/></dir></dir><dir name="code"><dir name="local"><dir name="IntelligentReach"><dir name="Integration"><dir name="etc"><file name="config.xml" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Intelligent_Reach</name>
|
4 |
+
<version>1.0.32</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL</license>
|
7 |
<channel>community</channel>
|
17 |
Contact us to arrange a free E-commerce therapy session. Get advice about e-privacy compliance, tag management, analytics or BI implementations and Data quality as well as any key pain points or challenges which are hampering your growth.</description>
|
18 |
<notes>Stable release. Compatible with older versions. Feed creation has been optimized to handle larger loads. The option to choose the store is now available. Can retrieve associated products for grouped types.Bug fixes.Has support for PHP V5.2. Quantity script has now been added. Flat Catalog support has been added,</notes>
|
19 |
<authors><author><name>Intelligent Reach</name><user>IR</user><email>development@intelligentreach.com</email></author></authors>
|
20 |
+
<date>2015-12-17</date>
|
21 |
+
<time>17:00:46</time>
|
22 |
+
<contents><target name="mage"><dir name="."><file name="intelligentreach_integration.php" hash="c26628fa5006bfc5293aaaeadf5baa4b"/><file name="intelligentreach_integration_qty.php" hash="d5c044b02c08c540f124ec52c5da073b"/></dir><dir><dir name="app"><dir name="etc"><dir name="modules"><file name="IntelligentReach_Integration.xml" hash="6cdd19a11572e7073dbb3d746b6b57b6"/><file name="IntelligentReach_AmazonPayment.xml" hash="10faf651f19ea2298217be1a95707b7c"/><file name="IntelligentReach_EbayPayment.xml" hash="eb9acbd1b55da29e10b09981f0b7af8f"/><file name="IntelligentReach_DebenhamsPayment.xml" hash="649e25d5edf93ea84ce0a35240441ecb"/><file name="IntelligentReach_LazadaPayment.xml" hash="74ebd9f7bab6023049128e6de012b52c"/><file name="IntelligentReach_PlayPayment.xml" hash="c711e18f9a79c24bcddce4143ffb6fb6"/><file name="IntelligentReach_RakutenPayment.xml" hash="d70ce1efcf60b29ecc02fcea8df1f7e9"/><file name="IntelligentReach_TradeMePayment.xml" hash="367154d17430c1000c3798454be25dcb"/><file name="IntelligentReach_WestfieldPayment.xml" hash="b0ae5878bb26f86674ce88a50876496b"/></dir></dir><dir name="code"><dir name="local"><dir name="IntelligentReach"><dir name="Integration"><dir name="etc"><file name="config.xml" hash="19b28fa70cabc63575d8402b9c3b70c2"/></dir></dir><dir name="AmazonPayment"><dir name="etc"><file name="config.xml" hash="fa778b89d2f5e2de3b2a74a8a4f439dd"/><file name="system.xml" hash="7b236978b8022dc4deda628640ea8689"/></dir><dir name="Helper"><file name="Data.php" hash="2e4ef89b210d0f992cd25b8ef5f4b96e"/></dir><dir name="Model"><file name="Pay.php" hash="4f706307986b9cd0f7cb64f69402cbd5"/></dir></dir><dir name="EbayPayment"><dir name="etc"><file name="config.xml" hash="fe09c7a800db5e2099667bf3950f1bc1"/><file name="system.xml" hash="7246fbf64d238328f74bd6445cc05b29"/></dir><dir name="Helper"><file name="Data.php" hash="0e112e22a4786f3624216628dee796a0"/></dir><dir name="Model"><file name="Pay.php" hash="9195dd4e2dbdeae9170220d78efc9f7b"/></dir></dir><dir name="DebenhamsPayment"><dir name="etc"><file name="config.xml" hash="dd29c8cb2a4ff025b757a10029f69da0"/><file name="system.xml" hash="fab15158ef26748821326174ca9d91eb"/></dir><dir name="Helper"><file name="Data.php" hash="24e03a8fb06b27480aae4e37f2dc54d8"/></dir><dir name="Model"><file name="Pay.php" hash="45162537d76f8c9e9ccc1ec493c59691"/></dir></dir><dir name="LazadaPayment"><dir name="etc"><file name="config.xml" hash="7a742be1eab740be340dc70cc2712f16"/><file name="system.xml" hash="bf34e8ec60287c727d8221163f436c9c"/></dir><dir name="Helper"><file name="Data.php" hash="7eee4edb781ab93817979b61f314787f"/></dir><dir name="Model"><file name="Pay.php" hash="d52eafb63ab3bad2a390e2f83ebfab6e"/></dir></dir><dir name="PlayPayment"><dir name="etc"><file name="config.xml" hash="ed8a305ade616f3761c339c64673159a"/><file name="system.xml" hash="4afb9b545ca22d4043b0606222d734a6"/></dir><dir name="Helper"><file name="Data.php" hash="486d43158da7188608eb07d3c9e45845"/></dir><dir name="Model"><file name="Pay.php" hash="78432762a0020455de623fbe79166045"/></dir></dir><dir name="RakutenPayment"><dir name="etc"><file name="config.xml" hash="83d97e0bce7fee408653936c3abbae05"/><file name="system.xml" hash="6c19c11b0ad20305d3dd705a0e3f71b9"/></dir><dir name="Helper"><file name="Data.php" hash="87cc7e597d4f70a26911c861358d5695"/></dir><dir name="Model"><file name="Pay.php" hash="b52e5cb4fdb78db91c23bc929e8a70eb"/></dir></dir><dir name="TradeMePayment"><dir name="etc"><file name="config.xml" hash="828e591134a0f0768e8ecb24d0533299"/><file name="system.xml" hash="98893010b7a44f27611421780a09cd6a"/></dir><dir name="Helper"><file name="Data.php" hash="b789a1164f2296882e81d4dced4897a0"/></dir><dir name="Model"><file name="Pay.php" hash="74ba42a1af907d6159fcd8c507d533de"/></dir></dir><dir name="WestfieldPayment"><dir name="etc"><file name="config.xml" hash="5dd4ebf59882c0c6a2dcb0754281154c"/><file name="system.xml" hash="de52dce1e16aaa20f62253a4a22f419f"/></dir><dir name="Helper"><file name="Data.php" hash="1d1fcc723fc60d73b004173094a8499e"/></dir><dir name="Model"><file name="Pay.php" hash="d398e69f34d1b7b4105d264eccf01799"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="intelligentreach_integration.xml" hash="c45eb729e1e4b5025b25c20ac2723eeb"/></dir><dir name="template"><dir name="intelligentreach_integration"><file name="intelligentreach_integration.phtml" hash="cfcf6e1c2de50fa66258a820fb296775"/><dir name="product"><file name="intelligentreach_integration.phtml" hash="0d1f3ce4a57d977d8955176b01e2f87d"/></dir><dir name="basket"><file name="intelligentreach_integration.phtml" hash="983743acab4cd1c2819ea4fb6eebe0b5"/></dir><dir name="checkout"><dir name="onepage"><file name="intelligentreach_integration.phtml" hash="dfcfe625fadaf06fb3b069cb9257b4cc"/></dir><dir name="multishipping"><file name="intelligentreach_integration.phtml" hash="206d1fe72ab530829ca274fd52e90108"/></dir></dir></dir></dir></dir></dir><dir name="enterprise"><dir name="default"><dir name="layout"><file name="intelligentreach_integration.xml" hash="c45eb729e1e4b5025b25c20ac2723eeb"/></dir><dir name="template"><dir name="intelligentreach_integration"><file name="intelligentreach_integration.phtml" hash="cfcf6e1c2de50fa66258a820fb296775"/><dir name="product"><file name="intelligentreach_integration.phtml" hash="0d1f3ce4a57d977d8955176b01e2f87d"/></dir><dir name="basket"><file name="intelligentreach_integration.phtml" hash="983743acab4cd1c2819ea4fb6eebe0b5"/></dir><dir name="checkout"><dir name="onepage"><file name="intelligentreach_integration.phtml" hash="dfcfe625fadaf06fb3b069cb9257b4cc"/></dir><dir name="multishipping"><file name="intelligentreach_integration.phtml" hash="206d1fe72ab530829ca274fd52e90108"/></dir></dir></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="intelligentreach_integration.xml" hash="c45eb729e1e4b5025b25c20ac2723eeb"/></dir><dir name="template"><dir name="intelligentreach_integration"><file name="intelligentreach_integration.phtml" hash="cfcf6e1c2de50fa66258a820fb296775"/><dir name="product"><file name="intelligentreach_integration.phtml" hash="0d1f3ce4a57d977d8955176b01e2f87d"/></dir><dir name="basket"><file name="intelligentreach_integration.phtml" hash="983743acab4cd1c2819ea4fb6eebe0b5"/></dir><dir name="checkout"><dir name="onepage"><file name="intelligentreach_integration.phtml" hash="dfcfe625fadaf06fb3b069cb9257b4cc"/></dir><dir name="multishipping"><file name="intelligentreach_integration.phtml" hash="206d1fe72ab530829ca274fd52e90108"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|