Version Notes
Fix some issues in customer order total amount
Download this release
Release Info
Developer | jitendra |
Extension | Betaout |
Version | 1.1.7 |
Comparing to | |
See all releases |
Code changes from version 1.1.6 to 1.1.7
app/code/community/Betaout/Amplify/Model/Amplify.php
CHANGED
@@ -823,5 +823,3 @@ class Amplify {
|
|
823 |
return $visitorData['visitor_id'];
|
824 |
}
|
825 |
}
|
826 |
-
|
827 |
-
?>
|
823 |
return $visitorData['visitor_id'];
|
824 |
}
|
825 |
}
|
|
|
|
app/code/community/Betaout/Amplify/Model/Key.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<?php
|
2 |
-
ini_set("display_errors",1);
|
3 |
require_once 'Amplify.php';
|
4 |
require_once('app/Mage.php');
|
5 |
|
@@ -111,17 +110,18 @@ class Betaout_Amplify_Model_Key extends Mage_Core_Model_Abstract {
|
|
111 |
$actionData[0]['qty'] = (int) $product->getQty();
|
112 |
$actionData[0]['category'] = "";
|
113 |
$actionData[0]['discount'] = abs($product->getPrice() - $product->getFinalPrice());
|
|
|
114 |
$cart = Mage::getSingleton('checkout/cart');
|
115 |
$subTotalPrice = $cart->getQuote()->getGrandTotal();
|
116 |
-
$orderInfo["subtotalPrice"] = $subTotalPrice;
|
117 |
$actionDescription = array(
|
118 |
'action' => 'removed_from_cart',
|
119 |
'email' => $this->getCustomerIdentity(),
|
120 |
'or' => $orderInfo,
|
121 |
'pd' => $actionData
|
122 |
);
|
123 |
-
|
124 |
$res = $this->amplify->customer_action($actionDescription);
|
|
|
125 |
}
|
126 |
} catch (Exception $ex) {
|
127 |
|
@@ -129,8 +129,8 @@ class Betaout_Amplify_Model_Key extends Mage_Core_Model_Abstract {
|
|
129 |
}
|
130 |
|
131 |
public function getAmplifyEventAddToCart(Varien_Event_Observer $evnt) {
|
132 |
-
|
133 |
try {
|
|
|
134 |
if ($this->verified) {
|
135 |
|
136 |
$event = $evnt->getEvent();
|
@@ -180,13 +180,13 @@ class Betaout_Amplify_Model_Key extends Mage_Core_Model_Abstract {
|
|
180 |
$subTotalPrice = $cart->getQuote()->getGrandTotal();
|
181 |
$orderInfo["subtotalPrice"] = $subTotalPrice;
|
182 |
$orderInfo['abandonedCheckoutUrl'] = Mage::getUrl('checkout/cart');
|
|
|
183 |
$actionDescription = array(
|
184 |
'or' => $orderInfo,
|
185 |
'email' => $this->getCustomerIdentity(),
|
186 |
'action' => 'add_to_cart',
|
187 |
'pd' => $actionData
|
188 |
);
|
189 |
-
|
190 |
$res = $this->amplify->customer_action($actionDescription);
|
191 |
}
|
192 |
} catch (Exception $ex) {
|
@@ -756,21 +756,73 @@ class Betaout_Amplify_Model_Key extends Mage_Core_Model_Abstract {
|
|
756 |
}
|
757 |
|
758 |
public function getAmplifySales_order_save_commit_after($observer) {
|
759 |
-
// $order = $observer->getOrder();
|
760 |
-
// echo $order->getIncrementId();
|
761 |
-
// echo $order->getState();
|
762 |
|
763 |
}
|
764 |
|
765 |
-
// checkout_cart_update_items_after
|
766 |
-
|
767 |
/**
|
768 |
* @param Varien_Event_Observer $observer
|
769 |
* @author Dharam <dharmendra@socialcrawler.in>
|
770 |
*
|
771 |
*/
|
772 |
public function getAmplify_cartUpdate(Varien_Event_Observer $observer) {
|
773 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
}
|
775 |
|
776 |
public function getAmplifyCancelOrderItem($observer) {
|
@@ -778,135 +830,6 @@ class Betaout_Amplify_Model_Key extends Mage_Core_Model_Abstract {
|
|
778 |
}
|
779 |
|
780 |
public function sendData() {
|
781 |
-
|
782 |
-
// Mage::app()->getCacheInstance()->cleanType('config');
|
783 |
-
// $sendOrderFlag =true;// Mage::getStoreConfig(self::XML_PATH_SEND_ORDER_STATUS);
|
784 |
-
// if ($sendOrderFlag && $this->verified) {
|
785 |
-
//// $startTime = microtime(true);
|
786 |
-
// $processDate = Mage::getStoreConfig('betaout_amplify_options/settings/_process_date');
|
787 |
-
// $orders = Mage::getModel('sales/order')->getCollection()
|
788 |
-
// ->addAttributeToSelect('customer_email')
|
789 |
-
// ->addAttributeToSelect('customer_firstname')
|
790 |
-
// ->addAttributeToSelect('customer_lastname')
|
791 |
-
// ->addAttributeToSelect('shipping_description')
|
792 |
-
// ->addAttributeToSelect('order_currency_code')
|
793 |
-
// ->addAttributeToSelect('increment_id')->
|
794 |
-
// addAttributeToSelect('grand_total')->
|
795 |
-
// addAttributeToSelect('subtotal')->
|
796 |
-
// addAttributeToSelect('remote_ip')->
|
797 |
-
// addAttributeToSelect('store_id')->
|
798 |
-
// addAttributeToSelect('discount_amount')->
|
799 |
-
// addAttributeToSelect('coupon_code')->
|
800 |
-
// addAttributeToSelect('shipping_address_id')->
|
801 |
-
// addAttributeToSelect('billing_address_id')->
|
802 |
-
// addAttributeToSelect('created_at')->
|
803 |
-
// addAttributeToSelect('shipping_incl_tax')->
|
804 |
-
// addAttributeToSelect('created_at')
|
805 |
-
// ->addAttributeToSelect('status')
|
806 |
-
// ->addAttributeToSort('created_at', 'DESC')
|
807 |
-
// ->addAttributeToFilter('created_at', array('to' => $processDate, 'date' => true))
|
808 |
-
// //->addAttributeToFilter('status', array('eq' => Mage_Sales_Model_Order::STATE_COMPLETE))
|
809 |
-
// ->setPageSize(10);
|
810 |
-
// $currentPage = 1;
|
811 |
-
// $orders->setCurPage($currentPage);
|
812 |
-
// $orders->load();
|
813 |
-
//
|
814 |
-
// $count = count($orders);
|
815 |
-
// if ($count <= 0)
|
816 |
-
// Mage::getModel('core/config')->saveConfig('betaout_amplify_options/order/cron_setting', $this->_schedule);
|
817 |
-
// $flage = 1;
|
818 |
-
//
|
819 |
-
// foreach ($orders as $order) {
|
820 |
-
// if ($flage) {
|
821 |
-
// $flage = 0;
|
822 |
-
// continue;
|
823 |
-
// }
|
824 |
-
// $order_id = $order->getIncrementId();
|
825 |
-
// $order = Mage::getModel('sales/order')->loadByIncrementId($order_id);
|
826 |
-
// $items = $order->getAllVisibleItems();
|
827 |
-
// $itemcount = count($items);
|
828 |
-
// $name = array();
|
829 |
-
// $unitPrice = array();
|
830 |
-
// $sku = array();
|
831 |
-
// $ids = array();
|
832 |
-
// $qty = array();
|
833 |
-
// $i = 0;
|
834 |
-
// $actionData = array();
|
835 |
-
//
|
836 |
-
// foreach ($items as $itemId => $item) {
|
837 |
-
//
|
838 |
-
// $product = $item;
|
839 |
-
//
|
840 |
-
// $product = Mage::getModel('catalog/product')->load($product->getProductId());
|
841 |
-
// $categoryIds = $product->getCategoryIds();
|
842 |
-
// $cateHolder = array();
|
843 |
-
//
|
844 |
-
// foreach ($categoryIds as $cat) {
|
845 |
-
// $cateName = Mage::getModel('catalog/category')->load($cat['entity_id']);
|
846 |
-
// $name=$cateName->getName();
|
847 |
-
// $id=$cateName->getEntityId();
|
848 |
-
// $pid=$cateName->getParent_id();
|
849 |
-
// $cateHolder[$id] = array("n"=>$name,"p"=>$pid);
|
850 |
-
// }
|
851 |
-
// $cateHolder[1] = array("n"=>"root catalog","p"=>0);
|
852 |
-
// $categoryName = implode(",", $cateHolder);
|
853 |
-
// $actionData[$i]['productId'] = $product->getId();
|
854 |
-
// $actionData[$i]['productTitle'] = $product->getName();
|
855 |
-
// $actionData[$i]['sku'] = $product->getSku();
|
856 |
-
// $actionData[$i]['price'] = $product->getPrice();
|
857 |
-
// $actionData[$i]['currency'] = Mage::app()->getStore()->getBaseCurrencyCode();
|
858 |
-
// $actionData[$i]['specialPrice'] = $product->getFinalPrice();
|
859 |
-
// $actionData[$i]['status'] = $product->getStatus();
|
860 |
-
// $actionData[$i]['productPictureUrl'] = $product->getImageUrl();
|
861 |
-
// $actionData[$i]['pageUrl'] = $product->getProductUrl();
|
862 |
-
// $actionData[$i]['weight'] = $product->getWeight();
|
863 |
-
// $actionData[$i]['stockAvailability'] = $stock_data ? $stock_data : 2;
|
864 |
-
// $actionData[$i]['size'] = $product->getResource()->getAttribute('size') ? $product->getAttributeText('size') : false;
|
865 |
-
// $actionData[$i]['color'] = $product->getResource()->getAttribute('color') ? $product->getAttributeText('color') : false;
|
866 |
-
// $actionData[$i]['brandName'] = $product->getResource()->getAttribute('manufacturer') ? $product->getAttributeText('manufacturer') : false;
|
867 |
-
// $actionData[$i]['qty'] = (int) $item->getQtyOrdered();
|
868 |
-
// $actionData[$i]['category'] = $cateHolder;
|
869 |
-
//// $actionData[$i]['couponCode'] = Mage::getSingleton('checkout/session')->getQuote()->getCouponCode() ;
|
870 |
-
// $actionData[$i]['discount'] = $item->getDiscountAmount();
|
871 |
-
// $actionData[$i]['totalProductPrice']=$item->getRowTotal()-$item->getDiscountAmount();
|
872 |
-
//// $actionData[$i]['discount'] = $item->getBaseDiscountAmount();
|
873 |
-
// $i++;
|
874 |
-
// }
|
875 |
-
//
|
876 |
-
// $cart = Mage::getSingleton('checkout/cart');
|
877 |
-
// $TotalPrice = $order->getGrandTotal();
|
878 |
-
// $totalShippingPrice = $order->getShippingAmount();
|
879 |
-
// $orTotalPrice = $TotalPrice - $totalShippingPrice;
|
880 |
-
// $subTotalPrice = $order->getSubtotal();
|
881 |
-
// $orderInfo["subtotalPrice"] = $orTotalPrice;
|
882 |
-
// $orderInfo["totalPrice"] = $TotalPrice;
|
883 |
-
// $orderInfo["totalShippingPrice"] = $totalShippingPrice;
|
884 |
-
// $orderInfo['orderId'] = $order_id;
|
885 |
-
// $orderInfo['ip'] = $order->getRemoteIp();
|
886 |
-
// $orderInfo['createdTime'] = $processDate = $order->getCreatedAt();
|
887 |
-
// $orderInfo['promocode'] = $order->getCouponCode();
|
888 |
-
// $orderInfo['totalDiscount'] = abs($order->getDiscountAmount());
|
889 |
-
// $orderInfo['currency'] = $order->getOrderCurrencyCode();
|
890 |
-
// $orderInfo['financialStatus'] = 'paid';
|
891 |
-
// $orderInfo['totalTaxes'] = $order->getShippingTaxAmount();
|
892 |
-
// $orderInfo['ordStatus'] = $order->getStatus();
|
893 |
-
//
|
894 |
-
// $actionDescription = array(
|
895 |
-
// 'action' => 'purchased',
|
896 |
-
// 'email' => $order->getCustomerEmail(),
|
897 |
-
// 'cartInfo' => array_filter($orderInfo),
|
898 |
-
// 'products' => array_filter($actionData)
|
899 |
-
// );
|
900 |
-
// Mage::log($actionDescription);
|
901 |
-
// $this->amplify->customer_action($actionDescription);
|
902 |
-
// //$res = $this->amplify->send_old_order($actionDescription);
|
903 |
-
// }
|
904 |
-
// Mage::getConfig()->saveConfig('betaout_amplify_options/settings/_process_date', $processDate)->cleanCache();
|
905 |
-
// Mage::app()->reinitStores();
|
906 |
-
//
|
907 |
-
// }
|
908 |
-
}
|
909 |
-
|
910 |
-
}
|
911 |
-
?>
|
912 |
|
|
1 |
<?php
|
|
|
2 |
require_once 'Amplify.php';
|
3 |
require_once('app/Mage.php');
|
4 |
|
110 |
$actionData[0]['qty'] = (int) $product->getQty();
|
111 |
$actionData[0]['category'] = "";
|
112 |
$actionData[0]['discount'] = abs($product->getPrice() - $product->getFinalPrice());
|
113 |
+
$subprice=(int) $product->getQty()*$product->getPrice();
|
114 |
$cart = Mage::getSingleton('checkout/cart');
|
115 |
$subTotalPrice = $cart->getQuote()->getGrandTotal();
|
116 |
+
$orderInfo["subtotalPrice"] = $subTotalPrice-$subprice;
|
117 |
$actionDescription = array(
|
118 |
'action' => 'removed_from_cart',
|
119 |
'email' => $this->getCustomerIdentity(),
|
120 |
'or' => $orderInfo,
|
121 |
'pd' => $actionData
|
122 |
);
|
|
|
123 |
$res = $this->amplify->customer_action($actionDescription);
|
124 |
+
|
125 |
}
|
126 |
} catch (Exception $ex) {
|
127 |
|
129 |
}
|
130 |
|
131 |
public function getAmplifyEventAddToCart(Varien_Event_Observer $evnt) {
|
|
|
132 |
try {
|
133 |
+
|
134 |
if ($this->verified) {
|
135 |
|
136 |
$event = $evnt->getEvent();
|
180 |
$subTotalPrice = $cart->getQuote()->getGrandTotal();
|
181 |
$orderInfo["subtotalPrice"] = $subTotalPrice;
|
182 |
$orderInfo['abandonedCheckoutUrl'] = Mage::getUrl('checkout/cart');
|
183 |
+
$orderInfo['currency']=Mage::app()->getStore()->getBaseCurrencyCode();
|
184 |
$actionDescription = array(
|
185 |
'or' => $orderInfo,
|
186 |
'email' => $this->getCustomerIdentity(),
|
187 |
'action' => 'add_to_cart',
|
188 |
'pd' => $actionData
|
189 |
);
|
|
|
190 |
$res = $this->amplify->customer_action($actionDescription);
|
191 |
}
|
192 |
} catch (Exception $ex) {
|
756 |
}
|
757 |
|
758 |
public function getAmplifySales_order_save_commit_after($observer) {
|
|
|
|
|
|
|
759 |
|
760 |
}
|
761 |
|
|
|
|
|
762 |
/**
|
763 |
* @param Varien_Event_Observer $observer
|
764 |
* @author Dharam <dharmendra@socialcrawler.in>
|
765 |
*
|
766 |
*/
|
767 |
public function getAmplify_cartUpdate(Varien_Event_Observer $observer) {
|
768 |
+
try {
|
769 |
+
if ($this->verified) {
|
770 |
+
$i=0;
|
771 |
+
$subdiff=0;
|
772 |
+
$actionData = array();
|
773 |
+
foreach ($observer->getCart()->getQuote()->getAllVisibleItems() as $product) {
|
774 |
+
|
775 |
+
if ($product->hasDataChanges()) {
|
776 |
+
// print_r($product);
|
777 |
+
$productId = $product->getProductId();
|
778 |
+
$catCollection = $product->getCategoryCollection();
|
779 |
+
|
780 |
+
$categs = array();//$catCollection->exportToArray();
|
781 |
+
$cateHolder = array();
|
782 |
+
|
783 |
+
$productName = $product->getName();
|
784 |
+
$sku = $productName . "_" . $product->getSku();
|
785 |
+
$qty = $product->getPrice();
|
786 |
+
$stock_data = $product->getIs_in_stock();
|
787 |
+
|
788 |
+
$actionData[$i]['productId'] = $product->getProductId();
|
789 |
+
$actionData[$i]['productTitle'] = $product->getName();
|
790 |
+
$actionData[$i]['sku'] = $product->getSku();
|
791 |
+
$actionData[$i]['price'] = $product->getPrice();
|
792 |
+
$actionData[$i]['currency'] = Mage::app()->getStore()->getBaseCurrencyCode();
|
793 |
+
$actionData[$i]['specialPrice'] = $product->getPrice();
|
794 |
+
$actionData[$i]['status'] = $product->getStatus();
|
795 |
+
$actionData[$i]['productPictureUrl'] = $product->getImageUrl();
|
796 |
+
$actionData[$i]['pageUrl'] = $product->getProductUrl();
|
797 |
+
$actionData[$i]['weight'] = $product->getWeight();
|
798 |
+
$oldQty=(int)$product->getOrigData('qty');
|
799 |
+
$newQty=(int) $product->getQty();
|
800 |
+
$qtyDiff=0;
|
801 |
+
$subdiff=$subdiff+($newQty-$oldQty)*$product->getPrice();
|
802 |
+
|
803 |
+
$actionData[$i]['qty'] = (int) $product->getQty();
|
804 |
+
$actionData[$i]['category'] = $cateHolder;
|
805 |
+
$i++;
|
806 |
+
}
|
807 |
+
}
|
808 |
+
$cart = Mage::getSingleton('checkout/cart');
|
809 |
+
$subTotalPrice = $cart->getQuote()->getGrandTotal();
|
810 |
+
$orderInfo["subtotalPrice"] = $subTotalPrice+$subdiff;
|
811 |
+
$orderInfo['abandonedCheckoutUrl'] = Mage::getUrl('checkout/cart');
|
812 |
+
$orderInfo['currency']=Mage::app()->getStore()->getBaseCurrencyCode();
|
813 |
+
$actionDescription = array(
|
814 |
+
'or' => $orderInfo,
|
815 |
+
'email' => $this->getCustomerIdentity(),
|
816 |
+
'action' => 'update_cart',
|
817 |
+
'pd' => $actionData
|
818 |
+
);
|
819 |
+
|
820 |
+
$res = $this->amplify->customer_action($actionDescription);
|
821 |
+
|
822 |
+
}
|
823 |
+
} catch (Exception $ex) {
|
824 |
+
|
825 |
+
}
|
826 |
}
|
827 |
|
828 |
public function getAmplifyCancelOrderItem($observer) {
|
830 |
}
|
831 |
|
832 |
public function sendData() {
|
833 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
834 |
|
835 |
+
}
|
app/code/community/Betaout/Amplify/etc/system.xml
CHANGED
@@ -102,7 +102,7 @@
|
|
102 |
</shareTracking>
|
103 |
</fields>
|
104 |
</settings>
|
105 |
-
<conflictchecker>
|
106 |
<label>Conflict Checker</label>
|
107 |
<frontend_type>text</frontend_type>
|
108 |
<sort_order>40</sort_order>
|
@@ -122,7 +122,7 @@
|
|
122 |
<show_in_store>1</show_in_store>
|
123 |
</check_conflicts>
|
124 |
</fields>
|
125 |
-
</conflictchecker
|
126 |
<!-- <order translate="label">
|
127 |
<label>What's about previous data</label>
|
128 |
<frontend_type>text</frontend_type>
|
102 |
</shareTracking>
|
103 |
</fields>
|
104 |
</settings>
|
105 |
+
<!-- <conflictchecker>
|
106 |
<label>Conflict Checker</label>
|
107 |
<frontend_type>text</frontend_type>
|
108 |
<sort_order>40</sort_order>
|
122 |
<show_in_store>1</show_in_store>
|
123 |
</check_conflicts>
|
124 |
</fields>
|
125 |
+
</conflictchecker>-->
|
126 |
<!-- <order translate="label">
|
127 |
<label>What's about previous data</label>
|
128 |
<frontend_type>text</frontend_type>
|
app/design/frontend/base/default/template/betaout_amplify/head.phtml
CHANGED
@@ -30,7 +30,7 @@ try {
|
|
30 |
_sc.src = u;
|
31 |
f.parentNode.insertBefore(_sc, f);
|
32 |
}
|
33 |
-
_bOutS("//d22vyp49cxb9py.cloudfront.net/jal.min.js");
|
34 |
|
35 |
_bOut.push(["identify", {
|
36 |
"email": "<?php echo $identity; ?>",
|
30 |
_sc.src = u;
|
31 |
f.parentNode.insertBefore(_sc, f);
|
32 |
}
|
33 |
+
_bOutS("//d22vyp49cxb9py.cloudfront.net/jal-v1.min.js");
|
34 |
|
35 |
_bOut.push(["identify", {
|
36 |
"email": "<?php echo $identity; ?>",
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Betaout</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Helping Ecommerce Companies drive more sales and customer happiness. </description>
|
11 |
<notes>Fix some issues in customer order total amount </notes>
|
12 |
<authors><author><name>jitendra</name><user>jitendra</user><email>jitendra@getamplify.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Betaout"><dir name="Amplify"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="About.php" hash="5d714a88c93aa83a3cdfed81712a1611"/><dir name="Form"><dir name="Field"><file name="Conflict.php" hash="6f91b2528452ee1a96440d3a9da43962"/></dir></dir><file name="Logo.php" hash="40f74b3fab0f1bed08315ae83abb4d42"/></dir></dir><dir name="Widget"><dir name="Button"><file name="Conflict.php" hash="903c3c00124ae86bde48f7ce2ad2f066"/></dir></dir></dir><file name="Conflictprinter.php" hash="ce0256621be50bfe02bf01a80ac11b20"/></dir><dir name="Helper"><file name="Conflictchecker.php" hash="a03e8cff4427d5a7ed28f06530f75838"/><file name="Data.php" hash="ab8d5234d07dd762f516169f3be73fe8"/></dir><dir name="Model"><file name="Amplify.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.0.0</min><max>5.6.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Betaout</name>
|
4 |
+
<version>1.1.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Helping Ecommerce Companies drive more sales and customer happiness. </description>
|
11 |
<notes>Fix some issues in customer order total amount </notes>
|
12 |
<authors><author><name>jitendra</name><user>jitendra</user><email>jitendra@getamplify.com</email></author></authors>
|
13 |
+
<date>2015-08-11</date>
|
14 |
+
<time>07:41:13</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Betaout"><dir name="Amplify"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="About.php" hash="5d714a88c93aa83a3cdfed81712a1611"/><dir name="Form"><dir name="Field"><file name="Conflict.php" hash="6f91b2528452ee1a96440d3a9da43962"/></dir></dir><file name="Logo.php" hash="40f74b3fab0f1bed08315ae83abb4d42"/></dir></dir><dir name="Widget"><dir name="Button"><file name="Conflict.php" hash="903c3c00124ae86bde48f7ce2ad2f066"/></dir></dir></dir><file name="Conflictprinter.php" hash="ce0256621be50bfe02bf01a80ac11b20"/></dir><dir name="Helper"><file name="Conflictchecker.php" hash="a03e8cff4427d5a7ed28f06530f75838"/><file name="Data.php" hash="ab8d5234d07dd762f516169f3be73fe8"/></dir><dir name="Model"><file name="Amplify.php" hash="c7ed7162f4f2fc17d5e7da650a3df95c"/><file name="Amplifyconnectwidget.php" hash="904cedccd8685cb3f4e801b81802ec6d"/><dir name="Config"><file name="Blocks.php" hash="d32094f94f70ddc75f4ecb4ea90bdc16"/><file name="Checker.php" hash="b2b4fc113e7511f23360dc01ca3dc7e3"/><file name="ConfigAbstract.php" hash="b19f0f25177fbea91c817758886d6373"/><file name="ConfigInterface.php" hash="85c1b11953b73728feb498ae81711c29"/><file name="Datastore.php" hash="f8a8c60c2f4e1801941c334ebe45cc1a"/><file name="Helpers.php" hash="f337bdceb3fb867f7e2aa8ad90b1216e"/><file name="Models.php" hash="500a145c160beb6797f7450d03069637"/><file name="Printer.php" hash="577801efaeb6bc6dd8bd096875fda08b"/><file name="Resources.php" hash="1f14e467d10ba2afbd2354f78c0047e7"/></dir><dir name="Core"><dir name="Config"><file name="Base.php" hash="7bccfac5cac9b19f1073bb97568958f8"/><file name="Element.php" hash="d2ce6a9a5840dbe335514b7455c60688"/></dir><file name="Config.php" hash="4222a35a2c71b3702199efbfddbee701"/></dir><file name="CronStatus.php" hash="298e6e428249ed7020c27e3c8abc52a2"/><file name="Key.php" hash="88c431d9fb687f027c1f9e4bcec50871"/><dir name="Lib"><dir name="Varien"><dir name="Simplexml"><file name="Config.php" hash="eba1dfcc303065cf5b3c9067d87dd35a"/><file name="Element.php" hash="24cb3b7db31ae8e2c813485a6b6ef749"/></dir></dir></dir><dir name="Mysql4"><dir name="Core"><file name="Config.php" hash="c0a59f8ff1f747224655de39b217abde"/></dir></dir><file name="Order.php" hash="5a0f2583fa8eb6d943d3e700a88bd59d"/><dir name="Path"><dir name="Locator"><file name="Array.php" hash="722f4125eb1cbd5fbc2be05facd44cd4"/><file name="Factory.php" hash="5a57006974d9870affbcbafa6ed00175"/><file name="IteratorAbstract.php" hash="adba5c801c91efdbc5afa493d353224a"/><file name="LocatorInterface.php" hash="30571ef5c7ebf942870a0ddd2ab341cb"/><file name="Stack.php" hash="73a27e38db4768019613c99407205771"/></dir></dir><dir name="Resource"><dir name="Core"><file name="Config.php" hash="14736455e9f006a69dc638e4b93f7e6e"/></dir><dir name="Db"><file name="Abstract.php" hash="3874d4c5cc4b1af30a550cc792bbe22f"/></dir></dir><file name="Sharetracking.php" hash="05f4fe212dfd53027525bae6321ea641"/><file name="Urltracking.php" hash="d4e7e48cbb8168c2baab17e1edde1eac"/><file name="Verify.php" hash="3e385480fdfdfb3b1219ba48c1ef1644"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ConflictcheckerController.php" hash="28bf9f8cca4f3e63ea90c575c424deb0"/></dir><file name="indexController.php" hash="ca84b19b9ee9ea2678ba6ef5a6d23afa"/></dir><dir name="etc"><file name="config.xml" hash="233d2b9afd76fe06190e628ee9d789ce"/><file name="system.xml" hash="2f980139f06c219fc2c1d1169a89883f"/></dir><dir name="log"><file name="log.log" hash="be8a8d092fd7ba1381cfbe23eda18c2e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Betaout_Amplify.xml" hash="a8228fbbf2d0a09dc90cd7c80b4692f0"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="betaout_amplify.xml" hash="3f6dc67340bd11b6708541d4abd2a3c6"/></dir><dir name="template"><dir name="betaout_amplify"><file name="amplify.phtml" hash="ce94f7e9e16d3c519bc8efcf4541716c"/><file name="conflict.phtml" hash="43277d57972e4f750d8b65e0bfb5bcb8"/><file name="logo.phtml" hash="0af4376bf5074d24519ab7e9d3ea035b"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="betaout_amplify"><file name="checkout.phtml" hash="b159304292870dd53db29ad81e5312f0"/><file name="head.phtml" hash="2414c808670a8b3b07e88e1198a75887"/></dir></dir><dir name="layout"><file name="betaout_amplify.xml" hash="553f1a3f03e01dbefbc96916b552118c"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="amplify"><dir name="images"><file name="Users.png" hash="96e906660b1fbd8a17831bd3049dbcfa"/><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="ajax-loader.gif" hash="e2a38f1e23288e315af3c55416bc1ce7"/><file name="btn.png" hash="769b6736cb1bb8cb91ad7526ce9d9db8"/><file name="check.png" hash="252fd93a83e2a412ecd3b6eac01500b7"/><file name="com-app.png" hash="1f241f552bdbe1f86763981c79c8d85f"/><file name="db-1.png" hash="840d96bd5679bf4fa2d6a9577f7d3539"/><file name="engage-app.png" hash="888cde6a10a3dd9abcfccd1a5f0c8fde"/><file name="icon.png" hash="22ea725b0bee73cb03f63b063b02469f"/><file name="large_bracket.png" hash="d2e8da8266e513bd5f15b0c9855be058"/><file name="mini_bracket.png" hash="e844112e5e5173f64b3385a4a140bdeb"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.0</min><max>5.6.12</max></php></required></dependencies>
|
18 |
</package>
|