Mss_Connector - Version 2.4.7

Version Notes

Issues resolved related to order confirmation email.
For 1.9 or upper version of magento , need cron job setup on your dev server for order confirmation email.

Download this release

Release Info

Developer mss
Extension Mss_Connector
Version 2.4.7
Comparing to
See all releases


Code changes from version 2.4.6 to 2.4.7

app/code/local/Mss/Connector/Model/Observer.php CHANGED
@@ -9,12 +9,14 @@ class Mss_Connector_Model_Observer
9
  public function notificationMessage()
10
  {
11
  $adminsession = Mage::getSingleton('admin/session', array('name'=>'adminhtml'));
12
- if(!Mage::getStoreConfig('web/url/use_store')):
13
- $mssSwitch = new Mage_Core_Model_Config();
14
- $mssSwitch->saveConfig('web/url/use_store', 1);
15
- endif;
16
-
17
-
 
 
18
 
19
  $url = Mage::helper('core/url')->getCurrentUrl('key');
20
  $url_path = parse_url($url, PHP_URL_PATH);
@@ -40,22 +42,25 @@ class Mss_Connector_Model_Observer
40
  $mssSwitch = new Mage_Core_Model_Config();
41
  $mssSwitch->saveConfig(self::XML_SECURE_KEY, $mssAppData);
42
  $mssSwitch->saveConfig(self::XML_SECURE_KEY_STATUS, '1');
 
 
43
 
44
  $mssData = array();
45
- $mssData['final_url'] = $final_url;
46
- $mssData['mms_id'] = base64_encode($mssAppData);
47
- $mssData['default_store_name'] = Mage::app()->getDefaultStoreView()->getCode();
48
- $mssData['default_store_id'] = Mage::app()->getWebsite(true)->getDefaultGroup()
49
- ->getDefaultStoreId();
50
- $mssData['default_view_id'] = Mage::app()->getDefaultStoreView()->getId();
51
- $mssData['default_store_currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
52
- $mssData['version'] = Mage::getConfig()->getModuleConfig("Mss_Connector")->version;
53
- $mssData['status'] = 'true';
54
 
55
  Mage::app()->getCacheInstance()->cleanType('config');
 
56
  Mage::unregister('mms_app_data');
57
 
58
- $fields_string='';
59
  foreach($mssData as $key=>$value) { $fields_string .= $key.'='.$value.'&'; }
60
  rtrim($fields_string,'&');
61
 
@@ -66,7 +71,7 @@ class Mss_Connector_Model_Observer
66
  curl_setopt($ch,CURLOPT_POSTFIELDS,$fields_string);
67
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
68
  $result = curl_exec($ch);
69
- curl_close($ch);
70
  Mage::app()->getResponse()->setRedirect(Mage::helper("adminhtml")->getUrl("connector/adminhtml_support/landing/"))->sendResponse();
71
  exit;
72
  } elseif($current != '' AND $adminsession->isLoggedIn() AND $decode != '') {
9
  public function notificationMessage()
10
  {
11
  $adminsession = Mage::getSingleton('admin/session', array('name'=>'adminhtml'));
12
+ $allStores = Mage::app()->getStores();
13
+ $_storeId = count($allStores);
14
+ if($_storeId>1){
15
+ if(!Mage::getStoreConfig('web/url/use_store')):
16
+ $mssSwitch = new Mage_Core_Model_Config();
17
+ $mssSwitch->saveConfig('web/url/use_store', 1);
18
+ endif;
19
+ }
20
 
21
  $url = Mage::helper('core/url')->getCurrentUrl('key');
22
  $url_path = parse_url($url, PHP_URL_PATH);
42
  $mssSwitch = new Mage_Core_Model_Config();
43
  $mssSwitch->saveConfig(self::XML_SECURE_KEY, $mssAppData);
44
  $mssSwitch->saveConfig(self::XML_SECURE_KEY_STATUS, '1');
45
+ $locale = Mage::app()->getLocale()->getLocaleCode();
46
+ $lang = explode("_",$locale);
47
 
48
  $mssData = array();
49
+ //$mssData[0]['final_url'] = $final_url;
50
+ $mssData[0]['mms_id'] = base64_encode($mssAppData);
51
+ $mssData[0]['default_store_name'] = Mage::app()->getDefaultStoreView()->getCode();
52
+ $mssData[0]['default_store_id'] = Mage::app()->getWebsite(true)->getDefaultGroup()->getDefaultStoreId();
53
+ $mssData[0]['default_view_id'] = Mage::app()->getDefaultStoreView()->getId();
54
+ $mssData[0]['default_store_currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
55
+ $mssData[0]['language'] = $lang[0];
56
+ //$mssData[0]['version'] = Mage::getConfig()->getModuleConfig("Mss_Connector")->version;
57
+ $mssData[0]['status'] = 'true';
58
 
59
  Mage::app()->getCacheInstance()->cleanType('config');
60
+ Mage::getSingleton('core/session')->setAppDatas($mssData[0]);
61
  Mage::unregister('mms_app_data');
62
 
63
+ /* $fields_string='';
64
  foreach($mssData as $key=>$value) { $fields_string .= $key.'='.$value.'&'; }
65
  rtrim($fields_string,'&');
66
 
71
  curl_setopt($ch,CURLOPT_POSTFIELDS,$fields_string);
72
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
73
  $result = curl_exec($ch);
74
+ curl_close($ch);*/
75
  Mage::app()->getResponse()->setRedirect(Mage::helper("adminhtml")->getUrl("connector/adminhtml_support/landing/"))->sendResponse();
76
  exit;
77
  } elseif($current != '' AND $adminsession->isLoggedIn() AND $decode != '') {
app/code/local/Mss/Connector/controllers/Adminhtml/SupportController.php CHANGED
@@ -30,7 +30,20 @@ class Mss_Connector_Adminhtml_SupportController extends Mage_Adminhtml_Controlle
30
  }
31
  return $msg;
32
  }
33
- public function landingAction() { ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  <div class="loading"> <?php
35
  $image = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."/frontend/base/default/images/magentomobileshop/magento_logo.png";
36
 
@@ -185,12 +198,12 @@ class Mss_Connector_Adminhtml_SupportController extends Mage_Adminhtml_Controlle
185
 
186
  <?php
187
 
188
- $secure_key = Mage::getStoreConfig('magentomobileshop/secure/key');
189
- $decode = base64_encode($secure_key);
190
  echo "<script src='http://code.jquery.com/jquery-latest.js'></script>
191
  <script type='text/javascript'>
192
- $(document).ready(function() {
193
- window.location.href = 'https://www.magentomobileshop.com/user/activating-app?app=".$decode."' ;
194
 
195
  });
196
  </script>";
30
  }
31
  return $msg;
32
  }
33
+ public function landingAction() {
34
+
35
+ //$mssData[0] = '';
36
+ $version = Mage::getConfig()->getModuleConfig('Mss_Connector')->version;
37
+ $session = Mage::getSingleton('core/session')->getAppDatas();
38
+
39
+ $array = array();
40
+ $array['version'] = $version;
41
+ $push = array_merge($session,$array);
42
+ $data = json_encode($push);
43
+ $final_data = base64_encode($data);
44
+ // echo "<pre>";print_r($final_data);die();
45
+
46
+ ?>
47
  <div class="loading"> <?php
48
  $image = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN)."/frontend/base/default/images/magentomobileshop/magento_logo.png";
49
 
198
 
199
  <?php
200
 
201
+ /* $secure_key = Mage::getStoreConfig('magentomobileshop/secure/key');
202
+ $decode = base64_encode($secure_key); */
203
  echo "<script src='http://code.jquery.com/jquery-latest.js'></script>
204
  <script type='text/javascript'>
205
+ jQuery(document).ready(function() {
206
+ window.location.href = 'https://www.magentomobileshop.com/user/activating-app?app=".$final_data."' ;
207
 
208
  });
209
  </script>";
app/code/local/Mss/Connector/controllers/CartController.php CHANGED
@@ -1004,7 +1004,8 @@ class Mss_Connector_CartController extends Mage_Core_Controller_Front_Action {
1004
  $service->submitAll();
1005
  $order = $service->getOrder();
1006
  $order->setMms_order_type('app')->save();
1007
- $quote->delete();
 
1008
 
1009
  $cart = Mage::helper ( 'checkout/cart' )->getCart ();
1010
  if($cart->getQuote ()->getItemsCount ()){
@@ -1131,6 +1132,7 @@ class Mss_Connector_CartController extends Mage_Core_Controller_Front_Action {
1131
  $service->submitAll();
1132
  $order = $service->getOrder();
1133
  $order->setMms_order_type('app')->save();
 
1134
 
1135
  $increment_id = $order->getRealOrderId();
1136
  $quote = $customer = $service = null;
1004
  $service->submitAll();
1005
  $order = $service->getOrder();
1006
  $order->setMms_order_type('app')->save();
1007
+ $order->sendNewOrderEmail();
1008
+ $quote->delete();
1009
 
1010
  $cart = Mage::helper ( 'checkout/cart' )->getCart ();
1011
  if($cart->getQuote ()->getItemsCount ()){
1132
  $service->submitAll();
1133
  $order = $service->getOrder();
1134
  $order->setMms_order_type('app')->save();
1135
+ $order->sendNewOrderEmail();
1136
 
1137
  $increment_id = $order->getRealOrderId();
1138
  $quote = $customer = $service = null;
app/code/local/Mss/Connector/controllers/CustomerController.php CHANGED
@@ -272,7 +272,7 @@ class Mss_Connector_CustomerController extends Mage_Core_Controller_Front_Action
272
  //if (Mage::getSingleton ( 'customer/session' )->isLoggedIn ()) {
273
  if($userid){
274
  $customerId = $userid;
275
- $data=$this->getRequest()->getPost();
276
 
277
 
278
  if (!Zend_Validate::is($data['firstname'], 'NotEmpty')):
@@ -811,8 +811,9 @@ class Mss_Connector_CustomerController extends Mage_Core_Controller_Front_Action
811
 
812
  $address->setFirstname($customer_info['firstname']);
813
  $address->setLastname($customer_info['lastname']);
814
- $address->setPhoneno($customer_info['telephone']?:'null');
815
  $address->setCity($customer_info['city']?:'null');
 
816
  $address->setState($customer_info['region']?:'null');
817
  $address->setCountry($customer_info['country']?:'null');
818
  $address->setPostcode($customer_info['postcode']?:'null');
@@ -820,7 +821,7 @@ class Mss_Connector_CustomerController extends Mage_Core_Controller_Front_Action
820
 
821
  try{
822
 
823
- $address->save();
824
  $customer->save();
825
  echo json_encode(array('status' => 'success','message'=> $this->__('Data Updated successfully')));
826
  }
272
  //if (Mage::getSingleton ( 'customer/session' )->isLoggedIn ()) {
273
  if($userid){
274
  $customerId = $userid;
275
+ $data= Mage::app()->getRequest()->getParams();
276
 
277
 
278
  if (!Zend_Validate::is($data['firstname'], 'NotEmpty')):
811
 
812
  $address->setFirstname($customer_info['firstname']);
813
  $address->setLastname($customer_info['lastname']);
814
+ $address->setTelephone($customer_info['telephone']?:'null');
815
  $address->setCity($customer_info['city']?:'null');
816
+ $address->setStreet($customer_info['street']?:'null');
817
  $address->setState($customer_info['region']?:'null');
818
  $address->setCountry($customer_info['country']?:'null');
819
  $address->setPostcode($customer_info['postcode']?:'null');
821
 
822
  try{
823
 
824
+ //$address->save();
825
  $customer->save();
826
  echo json_encode(array('status' => 'success','message'=> $this->__('Data Updated successfully')));
827
  }
app/code/local/Mss/Connector/controllers/IndexController.php CHANGED
@@ -35,21 +35,18 @@ class Mss_Connector_IndexController extends Mage_Core_Controller_Front_Action {
35
  {
36
  $parent = Mage::app()->getStore($this->storeId)->getRootCategoryId();
37
  $tree = Mage::getResourceModel('catalog/category_tree');
38
-
39
-
40
- $nodes = $tree->loadNode($parent)
41
  ->loadChildren()
42
  ->getChildren();
43
- $tree->addCollectionData(null, false, $parent,true,false);
44
-
45
- $categoryTreeData = array();
46
- foreach ($nodes as $node) {
47
- if($node->getIsActive())
48
- $categoryTreeData[] = $this->getNodeChildrenData($node);
49
-
50
- }
51
-
52
- return $categoryTreeData;
53
  }
54
 
55
  protected function getNodeChildrenData(Varien_Data_Tree_Node $node)
35
  {
36
  $parent = Mage::app()->getStore($this->storeId)->getRootCategoryId();
37
  $tree = Mage::getResourceModel('catalog/category_tree');
38
+
39
+ $nodes = $tree->loadNode($parent)
 
40
  ->loadChildren()
41
  ->getChildren();
42
+ $tree->addCollectionData(null, false, $parent,true,false);
43
+ $categoryTreeData = array();
44
+ $category_model = Mage::getModel('catalog/category');
45
+ foreach ($nodes as $node) {
46
+ if($node->getIsActive() && $category_model->load($node->getId())->getIncludeInMenu())
47
+ $categoryTreeData[] = $this->getNodeChildrenData($node);
48
+ }
49
+ return $categoryTreeData;
 
 
50
  }
51
 
52
  protected function getNodeChildrenData(Varien_Data_Tree_Node $node)
app/code/local/Mss/Connector/controllers/StoreinfoController.php CHANGED
@@ -3,6 +3,7 @@ class Mss_Connector_StoreinfoController extends Mage_Core_Controller_Front_Actio
3
 
4
  const MSS_STORE_EMAIL = 'mss/mss_info_group/store_email';
5
  const MSS_STORE_PHONENO = 'mss/mss_info_group/store_phoneno';
 
6
 
7
 
8
  public $storeId = "1";
@@ -90,7 +91,7 @@ class Mss_Connector_StoreinfoController extends Mage_Core_Controller_Front_Actio
90
 
91
  */
92
 
93
- public function getstoredataAction() {
94
 
95
  $basicinfo = array ();
96
  $website_id = Mage::app()->getStore()->getWebsiteId();
@@ -105,7 +106,8 @@ class Mss_Connector_StoreinfoController extends Mage_Core_Controller_Front_Actio
105
  'name' => $view->getName(),
106
  'view_id' => $view->getStoreId(),
107
  'store_url' => $view->getUrl(),
108
- 'store_code'=> $view->getCode(),
 
109
  'sort_order' => $view->getSortOrder(),
110
  'is_active' => $view->getIsActive()
111
  ];
3
 
4
  const MSS_STORE_EMAIL = 'mss/mss_info_group/store_email';
5
  const MSS_STORE_PHONENO = 'mss/mss_info_group/store_phoneno';
6
+ const XML_DEFAULT_STORE_LANG ='general/locale/code';
7
 
8
 
9
  public $storeId = "1";
91
 
92
  */
93
 
94
+ public function getstoredataAction() {
95
 
96
  $basicinfo = array ();
97
  $website_id = Mage::app()->getStore()->getWebsiteId();
106
  'name' => $view->getName(),
107
  'view_id' => $view->getStoreId(),
108
  'store_url' => $view->getUrl(),
109
+ 'store_code'=> Mage::getStoreConfig(self::XML_DEFAULT_STORE_LANG, $view->getStoreId()),
110
+ 'store_name'=> $view->getName(),
111
  'sort_order' => $view->getSortOrder(),
112
  'is_active' => $view->getIsActive()
113
  ];
app/code/local/Mss/Connector/controllers/TokenController.php CHANGED
@@ -12,6 +12,7 @@ class Mss_Connector_TokenController extends Mage_Core_Controller_Front_Action {
12
  const XML_SETTING_GOOGLE_SECRET_ID = 'mss_social/mss_google_key/client_secret';
13
  const XML_SETTING_FACEBOOK_ID = 'mss_social/mss_facebook_key/facebook_id';
14
  const XML_SETTING_GOOGLE_SENDER_ID = 'mss_pushnotification/setting_and/googlesenderid';
 
15
 
16
 
17
  public function _construct(){
@@ -218,7 +219,10 @@ class Mss_Connector_TokenController extends Mage_Core_Controller_Front_Action {
218
 
219
  public function getConfigurationAction(){
220
 
221
- $config_data = array();
 
 
 
222
  $config_data['wishlist'] = Mage::getStoreConfig(self::XML_SETTING_ACTIVE);
223
  $config_data['review_allow_guest'] = Mage::getStoreConfig(self::XML_SETTING_GUEST_REVIEW);
224
  $config_data['guestcheckout'] = Mage::getStoreConfig(self::XML_SETTING_GUEST_CHECKOUT);
@@ -232,6 +236,7 @@ class Mss_Connector_TokenController extends Mage_Core_Controller_Front_Action {
232
  ->getDefaultStoreId();
233
  $config_data['default_view_id'] = Mage::app()->getDefaultStoreView()->getId();
234
  $config_data['default_store_currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
 
235
 
236
 
237
  if(Mage::helper('core')->isModuleOutputEnabled('Mage_Review'))
12
  const XML_SETTING_GOOGLE_SECRET_ID = 'mss_social/mss_google_key/client_secret';
13
  const XML_SETTING_FACEBOOK_ID = 'mss_social/mss_facebook_key/facebook_id';
14
  const XML_SETTING_GOOGLE_SENDER_ID = 'mss_pushnotification/setting_and/googlesenderid';
15
+ const XML_DEFAULT_STORE_LANG ='general/locale/code';
16
 
17
 
18
  public function _construct(){
219
 
220
  public function getConfigurationAction(){
221
 
222
+ $config_data = array();
223
+ $storeId =Mage::app()->getWebsite(true)->getDefaultGroup()->getDefaultStoreId();
224
+ $local = Mage::getStoreConfig(self::XML_DEFAULT_STORE_LANG, $storeId);
225
+ $lang = explode("_",$local);
226
  $config_data['wishlist'] = Mage::getStoreConfig(self::XML_SETTING_ACTIVE);
227
  $config_data['review_allow_guest'] = Mage::getStoreConfig(self::XML_SETTING_GUEST_REVIEW);
228
  $config_data['guestcheckout'] = Mage::getStoreConfig(self::XML_SETTING_GUEST_CHECKOUT);
236
  ->getDefaultStoreId();
237
  $config_data['default_view_id'] = Mage::app()->getDefaultStoreView()->getId();
238
  $config_data['default_store_currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
239
+ $config_data['default_lang'] = $lang[0];
240
 
241
 
242
  if(Mage::helper('core')->isModuleOutputEnabled('Mage_Review'))
app/code/local/Mss/Connector/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Mss_Connector>
5
- <version>2.4.6</version>
6
  </Mss_Connector>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Mss_Connector>
5
+ <version>2.4.7</version>
6
  </Mss_Connector>
7
  </modules>
8
  <frontend>
package.xml CHANGED
@@ -1,18 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mss_Connector</name>
4
- <version>2.4.6</version>
5
  <stability>stable</stability>
6
  <license>OSL v1.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Mobile Multi store app for Android and Iphone</summary>
10
  <description>Mobile Multistore app for Android and Iphone</description>
11
- <notes>Issues resolved related to push notification.</notes>
 
 
12
  <authors><author><name>mss</name><user>mss</user><email>mss.yogendra@gmail.com</email></author></authors>
13
- <date>2016-06-22</date>
14
- <time>07:44:50</time>
15
- <contents><target name="magelocal"><dir name="Mss"><dir name="Bannerslider"><dir name="Block"><dir name="Adminhtml"><dir name="Bannerslider"><dir name="Edit"><file name="Form.php" hash="e3aac16542691916765e57238b3679a5"/><dir name="Tab"><file name="Form.php" hash="2aa3ba5ce44ad1ce15393b208008a4f4"/></dir><file name="Tabs.php" hash="d9421ac78bfe2f678b7514e6eea19ade"/></dir><file name="Edit.php" hash="9bca5bea62d4cedb8e458022fa683f92"/><file name="Grid.php" hash="8243e69694f860a3be9b4b2447b04843"/><dir name="Helper"><file name="Image.php" hash="f468b25e5344015483e0519da10bdd43"/></dir></dir><file name="Grid.php" hash="fbf2ede9f191ff040fa7b21e98ac440d"/><dir name="Renderer"><file name="Image.php" hash="451a2fc188826a8cbaee1ea6fc692435"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2943733d060971766ca6d5f9498024fb"/></dir><dir name="Model"><file name="Bannerslider.php" hash="cd768d1bc28ed0a4c1d65d148252227d"/><dir name="Mysql4"><dir name="Bannerslider"><file name="Collection.php" hash="564694cc9b21e2e0a3c5202a6cc2eb99"/></dir><file name="Bannerslider.php" hash="46fc65447f3e41dbbe6194ddf9395e45"/></dir><file name="Observer.php" hash="b3bfac53fe96e0b10ddfeb8eed5bafd0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannersliderController.php" hash="18ac4e1526c5c1e34a8e2459ef051b25"/></dir><file name="BannerController.php" hash="6dd6b9f224e8368a0250b9b5af763607"/></dir><dir name="etc"><file name="adminhtml.xml" hash="31787cf6a7b306a7fbc8522d8933473c"/><file name="config.xml" hash="34154e2434504e7c0769776199a2cc82"/></dir><dir name="sql"><dir name="bannerslider_setup"><file name="mysql4-install-0.1.0.php" hash="d668f47b50c8910ad91e802afc718ba7"/></dir></dir></dir><dir name="Connector"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="6f24014b5a24a4f56410e9754b8aa2d5"/><file name="Support.php" hash="d120e7f8945a01d791d0f3d2c32dcfcf"/></dir><dir name="System"><dir name="Config"><file name="About.php" hash="2e9dc040ee2d42a57d5c9411f0b999e4"/><file name="Authorizenet.php" hash="ed644e9814fef74147bdddf24cfd75c1"/><file name="Banktransfer.php" hash="77f6ebf2074462cdadf4bccbe2f0d19a"/><file name="Checkmo.php" hash="edfc0fc0b233cd349392e563eeac57ed"/><file name="Cod.php" hash="37d1757764340fd02b8be7ac32434967"/><file name="Mpaypal.php" hash="e69d6a2d58618cf741d4cf503ede70ca"/><file name="Payu.php" hash="d0307013bdf58700a29aa7838ee94e51"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="f06dcff332b1363fc87007d408d29641"/></dir><dir name="Model"><file name="Connector.php" hash="e9a927bc0a5974d092ab3af257ee7607"/><dir name="Mysql4"><dir name="Connector"><file name="Collection.php" hash="1f3bb37f160abdf974859f7419a19b65"/></dir><file name="Connector.php" hash="185189264d3275af813349e721ee46fb"/></dir><file name="Observer.php" hash="7b74765ca8ad5dc5c829f63545da42d9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SupportController.php" hash="ffc0f97afecd9098a3126cf23457c132"/></dir><file name="CartController.php" hash="b92585690963c1267f905d47e56285c9"/><file name="CreditController.php" hash="a489dd0ed95914fb2b58491410f6f92f"/><file name="CustomerController.php" hash="6e49c228fcee082f66bb05b5debed6ff"/><file name="FeedbackController.php" hash="2b9e092984c0c64397cd25fe1d2266d5"/><file name="IndexController.php" hash="4990dde9ef192c497ab98711e88e8925"/><file name="ItemsController.php" hash="bbf85a2f1514ce73e4c0858ebf7d26f9"/><file name="ProductsController.php" hash="738830c361f7da0dc885cee01acde60c"/><file name="StaticpagesController.php" hash="5767e970653233d769acbe28ce88c4b4"/><file name="StoreinfoController.php" hash="bcfbef556f6473697b66839aba8aaca8"/><file name="TokenController.php" hash="9d01e282ca16c9e650c05f389b50e82e"/><file name="WishlistController.php" hash="082445ed48fde71569305aba02177337"/></dir><dir name="etc"><file name="adminhtml.xml" hash="dace418dcc6eee76831169b5c70176e7"/><file name="config.xml" hash="977fe3c3d8124276e0af7a36258728ee"/><file name="system.xml" hash="09be5e92b65afa6e91d062b3f7082e57"/></dir><dir name="sql"><dir name="connector_setup"><file name="mysql4-install-0.1.0.php" hash="4325ba30b21f9680b11d4b124b9e8181"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="eaa00e880b38ba41580b67785b33ed10"/></dir></dir></dir><dir name="Mpaypal"><dir name="Helper"><file name="Data.php" hash="c3ba57e7cc86210346b1b3f279083c0f"/></dir><dir name="Model"><file name="Mpaypal.php" hash="f49b32aad7d7bed49333534139fd07b7"/><file name="Observer.php" hash="4b92aaf547f0b080d8495cf064574d10"/></dir><dir name="controllers"><file name="IndexController.php" hash="c12439366cff0f0d0813543a2fd90f7f"/></dir><dir name="etc"><file name="config.xml" hash="9ed76ff53b5e0232b4ea442a7e046b14"/><file name="system.xml" hash="2f51ad686858a69e07e8c21baf5d690e"/></dir></dir><dir name="Payu"><dir name="Block"><file name="Index.php" hash="f6a324c1ac4b0c1dcfac775c51c2a34c"/></dir><dir name="Helper"><file name="Data.php" hash="7800e0e58258b78d0f23a7fec482d120"/></dir><dir name="controllers"><file name="IndexController.php" hash="b5254620aaf3913b8639555413d36a26"/></dir><dir name="etc"><file name="config.xml" hash="c6867fb0cc7efdde39c32a3ecbf62433"/></dir></dir><dir name="Pushnotification"><dir name="Block"><dir name="Adminhtml"><file name="Pushnotificationbackend.php" hash="6b9e143ee7b5fe4fc2642eee977b44bf"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4c43ec9c6886d5d34649cbe489bd414c"/></dir><dir name="Model"><dir name="Entity"><file name="Resource.php" hash="93b6a261762541433fa601aefb60d0a7"/></dir><dir name="Mysql4"><dir name="Pushnotification"><file name="Collection.php" hash="392612adedcb14ec5dcaaa4ea9858091"/></dir><file name="Pushnotification.php" hash="77f6cadb7682377a1de6b275310c1cf6"/></dir><file name="Pushnotification.php" hash="ad5fe0f74049c61402ff99fc32d8164a"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="File.php" hash="d7c74e49b78bb9da3453bd5f414a445f"/><file name="Image.php" hash="e1d98dbf511fe16581b37a8b7b43f5b4"/><file name="Iosmode.php" hash="ff1794ef4844019b7af64192fbd4e122"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="PushnotificationbackendController.php" hash="ec4ebd0ad1cfee78d2e67a69698a14e5"/></dir></dir><dir name="etc"><file name="config.xml" hash="daafb506dc1ed6bd54d8f8049e2e9595"/><file name="system.xml" hash="23a622dec8250a355bbaed9e83f1f82d"/></dir><dir name="sql"><dir name="pushnotification_setup"><file name="mysql4-install-0.1.0.php" hash="418e997bb72afa725389593d4ca2f111"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="e5939f147e797d9d8b7a9643f8cda7d8"/></dir></dir></dir><dir name="Sociallogin"><dir name="Helper"><file name="Data.php" hash="8965f0b6a0127d0965d99987aa0a300c"/></dir><dir name="Model"><dir name="Mysql4"><file name="Sociallogin.php" hash="b881bc47c5ee70b1c4c02b59501ffbc5"/></dir><file name="Sociallogin.php" hash="0ba90dadb0f34528c2296704c5cea233"/></dir><dir name="etc"><file name="config.xml" hash="eac1dc2364bc283a9cd5326eb7e852a9"/></dir><dir name="sql"><dir name="sociallogin_setup"><file name="mysql4-install-0.1.0.php" hash="163332cb130dae297af332cbefde58f3"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="pushnotification"><file name="pushnotificationbackend.phtml" hash="138add7171fdd7fb326abc4a4f9dbe5a"/></dir><dir name="connector"><file name="landing.phtml" hash="6efda7cca18e7bc62ce40c9f25a9510b"/><file name="notification.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="support.phtml" hash="7c799c058795eafbf96239e16e3326ca"/><file name="landing.phtml" hash="6efda7cca18e7bc62ce40c9f25a9510b"/><file name="notification.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="support.phtml" hash="7c799c058795eafbf96239e16e3326ca"/></dir></dir><dir name="layout"><file name="bannerslider.xml" hash="a5a76f30bbedca5804646d53e783cdac"/><file name="pushnotification.xml" hash="f7fd974e63c4c7eb5ffac7b059470946"/><file name="connector.xml" hash="003166428e55a52301f71826a37f8283"/><file name="connector.xml" hash="003166428e55a52301f71826a37f8283"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="payu.xml" hash="473595488f536cb588c5588a744915a3"/><file name="mpaypal.xml" hash="7b75c5bed6f3142c8bc9e4c1233bf1e9"/></dir><dir name="template"><dir name="payu"><file name="index.phtml" hash="5f54a8eb245364534e7695b1a8fcbf30"/><file name="test.phtml" hash="da4701ff5b2c64444a49f77571e8a00c"/></dir><dir name="mpaypal"><file name="index.phtml" hash="df077c063b2006b9321c96cd6744b19f"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Mss_Bannerslider.xml" hash="7d03ee71d8e860c51478aff5200b0deb"/><file name="Mss_Connector.xml" hash="ba8a5609c9c8c3636f183c5bfe04d664"/><file name="Mss_Payu.xml" hash="5feac03d698b481473223fbe6a8814b1"/><file name="Mss_Pushnotification.xml" hash="2e8e9bc56a5f0ff8bb42f43fb5a3a3db"/><file name="Mss_Sociallogin.xml" hash="8671199bdad3bdecbfe0c47ce9ff05e6"/><file name="Mss_Mpaypal.xml" hash="4d6a7f8d862de8c449b1366727ef0a6d"/></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="magentomobileshop"><file name="magento_logo.png" hash="d1800a3c95de49500f158bfb6ca9c70c"/><file name="magentomobileshop_loader.gif" hash="453272c9cacd32efe6465961ea8a61dd"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>7.0.5</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mss_Connector</name>
4
+ <version>2.4.7</version>
5
  <stability>stable</stability>
6
  <license>OSL v1.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Mobile Multi store app for Android and Iphone</summary>
10
  <description>Mobile Multistore app for Android and Iphone</description>
11
+ <notes>Issues resolved related to order confirmation email.&#xD;
12
+ For 1.9 or upper version of magento , need cron job setup on your dev server for order confirmation email.&#xD;
13
+ </notes>
14
  <authors><author><name>mss</name><user>mss</user><email>mss.yogendra@gmail.com</email></author></authors>
15
+ <date>2016-07-01</date>
16
+ <time>12:01:29</time>
17
+ <contents><target name="magelocal"><dir name="Mss"><dir name="Bannerslider"><dir name="Block"><dir name="Adminhtml"><dir name="Bannerslider"><dir name="Edit"><file name="Form.php" hash="e3aac16542691916765e57238b3679a5"/><dir name="Tab"><file name="Form.php" hash="2aa3ba5ce44ad1ce15393b208008a4f4"/></dir><file name="Tabs.php" hash="d9421ac78bfe2f678b7514e6eea19ade"/></dir><file name="Edit.php" hash="9bca5bea62d4cedb8e458022fa683f92"/><file name="Grid.php" hash="8243e69694f860a3be9b4b2447b04843"/><dir name="Helper"><file name="Image.php" hash="f468b25e5344015483e0519da10bdd43"/></dir></dir><file name="Grid.php" hash="fbf2ede9f191ff040fa7b21e98ac440d"/><dir name="Renderer"><file name="Image.php" hash="451a2fc188826a8cbaee1ea6fc692435"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2943733d060971766ca6d5f9498024fb"/></dir><dir name="Model"><file name="Bannerslider.php" hash="cd768d1bc28ed0a4c1d65d148252227d"/><dir name="Mysql4"><dir name="Bannerslider"><file name="Collection.php" hash="564694cc9b21e2e0a3c5202a6cc2eb99"/></dir><file name="Bannerslider.php" hash="46fc65447f3e41dbbe6194ddf9395e45"/></dir><file name="Observer.php" hash="b3bfac53fe96e0b10ddfeb8eed5bafd0"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannersliderController.php" hash="18ac4e1526c5c1e34a8e2459ef051b25"/></dir><file name="BannerController.php" hash="6dd6b9f224e8368a0250b9b5af763607"/></dir><dir name="etc"><file name="adminhtml.xml" hash="31787cf6a7b306a7fbc8522d8933473c"/><file name="config.xml" hash="34154e2434504e7c0769776199a2cc82"/></dir><dir name="sql"><dir name="bannerslider_setup"><file name="mysql4-install-0.1.0.php" hash="d668f47b50c8910ad91e802afc718ba7"/></dir></dir></dir><dir name="Connector"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="6f24014b5a24a4f56410e9754b8aa2d5"/><file name="Support.php" hash="d120e7f8945a01d791d0f3d2c32dcfcf"/></dir><dir name="System"><dir name="Config"><file name="About.php" hash="2e9dc040ee2d42a57d5c9411f0b999e4"/><file name="Authorizenet.php" hash="ed644e9814fef74147bdddf24cfd75c1"/><file name="Banktransfer.php" hash="77f6ebf2074462cdadf4bccbe2f0d19a"/><file name="Checkmo.php" hash="edfc0fc0b233cd349392e563eeac57ed"/><file name="Cod.php" hash="37d1757764340fd02b8be7ac32434967"/><file name="Mpaypal.php" hash="e69d6a2d58618cf741d4cf503ede70ca"/><file name="Payu.php" hash="d0307013bdf58700a29aa7838ee94e51"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="f06dcff332b1363fc87007d408d29641"/></dir><dir name="Model"><file name="Connector.php" hash="e9a927bc0a5974d092ab3af257ee7607"/><dir name="Mysql4"><dir name="Connector"><file name="Collection.php" hash="1f3bb37f160abdf974859f7419a19b65"/></dir><file name="Connector.php" hash="185189264d3275af813349e721ee46fb"/></dir><file name="Observer.php" hash="277827a3605aacf025ef0c6cfbe79fe6"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SupportController.php" hash="c4cb233683a3e19f3bbe5683f7bb1cac"/></dir><file name="CartController.php" hash="c5d36d9fac4f905107c5836dbd574760"/><file name="CreditController.php" hash="a489dd0ed95914fb2b58491410f6f92f"/><file name="CustomerController.php" hash="00a5f5d4991d4175dd169c13aad1d278"/><file name="FeedbackController.php" hash="2b9e092984c0c64397cd25fe1d2266d5"/><file name="IndexController.php" hash="f7b7bdbc337d6fbf38b13a21a3999151"/><file name="ItemsController.php" hash="bbf85a2f1514ce73e4c0858ebf7d26f9"/><file name="ProductsController.php" hash="738830c361f7da0dc885cee01acde60c"/><file name="StaticpagesController.php" hash="5767e970653233d769acbe28ce88c4b4"/><file name="StoreinfoController.php" hash="b3f6d486c69025a492637569b3586dee"/><file name="TokenController.php" hash="36b6ced5fb04dd18150639a84f679f47"/><file name="WishlistController.php" hash="082445ed48fde71569305aba02177337"/></dir><dir name="etc"><file name="adminhtml.xml" hash="dace418dcc6eee76831169b5c70176e7"/><file name="config.xml" hash="a6b7ad71df37346165f3b87957d1e30b"/><file name="system.xml" hash="09be5e92b65afa6e91d062b3f7082e57"/></dir><dir name="sql"><dir name="connector_setup"><file name="mysql4-install-0.1.0.php" hash="4325ba30b21f9680b11d4b124b9e8181"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="eaa00e880b38ba41580b67785b33ed10"/></dir></dir></dir><dir name="Mpaypal"><dir name="Helper"><file name="Data.php" hash="c3ba57e7cc86210346b1b3f279083c0f"/></dir><dir name="Model"><file name="Mpaypal.php" hash="f49b32aad7d7bed49333534139fd07b7"/><file name="Observer.php" hash="4b92aaf547f0b080d8495cf064574d10"/></dir><dir name="controllers"><file name="IndexController.php" hash="c12439366cff0f0d0813543a2fd90f7f"/></dir><dir name="etc"><file name="config.xml" hash="9ed76ff53b5e0232b4ea442a7e046b14"/><file name="system.xml" hash="2f51ad686858a69e07e8c21baf5d690e"/></dir></dir><dir name="Payu"><dir name="Block"><file name="Index.php" hash="f6a324c1ac4b0c1dcfac775c51c2a34c"/></dir><dir name="Helper"><file name="Data.php" hash="7800e0e58258b78d0f23a7fec482d120"/></dir><dir name="controllers"><file name="IndexController.php" hash="b5254620aaf3913b8639555413d36a26"/></dir><dir name="etc"><file name="config.xml" hash="c6867fb0cc7efdde39c32a3ecbf62433"/></dir></dir><dir name="Pushnotification"><dir name="Block"><dir name="Adminhtml"><file name="Pushnotificationbackend.php" hash="6b9e143ee7b5fe4fc2642eee977b44bf"/></dir></dir><dir name="Helper"><file name="Data.php" hash="4c43ec9c6886d5d34649cbe489bd414c"/></dir><dir name="Model"><dir name="Entity"><file name="Resource.php" hash="93b6a261762541433fa601aefb60d0a7"/></dir><dir name="Mysql4"><dir name="Pushnotification"><file name="Collection.php" hash="392612adedcb14ec5dcaaa4ea9858091"/></dir><file name="Pushnotification.php" hash="77f6cadb7682377a1de6b275310c1cf6"/></dir><file name="Pushnotification.php" hash="ad5fe0f74049c61402ff99fc32d8164a"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="File.php" hash="d7c74e49b78bb9da3453bd5f414a445f"/><file name="Image.php" hash="e1d98dbf511fe16581b37a8b7b43f5b4"/><file name="Iosmode.php" hash="ff1794ef4844019b7af64192fbd4e122"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="PushnotificationbackendController.php" hash="ec4ebd0ad1cfee78d2e67a69698a14e5"/></dir></dir><dir name="etc"><file name="config.xml" hash="daafb506dc1ed6bd54d8f8049e2e9595"/><file name="system.xml" hash="23a622dec8250a355bbaed9e83f1f82d"/></dir><dir name="sql"><dir name="pushnotification_setup"><file name="mysql4-install-0.1.0.php" hash="418e997bb72afa725389593d4ca2f111"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="e5939f147e797d9d8b7a9643f8cda7d8"/></dir></dir></dir><dir name="Sociallogin"><dir name="Helper"><file name="Data.php" hash="8965f0b6a0127d0965d99987aa0a300c"/></dir><dir name="Model"><dir name="Mysql4"><file name="Sociallogin.php" hash="b881bc47c5ee70b1c4c02b59501ffbc5"/></dir><file name="Sociallogin.php" hash="0ba90dadb0f34528c2296704c5cea233"/></dir><dir name="etc"><file name="config.xml" hash="eac1dc2364bc283a9cd5326eb7e852a9"/></dir><dir name="sql"><dir name="sociallogin_setup"><file name="mysql4-install-0.1.0.php" hash="163332cb130dae297af332cbefde58f3"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="pushnotification"><file name="pushnotificationbackend.phtml" hash="138add7171fdd7fb326abc4a4f9dbe5a"/></dir><dir name="connector"><file name="landing.phtml" hash="6efda7cca18e7bc62ce40c9f25a9510b"/><file name="notification.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="support.phtml" hash="7c799c058795eafbf96239e16e3326ca"/><file name="landing.phtml" hash="6efda7cca18e7bc62ce40c9f25a9510b"/><file name="notification.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="support.phtml" hash="7c799c058795eafbf96239e16e3326ca"/></dir></dir><dir name="layout"><file name="bannerslider.xml" hash="a5a76f30bbedca5804646d53e783cdac"/><file name="pushnotification.xml" hash="f7fd974e63c4c7eb5ffac7b059470946"/><file name="connector.xml" hash="003166428e55a52301f71826a37f8283"/><file name="connector.xml" hash="003166428e55a52301f71826a37f8283"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="payu.xml" hash="473595488f536cb588c5588a744915a3"/><file name="mpaypal.xml" hash="7b75c5bed6f3142c8bc9e4c1233bf1e9"/></dir><dir name="template"><dir name="payu"><file name="index.phtml" hash="5f54a8eb245364534e7695b1a8fcbf30"/><file name="test.phtml" hash="da4701ff5b2c64444a49f77571e8a00c"/></dir><dir name="mpaypal"><file name="index.phtml" hash="df077c063b2006b9321c96cd6744b19f"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Mss_Bannerslider.xml" hash="7d03ee71d8e860c51478aff5200b0deb"/><file name="Mss_Connector.xml" hash="ba8a5609c9c8c3636f183c5bfe04d664"/><file name="Mss_Payu.xml" hash="5feac03d698b481473223fbe6a8814b1"/><file name="Mss_Pushnotification.xml" hash="2e8e9bc56a5f0ff8bb42f43fb5a3a3db"/><file name="Mss_Sociallogin.xml" hash="8671199bdad3bdecbfe0c47ce9ff05e6"/><file name="Mss_Mpaypal.xml" hash="4d6a7f8d862de8c449b1366727ef0a6d"/></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="magentomobileshop"><file name="magento_logo.png" hash="d1800a3c95de49500f158bfb6ca9c70c"/><file name="magentomobileshop_loader.gif" hash="453272c9cacd32efe6465961ea8a61dd"/></dir></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>7.0.5</max></php></required></dependencies>
20
  </package>