Jmango360_Japi - Version 3.5.4

Version Notes

* Bug fixes

Download this release

Release Info

Developer Duc Ngo
Extension Jmango360_Japi
Version 3.5.4
Comparing to
See all releases


Code changes from version 3.5.3 to 3.5.4

app/code/community/Jmango360/Japi/Helper/Product.php CHANGED
@@ -265,6 +265,10 @@ class Jmango360_Japi_Helper_Product extends Mage_Core_Helper_Abstract
265
  //Always add sort by 'entity_id' for website http://www.gopro-mania.nl
266
  $collection->setOrder('entity_id', 'asc');
267
  }
 
 
 
 
268
  }
269
 
270
  Mage::dispatchEvent('catalog_block_product_list_collection', array(
265
  //Always add sort by 'entity_id' for website http://www.gopro-mania.nl
266
  $collection->setOrder('entity_id', 'asc');
267
  }
268
+ if ($this->isModuleEnabled('Plusman_Custom')) {
269
+ //Always add sort by 'entity_id' for website http://www.plusman.nl
270
+ $collection->setOrder('entity_id', 'asc');
271
+ }
272
  }
273
 
274
  Mage::dispatchEvent('catalog_block_product_list_collection', array(
app/code/community/Jmango360/Japi/Model/Observer.php CHANGED
@@ -707,6 +707,8 @@ class Jmango360_Japi_Model_Observer
707
  {
708
  /* @var $action Mage_Core_Controller_Varien_Action */
709
  $action = $observer->getEvent()->getControllerAction();
 
 
710
  if ($action->getRequest()->getModuleName() == 'kco') {
711
  if (strpos($action->getRequest()->getServer('HTTP_REFERER'), 'japi/kco') !== false) {
712
  $action->getRequest()
@@ -718,6 +720,18 @@ class Jmango360_Japi_Model_Observer
718
  }
719
  }
720
 
 
 
 
 
 
 
 
 
 
 
 
 
721
  return $this;
722
  }
723
 
707
  {
708
  /* @var $action Mage_Core_Controller_Varien_Action */
709
  $action = $observer->getEvent()->getControllerAction();
710
+ $request = $action->getRequest();
711
+
712
  if ($action->getRequest()->getModuleName() == 'kco') {
713
  if (strpos($action->getRequest()->getServer('HTTP_REFERER'), 'japi/kco') !== false) {
714
  $action->getRequest()
720
  }
721
  }
722
 
723
+ if (Mage::helper('core')->isModuleEnabled('Magentix_SoColissimo')) {
724
+ if ($request->getModuleName() == 'japi' && $request->getActionName() == 'saveShipping') {
725
+ if (@class_exists('Magentix_SoColissimo_Model_Observer')) {
726
+ /** @var Magentix_SoColissimo_Model_Observer $obj */
727
+ $obj = Mage::getSingleton('socolissimo/observer');
728
+ if (method_exists($obj, 'unsetSocolissimoAddress')) {
729
+ $obj->unsetSocolissimoAddress($observer);
730
+ }
731
+ }
732
+ }
733
+ }
734
+
735
  return $this;
736
  }
737
 
app/code/community/Jmango360/Japi/controllers/CheckoutController.php CHANGED
@@ -503,6 +503,18 @@ class Jmango360_Japi_CheckoutController extends Mage_Checkout_OnepageController
503
  </reference>";
504
  }
505
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  try {
507
  $this->getLayout()->getUpdate()->addUpdate($xml);
508
  $this->generateLayoutXml()->generateLayoutBlocks();
503
  </reference>";
504
  }
505
 
506
+ if ($helper->isModuleEnabled('Magentix_SoColissimo')) {
507
+ $xml .= "
508
+ <reference name=\"head\">
509
+ <action method=\"addCss\"><stylesheet>socolissimo/css/style.css</stylesheet></action>
510
+ </reference>
511
+ <reference name=\"before_body_end\">
512
+ <block type=\"socolissimo/frontend_socolissimo\" name=\"socolissimo\" template=\"socolissimo/socolissimo.phtml\">
513
+ <action method=\"setData\"><name>js</name><value>socolissimo/js/checkout/magento-onepage.js</value></action>
514
+ </block>
515
+ </reference>";
516
+ }
517
+
518
  try {
519
  $this->getLayout()->getUpdate()->addUpdate($xml);
520
  $this->generateLayoutXml()->generateLayoutBlocks();
app/code/community/Jmango360/Japi/etc/config.xml CHANGED
@@ -7,7 +7,7 @@
7
  <config>
8
  <modules>
9
  <Jmango360_Japi>
10
- <version>3.5.3</version>
11
  </Jmango360_Japi>
12
  </modules>
13
 
7
  <config>
8
  <modules>
9
  <Jmango360_Japi>
10
+ <version>3.5.4</version>
11
  </Jmango360_Japi>
12
  </modules>
13
 
app/design/frontend/base/default/template/japi/checkout/onepage/style.phtml CHANGED
@@ -19,7 +19,7 @@ $customCss = Mage::getStoreConfig('japi/jmango_rest_checkout_settings/custom_css
19
  $TIGPostNLVersion = Mage::helper('japi')->getExtensionVersion('TIG_PostNL');
20
  ?>
21
  <link type="text/css" rel="stylesheet" media="all"
22
- href="<?php echo $this->getSkinUrl('japi/css/style.css?v=3.5.1') ?>"/>
23
 
24
  <?php if (Mage::helper('japi')->isModuleEnabled('GoMage_Checkout')): ?>
25
  <link type="text/css" rel="stylesheet" media="all"
19
  $TIGPostNLVersion = Mage::helper('japi')->getExtensionVersion('TIG_PostNL');
20
  ?>
21
  <link type="text/css" rel="stylesheet" media="all"
22
+ href="<?php echo $this->getSkinUrl('japi/css/style.css?v=3.5.4') ?>"/>
23
 
24
  <?php if (Mage::helper('japi')->isModuleEnabled('GoMage_Checkout')): ?>
25
  <link type="text/css" rel="stylesheet" media="all"
app/locale/fi_FI/Jmango360_Japi.csv ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ "Connection credentials","Liitäntätiedot"
3
+ "This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email.","This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email."
4
+ "Customer is already logged in.","Asiakas on jo kirjautunut sisään."
5
+ "Could not login","Could not login"
6
+ "Login and password are required.","Käyttäjätunnus ja salasana ovat pakolliset."
7
+ "Account is created. Please check email to confirm.","Tili on luotu. Tarkista vahvistus sähköpostista."
8
+ "Invalid Exception code '%d'", "Virheellinen poikkeustilakoodi '%d'"
9
+ "Order List", "Tilauslista"
10
+ "Order #", "Tilaus #"
11
+ "Order Date", "Tilauksen päivämäärä"
12
+ "Billing Country", "Laskutus maa"
13
+ "Shipping Country", "Toimitus maa"
14
+ "Qty. Ordered", "Lkm tilattu"
15
+ "Subtotal", "Välisumma"
16
+ "Total", "Summa"
17
+ "Invoiced", "Laskutettu"
18
+ "Status", "Status"
19
+ "Action", "Toiminto"
20
+ "View", "Näytä"
21
+ "Show Report", "Näytä raportti"
22
+ "Total Customers from JMango360 Report", "Asiakkaat yhteensä JMango360 raportista"
23
+ "JMango360 Report - Total number of registered customers","Asiakkaat yhteensä JMango360 raportista"
24
+ "Total Ordered from JMango360 Report", "Tilaukset yhteensä JMango360-raportista"
25
+ "JMango360 Report - Total number of orders","Tilaukset yhteensä JMango360-raportista"
26
+ "Total Sales from JMango360 Report", "Kokonaismyynti JMango360-raportista"
27
+ "JMango360 Report - Total number of sales","Kokonaismyynti JMango360-raportista"
28
+ "Chart", "Lista"
29
+ "Period", "Aika"
30
+ "Customers", "Asiakkaat"
31
+ "Orders", "Tilaukset"
32
+ "Order From", "Tilaukset alkaen"
33
+ "JMango360 User", "JMango360 Käyttäjä"
34
+ "Download", "Lataa"
35
+ "Clear", "Tyhjennä"
36
+ "No", "Ei"
37
+ "Yes", "KyKyllä"
38
+ "Invalid token", "Virheellinen merkki"
39
+ "Session expired.", "Istunto päättyi."
40
+ "No rest model found.", "No rest model found."
41
+ "Resource method not implemented", "Resurssimenetelmää ei ole toteutettu"
42
+ "Minimum order amount is %s", "Tilauksen vähimmäismäärä on %s"
43
+ "Guest checkout is not enabled", "Virailijan kassatoiinto ei ole käytössä"
44
+ "Something is wrong with the order.", "Jokin on tilauksessa vialla."
45
+ "Something is wrong with the quote or order.", "Jokin on vialla tarjouksessa tai tilauksessa."
46
+ "Cart is empty.", "Ostoskori on tyhjä."
47
+ "Multishipping not implemented yet.", "Multishipping-toimintoa ei ole vielä toteutettu."
48
+ "Checkout method not implemented yet: ", "Checkout-menetelmää ei ole vielä toteutettu: "
49
+ "Could not log-out customer", "Asiakasta ei voitu kirjata ulos"
50
+ "Please login.", "Kirjaudu sisään, ole hyvä."
51
+ "Country code cannot be empty", "Maakoodi ei voi olla tyhjä"
52
+ "Country does not exist: ", "Maakoodi ei ole olemassa: "
53
+ "Country does not exist", "Maakoodi ei ole olemassa"
54
+ "Store not found", "Myymälää ei löydetty"
55
+ "Not allowed.", "Ei sallittu."
56
+ "Product ID invalid", "Tuotetunnus on virheellinen"
57
+ "Product not found", "Tuotetta ei löydy"
58
+ "Please login first!", "Kirjaudu ensin sisään!"
59
+ "Cannot specify product.", "Tuotetta ei voida määrittää."
60
+ "Cannot specify product", "Tuotetta ei voida määrittää"
61
+ "Item not found", "Tuotetta ei löydy"
62
+ "%1$s has been updated in your wishlist.", "%1$s on päivitetty toivelistaan."
63
+ "An error occurred while updating your wishlist.", "Virhe huomattu päivittäessä toivelistaa."
64
+ "Cannot specify your wishlist item.", "Ei voida määrittää toivelistan tuotetta."
65
+ "The product does not exist.", "Tuotetta ei löydy."
66
+ "Wishlist item removed", "Suosikkituote poistettu"
67
+ "An error occurred while deleting the item from wishlist: %s", "Virhe huomattu poistaessa tuotetta toivelistalta: %s"
68
+ "An error occurred while deleting the item from wishlist.", "Virhe huomattu poistaessa tuotetta toivelistalta."
69
+ "Can't save description %s", "Kuvausta ei voida tallentaa %s"
70
+ "Can't delete item from wishlist", "Tuotetta ei voida poistaa toivelistalta"
71
+ "Can't save qty %s", "Ei voi tallentaa lukumäärää %s"
72
+ "Wishlist updated successfully", "Toivelistasi on päivitetty onnistuneesti"
73
+ "Can't update wishlist", "Toivelistaa ei voitu päivittää"
74
+ "No item updated", "Tuotetta ei päivitetty"
75
+ "%s has been added to your wishlist.", "%s on lisätty toivelistaan."
76
+ "An error occurred while adding item to your wishlist: %s", "Tapahtui virhe lisätessä kohdetta toivelistaan: %s"
77
+ "An error occurred while adding item to your wishlist", "Tapahtui virhe lisätessä kohdetta toivelistaan"
78
+ "Wishlist not allowed", "Toivelista ei ole sallittu"
79
+ "Wishlist doesn't exist", "Toivelistaa ei löydy"
80
+ "Customer not logged in", "Asiakas Asiakas ei ole kirjautunut sisään"
81
+ "Coupon is not valid: ", "Alennuskoodi ei ole voimassa: "
82
+ "Coupon could not be applied.", "Alennuskoodia ei voitu käyttää."
83
+ "%s: Minimum quantity allowed for purchase is %s.", "%s: Ostohetkellä sallittu vähimmäismäärä on %s."
84
+ "%s: Maximum quantity allowed for purchase is %s.", "%s: Ostohetkellä suurin sallittu määrä on %s."
85
+ "%s was added to your shopping cart.", "%s lisättiin ostoskoriisi."
86
+ "No cart data found.", "Ei löydetty tietoja ostoskorista."
87
+ "Your shopping cart has been updated.", "Ostoskorisi on päivitetty."
88
+ "No bundle-product cart item ID found.", "Ei yhtään pakettituotteen tunnusta löydetty."
89
+ "The product you are trying to delete could not be found in the cart (item id is %s not found in cart).", "Tuote, jota yrität poistaa, ei löytynyt ostoskorista (kohteen tunnus %s ei löydy ostoskorista)."
90
+ "The product has been deleted from your shopping cart.", "The Tuote on poistettu ostoskorista."
91
+ "Category not found.", "Kategoriaa ei löytynyt."
92
+ "Category not available.", "Kategoria ei ole käytettävissä."
93
+ "No category found.", "Kategoriaa ei löytynyt."
94
+ "Your search returns no results.", "Haullasi ei löytynyt tuloksia."
95
+ "Query cannot be empty.", "Kysely ei voi olla tyhjä."
96
+ "Methods are not complete yet. Cart shipping address is not yet completed and saved.", "Menetelmät eivät vielä ole täydellisiä. Ostoskorin toimitusosoitetta ei ole vielä täytetty ja tallennettu."
97
+ "Methods are not complete yet. Cart is empty.", "Menetelmät eivät vielä ole täydellisiä. Ostoskori on tyhjä."
98
+ "Shipping method has no shipping carrier object: %s", "Kuljetusmenetelmällä ei ole kuljetusliikettä: %s"
99
+ "Carrier object has no collectRates method: %s", "Kuljetusobjektissa tapahtui virhe: %s"
100
+ "Shipping method has no rates object: %s", "Kuljetusmenetelmässä tapahtui virhe: %s"
101
+ "Shipping method has no getAllRates function: %s", "Kuljetusmenetelmällä ei ole maksukurssitoimintoa: %s"
102
+ "Shipping method has no rates: %s", "Kuljetustoiminnolla ei ole maksukurssia: %s"
103
+ "Shipping method can not be empty.", "Kuljetusmenetelmä ei voi olla tyhjä."
104
+ "This shipping method is currently not available.", "Tämä lähetystapa ei ole tällä hetkellä saatavilla."
105
+ "Customer shipping address not found.", "Asiakkaan lähetysosoitetta ei löytynyt."
106
+ "Customer shipping address email not found.", "Asiakkaan lähetysosoitteen sähköpostia ei löytynyt."
107
+ "Customer billing address not found.", "Asiakkaan laskutusosoitetta ei löytynyt."
108
+ "Payment method cannot be empty.", "Maksutapa ei voi olla tyhjä."
109
+ "Email cannot be empty.", "Sähköposti ei voi olla tyhjä."
110
+ "This payment method is currently not available.", "Tämä maksutapa ei ole tällä hetkellä käytettävissä."
111
+ "Please add ", "Lisää "
112
+ "Request info not matches the order.", "Pyydetyt tiedot eivät vastaa tilausta."
113
+ "No payment provider to redirect found.", "Mitään maksupalveluntarjoajaa udelleenohjaukseen ei löydetty."
114
+ "Request info does not match the quote. Probably the cart is ordered or the session is expired.", "Pyydetyt tiedot eivät vastaa pyydettyä. Ostoskorisi on jo käsitelty tai istunto on vanhentunut."
115
+ "Cart is no longer active.", "Ostoskori ei ole enää aktiivinen."
116
+ "Replaced by new order.", "Korvattu uudella tilauksella."
117
+ "Cannot save the address: ", "Osoitetta ei voitu tallentaa: "
118
+ "The address does not belong to this customer.", "Osoite ei kuulu tämän asiakkaan tietoihin."
119
+ "Default billing address can not be removed.", "Oletuslaskutusosoitetta ei voi poistaa."
120
+ "Default shipping address can not be removed.", "Oletustoimitusosoitetta ei voi poistaa."
121
+ "An error occurred while deleting the address.", "Osoitteen poistamisen aikana tapahtui virhe."
122
+ "Address ID can not be empty.", "Osoitteen tunnus ei voi olla tyhjä."
123
+ "New password field cannot be empty.", "New password field cannot be empty."
124
+ "Invalid current password", "Virheellinen nykyinen salasana"
125
+ "The account information has been saved.", "Tilitiedot on tallennettu."
126
+ "Could not retrieve list: ", "Luetteloa ei voitu palauttaa: "
127
+ "Order not found (no ID).", "Tilausts ei löydetty (ei tunnusta)."
128
+ "Invalid email address.", "Virheellinen sähköpostiosoite."
129
+ "Please enter your email.", "Anna sähköpostiosoitteesi."
130
+ "This account needs confirmation. See in confirmation email.", "Tämä tili vaatii vahvistuksen. Tarkista vahvistussähköposti."
131
+ "No products found.", "Tuotteita ei löytynyt."
132
+ "Category not found.", "Kategoriaa ei löydetty."
133
+ "Cannot find customer ID, please try again!", "Asiakastunnusta ei löydetty, yritä uudelleen!"
134
+ "You must leave at least one payment method available.", "Sinun on valittava vähintään yksi maksutapa."
135
+ "You must leave at least one shipping method available.", "Sinun on valittava vähintään yksi toimitustapa."
136
+ "None", "Ei yhtään"
137
+ "Base Image", "Peruskuva"
138
+ "Small Image", "Pieni kuva"
139
+ "Thumbnail", "Thumbnail"
140
+ "Shipping Excl. Tax (%s)", "Toimitus, ei sis. alv (%s)"
141
+ "Shipping Incl. Tax (%s)", "Toimitus, sis. alv (%s)"
142
+ "Subtotal (Excl. Tax)", "Välisumma (ei sis. alv)"
143
+ "Subtotal (Incl. Tax)", "Välisumma (sis. alv)"
144
+ "Grand Total Excl. Tax", "Loppusumma, ei sis. alv"
145
+ "Grand Total Incl. Tax", "Loppusumma, sis. alv"
146
+ "Unable to set Payment Method.", "Maksutapaa ei voitu määrittää."
147
+ "Reports", "Raportit"
148
+ "Order Details", "Tilauksen tiedot"
149
+ "Sales Reports", "Myyntiraportit"
150
+ "Orders Reports", "Tilausraportit"
151
+ "Customers Reports", "Asiakasraportit"
152
+ "Version", "Versio"
153
+ "The plugin version", "Plugin -versio"
154
+ "User Name", "Käyttäjänimi"
155
+ "This username will be checked from every App while a session is set up between the App and the Magento store.", "Tämä käyttäjätunnus tarkistetaan jokaisesta sovelluksesta, kun istunto on muodostettu sovelluksen ja Magento-kaupan välillä."
156
+ "Api Key", "Api-avain"
157
+ "This key will be checked from every App while a session is set up between the App and the Magento store.", "Tämä avain tarkistetaan jokaisesta sovelluksesta, kun istunto on muodostettu sovelluksen ja Magento-kaupan välillä."
158
+ "Use token for Api communications", "Käytä Api-viestintämerkkiä"
159
+ "Use token will add check and refresh the token with every request.", "Viestintämerkki tarkistetaan ja päivitetään jokaisella pyyntökerralla."
160
+ "Catalogue Settings", "Luetteloasetukset"
161
+ "Include all active categories", "Sisällytä kaikki aktiiviset kategoriat"
162
+ "Include all ""Active"" categories regardless of whether or not they are included in navigation", "Sisällytä kaikki ""aktiiviset"" -kategoriat riippumatta siitä, sisältyvätkö ne navigointiin vai eivät"
163
+ "Display attribute on Product Listing", "Näytä ominaisuus tuotelistauksessa"
164
+ "This attribute will be displayed in product listing", "Tämä ominaisuus näkyy tuotelistauksessa"
165
+ "Display attribute on Product Details", "Näytä ominaisuus tuotetiedoissa"
166
+ "This attribute will be displayed in product details", "Tämä ominaisuus näkyy tuotetiedoissa"
167
+ "Mobile App Checkout Settings", "Mobile App Checkout -asetukset"
168
+ "Excluded shipping methods", "Poissuljetut toimitustavat"
169
+ "Select one or more, but not all shipping methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Valitse yksi tai useampi, mutta ei kaikkia toimitustapoja, jotka eivät ole sopivia / yhteensopivia käytettäväksi mobiilisovellusympäristössä. Tämä voidaan asettaa milloin tahansa JMango360-sovelluksen luomisen aikana tai sen jälkeen."
170
+ "Excluded payment methods", "Poissuljetut maksutavat"
171
+ "Select one or more, but not all payment methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Valitse yksi tai useampi mutta ei kaikkia maksutapoja, jotka eivät ole sopivia / yhteensopivia käytettäväksi mobiilisovellusympäristössä. Tämä voidaan asettaa milloin JMango360-sovelluksen luomisen aikana tai sen jälkeen."
172
+ "Web checkout URL", "Verkkokaupan URL-osoite"
173
+ "Enter custom checkout url of website if Jmango360 plugin could not detect. Ex: checkout/onepage.", "Anna muokattu checkout-sivun URL-osoite, jos Jmango360-laajennus ei löytänyt sitä. Ex: checkout/onepage"
174
+ "Product image gallery settings", "Product image gallery settings"
175
+ "Detail page image cache-width", "Detail page image cache-width"
176
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default """cached"" size for ""big"" images on the detail pages."
177
+ "Detail page image cache-height", "Detail page image cache-height"
178
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default ""cached"" size for ""big"" images on the detail pages."
179
+ "Catalogue image cache-width", "Catalogue image cache-width"
180
+ "Set the default ""cached"" size for images on the catalogue pages.", "Set the default ""cached"" size for images on the catalogue pages."
181
+ "Catalogue image cache-height", "Catalogue image cache-height"
182
+ "Set the default ""cached"" size for images on the catalog pages.", "Set the default ""cached"" size for images on the catalog pages."
183
+ "Thumbnail image cache-width", "Thumbnail image cache-width"
184
+ "Set the default ""cached"" size for thumbnails on the detail pages.", "Set the default ""cached"" size for thumbnails on the detail pages."
185
+ "Thumbnail image cache-height", "Thumbnail image cache-height"
186
+ "Set the default """cached"" size for thumbnails on the detail pages.", "Set the default """cached"" size for thumbnails on the detail pages."
187
+ "Choose image type to be displayed if catalogue thumbnail is not available", "Valitse näytettävä kuva, jos luettelon pienoiskuva ei ole käytettävissä."
188
+ "Choose what kind of image of product that I would like to show in catalogue listing in mobile app.", "Valitse kuva tuotteesta, jonka haluaisin näyttää luettelossa mobiilisovelluksessa."
189
+ "Choose image type to be displayed on catalogue page", "Valitse kuvatiedoston tyyppi, joka näytetään luettelosivulla"
190
+ "Choose what kind of image of product that I would like to show in product listing in mobile app.", "Valitse kuva tuotteesta, jonka haluaisin näyttää luettelossa mobiilisovelluksessa."
191
+ "Stock Settings", "Varastoasetukset"
192
+ "Display products availability in stock in mobile app", "Näytä tuotteet varastossa mobiilisovelluksella"
193
+ "Developer", "Kehittäjä"
194
+ "Enable debug logging", "Ota debug-sisäänkirjautuminen käyttöön"
195
+ "Log requests to japi.log. Disable in production.", "Loki pyytää japi.log. Poista käytöstä tuotannosta."
196
+ "Sales", "Myynnit"
197
+ "Order Details", "Tilauksen tiedot"
198
+ "Settings", "Asetukset"
199
+ "Use Onepage checkout for mobile app","Käytä yhden sivun kassa-toimintoa mobiilisovellusta"
200
+ "Select to use JMango360 Onepage responsive web checkout for mobile app instead of default Magento checkout","Valitse käytettäväksi Jmango360 Onepage -vastaavuus web-kassalla mobiilisovelluksessa Magenton oletus-checkout-sivun sijaan"
201
+ "Custom Layout Update","Mukautettu ulkoasu päivitys"
202
+ "Enter xml layout update code here, it will only affect JMango360 Onepage checkout page","Anna xml-asettelupäivityskoodi tähän, se vaikuttaa vain JMango360 Onepage-checkout-sivulla"
203
+ "Custom CSS","Mukautettu CSS"
204
+ "Enter css code here, it will only append to JMango360 Onepage checkout page","Kirjoita css-koodi tähän, se liittää vain JMango360 Onepage-checkout-sivun"
205
+ "Hide non value additional attributes","Piilota arvottomat lisäominaisuudet"
206
+ "Attribute whose value is N/A or blank will not be displayed on Additional Information on product detail page","Attribuutti, jonka arvo on N/A tai tyhjä, ei tule näkyviin Lisätiedoissa tuotekuvaussivulla"
207
+ "Mobile App Login Settings","Mobiilisovelluksen sisäänkirjautumisasetukset"
208
+ "App users must login to see product prices","App-käyttäjien on kirjauduttava sisään nähdäksesi hinnat ja Lisää ostoskoriin –painikkeen"
209
+ "This will prevent mobile app user using app without an account.","Tämä estää mobiilisovelluksen käyttäjän käyttämästä sovellusta ilman tiliä."
210
+ "Discount Codes","Discount Codes"
211
+ "Enter your coupon code if you have one.","Enter your coupon code if you have one."
212
+ "Apply Coupon","Apply Coupon"
213
+ "Cancel Coupon","Cancel Coupon"
214
+ "Enable Order From in orders list","Ota tilaus käyttöön tilausluettelossa"
215
+ "Select to view which orders are from JMango360","Valitse nähdäksesi, mitkä tilaukset ovat JMango360:sta"
216
+ "Enable JMango360 User in Customers list","Ota JMango360-käyttäjä käyttöön asiakasluettelossa"
217
+ "Select to view which customers are from JMango360","Valitse nähdäksesi, mitkä asiakkaat ovat JMango360:sta"
218
+ "Adding extra attributes to registration form","Lisäominaisuuksien lisääminen rekisteröintilomakkeeseen"
219
+ "Adding these attributes to customer registration form in mobile app","Lisätään nämä ominaisuudet asiakkaan rekisteröintilomakkeeseen mobiilisovelluksessa"
220
+ "Show image of child product in Grouped Product Detail on mobile","Näytä tuotteen kuva ’Ryhmitellyt tuotekuvaukset’ mobiililaitteessa"
221
+ "Please wait","Ole hyvä ja odota"
222
+ "A new version of the JMango360 Mobile plugin %s is available. Please update.","JMango360-mobiilisovelluksen %s uusi versio on käytettävissä. Ole hyvä ja päivitä."
223
+ "Group ID not found.","Group ID not found."
224
+ "Group not found.","Group not found."
225
+ "Sales Settings","Myyntiasetukset"
226
+ "Customer Settings","Asiakasasetukset"
227
+ "Street Address #2 Label", "Katuosoite #2 etiketti"
228
+ "Set the label for 2nd street address.", "Aseta etiketti toiselle katuosoitteelle."
229
+ "Street Address #2 as Required", "Katuosoite #2 vaadittu"
230
+ "Set if the street address field is required input.", "Määritä, jos katuosoite on pakollinen kenttä."
231
+ "Street Address #2 Validation", "Katuosoite #2 Vahvistus"
232
+ "Set type of input for the street address field.", "Aseta syöttötyyppi katuosoite-kenttään."
233
+ "Street Address #3 Label", "Katuosoite # 3 etiketti"
234
+ "Set the label for 3rd street address.", "Aseta etiketti kolmanteen katuosoitteeseen."
235
+ "Street Address #3 as Required", "Katuosoite # 3 vaadittu"
236
+ "Street Address #4 Label", "Katuosoite # 4 etiketti"
237
+ "Set the label for 4th street address.", "Aseta etiketti neljänteen katuosoitteeseen."
238
+ "Set if the street address field is required input.", "Määritä, jos katuosoite on pakollinen kenttä"
239
+ "Please close this form and login with your new account.", "Sulje tämä lomake ja kirjaudu sisään uudelle tilillesi."
240
+ "Enable Hide on App on Manage Products","Enable Hide on App on Manage Products"
241
+ "On Manage Products enable Hide on App","On Manage Products enable Hide on App"
242
+ "Enable this option to choose if a product is hidden on app or not","Enable this option to choose if a product is hidden on app or not"
243
+ "Enable this option to choose whether or not this product is visible in the app","Enable this option to choose whether or not this product is visible in the app"
244
+ "Hide on JMango360","Hide on JMango360"
245
+ "Hide on JMango360 App","Hide on JMango360 App"
246
+ "Override Default Sort Direction","Override Default Sort Direction"
247
+ "Choose to use direction here instead of mobile default sort direction.","Choose to use direction here instead of mobile default sort direction."
248
+ "Re-run SQL upgrade","Re-run SQL upgrade"
249
+ "Re-run successfully.","Re-run successfully."
250
+ "Back to app","Back to app"
251
+ "Overall Rating","Overall Rating"
252
+ "Review Title","Review Title"
253
+ "Review","Review"
254
+ "Nickname","Nickname"
255
+ "I agree to the terms & conditions","I agree to the terms & conditions"
256
+ "Would you recommend this product to your friends?","Would you recommend this product to your friends?"
257
+ "I recommend this product","I recommend this product"
258
+ "I do not recommend this product","I do not recommend this product"
259
+ "JMango360 Native Payment", "JMango360 Native Payment"
260
+ "Anonymous","Anonymous"
261
+ "Originally posted on %s.","Originally posted on %s."
app/locale/nb_NO/Jmango360_Japi.csv ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ "Connection credentials","Tilkoblingsinformasjon"
3
+ "This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email.","This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email."
4
+ "Customer is already logged in.","Kunden er allerede logget inn."
5
+ "Could not login","Could not login"
6
+ "Login and password are required.","Innlogging og passord er påkrevd."
7
+ "Account is created. Please check email to confirm.","Konto er opprettet. Vennligst sjekk e-posten din for å bekrefte."
8
+ "Invalid Exception code '%d'", "Ugyldig unntakskode '%d'"
9
+ "Order List", "Ordreliste"
10
+ "Order #", "Ordre #"
11
+ "Order Date", "Ordredato"
12
+ "Billing Country", "Faktureringsland"
13
+ "Shipping Country", "Fraktland"
14
+ "Qty. Ordered", "Kvanitet bestilt"
15
+ "Subtotal", "Totalpris"
16
+ "Total", "Totalpris"
17
+ "Invoiced", "Betaling krevd"
18
+ "Status", "Status"
19
+ "Action", "Action"
20
+ "View", "Vis"
21
+ "Show Report", "Vis rapport"
22
+ "Total Customers from JMango360 Report", "Totale kunder fra JMango360-rapport"
23
+ "JMango360 Report - Total number of registered customers","Totale kunder fra JMango360-rapport"
24
+ "Total Ordered from JMango360 Report", "Totalt bestilt fra JMango360-rapport"
25
+ "JMango360 Report - Total number of orders","Totalt bestilt fra JMango360-rapport"
26
+ "Total Sales from JMango360 Report", "Totale salg fra JMango360-rapport"
27
+ "JMango360 Report - Total number of sales","Totale salg fra JMango360-rapport"
28
+ "Chart", "Tabell"
29
+ "Period", "Periode"
30
+ "Customers", "Kunder"
31
+ "Orders", "Ordre"
32
+ "Order From", "Ordre fra"
33
+ "JMango360 User", "JMango360-bruker"
34
+ "Download", "Last ned"
35
+ "Clear", "Slett"
36
+ "No", "Nei"
37
+ "Yes", "Ja"
38
+ "Invalid token", "Invalid kode"
39
+ "Session expired.", "Tid utløpt."
40
+ "No rest model found.", "Ingen restemodell funnet."
41
+ "Resource method not implemented", "Kildemetode ikke i bruk"
42
+ "Minimum order amount is %s", "Minimum ordreantall er %s"
43
+ "Guest checkout is not enabled", "Gjeste-sjekkut er ikke skrudd på"
44
+ "Something is wrong with the order.", "Noe gikk galt med orderen."
45
+ "Something is wrong with the quote or order.", "Noe gikk galt med bestillingen."
46
+ "Cart is empty.", "Handlekurven er tom."
47
+ "Multishipping not implemented yet.", "Multifrakt er ikke tilgjengelig enda."
48
+ "Checkout method not implemented yet: ", "Sjekkut-metoden er ikke tilgjengelig enda: "
49
+ "Could not log-out customer", "Kunne ikke logge ut kunde"
50
+ "Please login.", "Vennligst logg inn."
51
+ "Country code cannot be empty", "Landskode kan ikke være tom"
52
+ "Country does not exist: ", "Land finnes ikke: "
53
+ "Country does not exist", "Country does not exist"
54
+ "Store not found", "Butikk ble ikke funnet"
55
+ "Not allowed.", "Ikke tillatt."
56
+ "Product ID invalid", "Produkt-ID ikke gyldig"
57
+ "Product not found", "Produkt ikke funnet"
58
+ "Please login first!", "Vennligst logg inn først!"
59
+ "Cannot specify product.", "Kan ikke spesifisere produktet."
60
+ "Cannot specify product", "Kan ikke spesifisere produktet"
61
+ "Item not found", "Produkt ikke funnet"
62
+ "%1$s has been updated in your wishlist.", "%1$s har blitt oppdatert i din ønskeliste."
63
+ "An error occurred while updating your wishlist.", "En feil oppsto når du oppdaterte ønskelisten."
64
+ "Cannot specify your wishlist item.", "Kan ikke spesifisere ønskelisteproduktet."
65
+ "The product does not exist.", "Produktet finnes ikke."
66
+ "Wishlist item removed", "Ønskelisteproduktet har blitt fjernet"
67
+ "An error occurred while deleting the item from wishlist: %s", "En feil oppsto når produktet skulle slettes fra ønskelisten: %s"
68
+ "An error occurred while deleting the item from wishlist.", "En feil oppsto når produktet skulle slettes fra ønskelisten."
69
+ "Can't save description %s", "Kan ikke lagre beskrivelsen %s"
70
+ "Can't delete item from wishlist", "Kan ikke slette produktet fra ønskelisten"
71
+ "Can't save qty %s", "Kan ikke lagre kvaniteten %s"
72
+ "Wishlist updated successfully", "Ønskeliste oppdatert suksessfullt"
73
+ "Can't update wishlist", "Kan ikke oppdatere ønskelisten"
74
+ "No item updated", "Ingen produkt oppdatert"
75
+ "%s has been added to your wishlist.", "%s har blitt lagt til i din ønskeliste.."
76
+ "An error occurred while adding item to your wishlist: %s", "En feil oppsto når du la til produktet i din ønskeliste: %s"
77
+ "An error occurred while adding item to your wishlist", "En feil oppsto når du la til produktet i din ønskeliste"
78
+ "Wishlist not allowed", "Ønskeliste ikke tillatt"
79
+ "Wishlist doesn't exist", "Ønskeliste eksisterer ikke"
80
+ "Customer not logged in", "Kunde ikke logget inn"
81
+ "Coupon is not valid: ", "Kuppongen er ikke gyldig: "
82
+ "Coupon could not be applied.", "Kuppongen kunne ikke brukes."
83
+ "%s: Minimum quantity allowed for purchase is %s.", "%s: Minimum kvanitet tilltatt for kjøp er %s."
84
+ "%s: Maximum quantity allowed for purchase is %s.", "%s: Maksimum kvanitet tillatt for kjøp er %s."
85
+ "%s was added to your shopping cart.", "%s var lagt til i handlekurven din."
86
+ "No cart data found.", "Ingen handlekurvinfo funnet."
87
+ "Your shopping cart has been updated.", "Din handlekurv har blitt oppdatert."
88
+ "No bundle-product cart item ID found.", "Ingen produkt i handlekurven med ID funnet."
89
+ "The product you are trying to delete could not be found in the cart (item id is %s not found in cart).", "Produktet du forsøker å slette kunne ikke ble funnet i handlekurven (produkt-ID er %s ikke funnet i handlekurven)."
90
+ "The product has been deleted from your shopping cart.", "Produktet har blitt fjernet fra handlekurven din."
91
+ "Category not found.", "Kategori ikke funnet."
92
+ "Category not available.", "Kategori ikke tilgjengelig."
93
+ "No category found.", "Ingen kategori funnet."
94
+ "Your search returns no results.", "Ditt søk gir ingen resultater."
95
+ "Query cannot be empty.", "Etterspørsel kan ikke være tom."
96
+ "Methods are not complete yet. Cart shipping address is not yet completed and saved.", "Metoder er ikke fullført enda. Handlekurvens fraktadresse er ikke fullført og lagret enda."
97
+ "Methods are not complete yet. Cart is empty.", "Metoder er ikke fullført enda. Handlekurven er tom."
98
+ "Shipping method has no shipping carrier object: %s", "Fraktmetode har ingen fraktleverandør: %s"
99
+ "Carrier object has no collectRates method: %s", "Fraktleverandør har ingen collectRates-metoder: %s"
100
+ "Shipping method has no rates object: %s", "Fraktmetode har ingen prisobjekt: %s"
101
+ "Shipping method has no getAllRates function: %s", "Fraktmetode har ingen getAllRates-funksjon: %s"
102
+ "Shipping method has no rates: %s", "Fraktmetode har ingen pris: %s"
103
+ "Shipping method can not be empty.", "Fraktmetode kan ikke være tom."
104
+ "This shipping method is currently not available.", "Denne fraktmetoden er for øyeblikket ikke tilgjengelig."
105
+ "Customer shipping address not found.", "Kundens fraktadresse er ikke funnet."
106
+ "Customer shipping address email not found.", "Kunders fraktadresse e-post er ikke funnet."
107
+ "Customer billing address not found.", "Kundens faktureringsadresse er ikke funnet."
108
+ "Payment method cannot be empty.", "Betalingsmetode kan ikke være tom."
109
+ "Email cannot be empty.", "E-post kan ikke være tom."
110
+ "This payment method is currently not available.", "Denne betalingsmetoden er for øyeblikket ikke tilgjengelig."
111
+ "Please add ", "Vennligst legg til "
112
+ "Request info not matches the order.", "Den etterspurte informasjonen matcher ikke orderen."
113
+ "No payment provider to redirect found.", "Ingen betalingsleverandør å sendes til funnet."
114
+ "Request info does not match the quote. Probably the cart is ordered or the session is expired.", "Den etterspurte informasjonen matcher ikke bestillingen. Handlekurven kan allerede ha blitt bestilt eller så har det vært et tidsavbrudd."
115
+ "Cart is no longer active.", "Handlekurven er ikke lenger aktiv."
116
+ "Replaced by new order.", "Bytt ut med en ny ordre."
117
+ "Cannot save the address: ", "Kan ikke lagre adressen: "
118
+ "The address does not belong to this customer.", "Denne adressen tilhører ikke denne kunden."
119
+ "Default billing address can not be removed.", "Standard faktureringsadresse kan ikke fjernes."
120
+ "Default shipping address can not be removed.", "Standard fraktadresse kan ikke fjernes."
121
+ "An error occurred while deleting the address.", "En feil oppsto når adressen skulle slettes."
122
+ "Address ID can not be empty.", "Adresse-ID kan ikke være tom."
123
+ "New password field cannot be empty.", "New password field cannot be empty."
124
+ "Invalid current password", "Invalid passord"
125
+ "The account information has been saved.", "Kontoinformasjonen har blitt lagret."
126
+ "Could not retrieve list: ", "Kunne ikke skaffe liste: "
127
+ "Order not found (no ID).", "Ordre ikke funnet (ingen ID)."
128
+ "Invalid email address.", "Ugyldig e-postadresse."
129
+ "Please enter your email.", "Vennligst legg ved din e-postadresse."
130
+ "This account needs confirmation. See in confirmation email.", "Denne kontoen krevet bekreftelse. Se bekreftelses-e-posten."
131
+ "No products found.", "Ingen produkter er funnet."
132
+ "Category not found.", "Kategori er ikke funnet."
133
+ "Cannot find customer ID, please try again!", "Kan ikke finne kunde-ID, vennligst prøv igjen!"
134
+ "You must leave at least one payment method available.", "Du må ha minst en betalingsmetode tilgjengelig."
135
+ "You must leave at least one shipping method available.", "Du må ha minst en fraktmetode tilgjengelig."
136
+ "None", "Ingen"
137
+ "Base Image", "Basebilde"
138
+ "Small Image", "Lite bilde"
139
+ "Thumbnail", "Visningsbilde"
140
+ "Shipping Excl. Tax (%s)", "Frakt uten skatt (%s)"
141
+ "Shipping Incl. Tax (%s)", "Frakt med skatt (%s)"
142
+ "Subtotal (Excl. Tax)", "Subtotal (uten skatt)"
143
+ "Subtotal (Incl. Tax)", "Subtotal (med skatt)"
144
+ "Grand Total Excl. Tax", "Totalsum uten skatt"
145
+ "Grand Total Incl. Tax", "Totalsum med skatt"
146
+ "Unable to set Payment Method.", "Ikke mulig å opprette betalingsmetode."
147
+ "Reports", "Rapporter"
148
+ "Order Details", "Ordredetaljer"
149
+ "Sales Reports", "Salgsdetaljer"
150
+ "Orders Reports", "Ordrerapporter"
151
+ "Customers Reports", "Kunderapporter"
152
+ "Version", "Versjon"
153
+ "The plugin version", "Plug-in-versjon"
154
+ "User Name", "Brukernavn"
155
+ "This username will be checked from every App while a session is set up between the App and the Magento store.", "Dette brukernavnet vil bli sjekket fra enhver app når en tilkobling eksisterer mellom appen og Magento-butikken."
156
+ "Api Key", "Api-nøkkel"
157
+ "This key will be checked from every App while a session is set up between the App and the Magento store.", "Denne nøkkelen vil bli sjekket fra enhver app når en tilkobling eksisterer mellom appen og Magento-butikken."
158
+ "Use token for Api communications", "Bruk token for Api-kommunikasjoner"
159
+ "Use token will add check and refresh the token with every request.", "Bruk token vil legges til ved sjekk og oppdater token ved hver etterspørsel."
160
+ "Catalogue Settings", "Kataloginnstillinger"
161
+ "Include all active categories", "Inkluder alle aktive kategorier"
162
+ "Include all ""Active"" categories regardless of whether or not they are included in navigation", "Inkluder alle ""aktive"" kategorier selv om de ikke er inkludert i navigasjonen"
163
+ "Display attribute on Product Listing", "Vis egenskaper på produktlistene"
164
+ "This attribute will be displayed in product listing", "Denne egenskapen vil vises på produktlistene"
165
+ "Display attribute on Product Details", "Vis egenskaper på produktdetaljene"
166
+ "This attribute will be displayed in product details", "Denne egenskapet vil vises på produktdetaljene"
167
+ "Mobile App Checkout Settings", "Mobilapp utsjekks-innstillinger"
168
+ "Excluded shipping methods", "Ekskluder fraktmetoder"
169
+ "Select one or more, but not all shipping methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Velg en eller flere, men ikke alle fraktmetoder som er brukbare til å brukes i en mobil app. Denne kan settes opp når som helst under eller etter opprettelsen av JMango360-applikasjonen."
170
+ "Excluded payment methods", "Ekskluder betalingsmetoder"
171
+ "Select one or more, but not all payment methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Velg en eller flere, men ikke alle betalingsmetoder som er brukbare til å brukes i en mobil app. Denne kan settes opp når som helst under eller etter opprettelsen av JMango360-applikasjonen."
172
+ "Web checkout URL", "Web checkout-URL"
173
+ "Enter custom checkout url of website if Jmango360 plugin could not detect. Ex: checkout/onepage.", "Legg inn egendefinert checkout-URL av nettsiden hvis JMango360 plug-in ikke kan blir funnet. Eks: checkout/onepage."
174
+ "Product image gallery settings", "Produktbildegalleri-innstilinger"
175
+ "Detail page image cache-width", "Detail page image cache-width"
176
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default """cached"" size for ""big"" images on the detail pages."
177
+ "Detail page image cache-height", "Detail page image cache-height"
178
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default ""cached"" size for ""big"" images on the detail pages."
179
+ "Catalogue image cache-width", "Catalogue image cache-width"
180
+ "Set the default ""cached"" size for images on the catalogue pages.", "Set the default ""cached"" size for images on the catalogue pages."
181
+ "Catalogue image cache-height", "Catalogue image cache-height"
182
+ "Set the default ""cached"" size for images on the catalog pages.", "Set the default ""cached"" size for images on the catalog pages."
183
+ "Thumbnail image cache-width", "Thumbnail image cache-width"
184
+ "Set the default ""cached"" size for thumbnails on the detail pages.", "Set the default ""cached"" size for thumbnails on the detail pages."
185
+ "Thumbnail image cache-height", "Thumbnail image cache-height"
186
+ "Set the default """cached"" size for thumbnails on the detail pages.", "Set the default """cached"" size for thumbnails on the detail pages."
187
+ "Choose image type to be displayed if catalogue thumbnail is not available", "Velg bildetype som skal vises dersom katalogvisningsbildet ikke er tilgjengelig."
188
+ "Choose what kind of image of product that I would like to show in catalogue listing in mobile app.", "Velg hvilket produktbilde som skal vises i kataloglisten i den mobile appen."
189
+ "Choose image type to be displayed on catalogue page", "Velg bildetype som skal vises på katalogsiden"
190
+ "Choose what kind of image of product that I would like to show in product listing in mobile app.", "Velg hvilket produktbilde som skal vises i produktlisten i den mobile appen."
191
+ "Stock Settings", "Stock-innstillinger"
192
+ "Display products availability in stock in mobile app", "Vis produkttilgjengelighet i stock i mobilappen"
193
+ "Developer", "Utvikler"
194
+ "Enable debug logging", "Slå på debug-logg"
195
+ "Log requests to japi.log. Disable in production.", "Logg inn-forespørsel til japi.log. Slå av i produksjon."
196
+ "Sales", "Salg"
197
+ "Order Details", "Ordredetaljer"
198
+ "Settings", "Innstillinger"
199
+ "Use Onepage checkout for mobile app","Bruk Onepage-sjekkut for mobil app"
200
+ "Select to use JMango360 Onepage responsive web checkout for mobile app instead of default Magento checkout","Velg bruken av JMango360 Onepage web utsjekk for mobil app i stedet for vanlig Magento utsjekk"
201
+ "Custom Layout Update","Egendefinert Layout-oppdaterting"
202
+ "Enter xml layout update code here, it will only affect JMango360 Onepage checkout page","Legg inn xml layout-kode her, det vil kun påvirke JMango360 Onepage-utsjekksside"
203
+ "Custom CSS","Egendefintert CSS"
204
+ "Enter css code here, it will only append to JMango360 Onepage checkout page","Enter CSS-kode her, den vil bare vises på JMango360 Onepage utsjekksside"
205
+ "Hide non value additional attributes","Skjul ikke-verdi ekstra egenskaper"
206
+ "Attribute whose value is N/A or blank will not be displayed on Additional Information on product detail page","Egenskaper med verdi N/A eller blank vil ikke bli vist i Ekstra informasjon om produktdetaljer-siden"
207
+ "Mobile App Login Settings","Mobil app-logg inn innstillinger"
208
+ "App users must login to see product prices","App-brukere må logge inn for å se priser og Legg-til-i-kassen-knappen"
209
+ "This will prevent mobile app user using app without an account.","Denne vil unngå at mobile app-brukere bruker appen uten konto."
210
+ "Discount Codes","Discount Codes"
211
+ "Enter your coupon code if you have one.","Enter your coupon code if you have one."
212
+ "Apply Coupon","Apply Coupon"
213
+ "Cancel Coupon","Cancel Coupon"
214
+ "Enable Order From in orders list","Slå på Ordre fra i ordre-listen"
215
+ "Select to view which orders are from JMango360","Velg å se hvilke ordre er fra JMango360"
216
+ "Enable JMango360 User in Customers list","Slå på JMango360-bruker i kundelisten"
217
+ "Select to view which customers are from JMango360","Velg å se hvilke kunder er fra JMango360"
218
+ "Adding extra attributes to registration form","Legg til ekstra egenskaper i registreringsskjemaet"
219
+ "Adding these attributes to customer registration form in mobile app","Legg til ekstra egenskaper i kunderegistreringsskjermaet i mobilappen"
220
+ "Show image of child product in Grouped Product Detail on mobile","Vis bilde av barneproduktet i gruppe-produktdetalj på mobil"
221
+ "Please wait","Vennligst vent"
222
+ "A new version of the JMango360 Mobile plugin %s is available. Please update.","En ny versjon av JMango360 mobilplug-in %s er tilgjengelig."
223
+ "Group ID not found.","Group ID not found."
224
+ "Group not found.","Group not found."
225
+ "Sales Settings","Salgsinnstillinger"
226
+ "Customer Settings","Kundeinnstillinger"
227
+ "Street Address #2 Label", "Gateadresse #2-notat"
228
+ "Set the label for 2nd street address.", "Sett notat for 2. gateadresse."
229
+ "Street Address #2 as Required", "Gateadresse #2 er påkrevd"
230
+ "Set if the street address field is required input.", "Sett hvis gateadressefeltet også er påkrevd."
231
+ "Street Address #2 Validation", "Gateadresse #2 validering"
232
+ "Set type of input for the street address field.", "Sett type input for gateadressefelt"
233
+ "Street Address #3 Label", "Gateadresse #3-notat"
234
+ "Set the label for 3rd street address.", "Sett notat for 3. gateadresse."
235
+ "Street Address #3 as Required", "Gateadresse #3 er påkrevd"
236
+ "Street Address #4 Label", "Gateadresse #4-notat"
237
+ "Set the label for 4th street address.", "Sett notat for 4. gateadresse."
238
+ "Set if the street address field is required input.", "Sett hvis gateadressefeltet også er påkrevd."
239
+ "Please close this form and login with your new account.", "Vennligst legg ned dette skjemaet og logg inn med din nye konto."
240
+ "Enable Hide on App on Manage Products","Enable Hide on App on Manage Products"
241
+ "On Manage Products enable Hide on App","On Manage Products enable Hide on App"
242
+ "Enable this option to choose if a product is hidden on app or not","Enable this option to choose if a product is hidden on app or not"
243
+ "Enable this option to choose whether or not this product is visible in the app","Enable this option to choose whether or not this product is visible in the app"
244
+ "Hide on JMango360","Hide on JMango360"
245
+ "Hide on JMango360 App","Hide on JMango360 App"
246
+ "Override Default Sort Direction","Override Default Sort Direction"
247
+ "Choose to use direction here instead of mobile default sort direction.","Choose to use direction here instead of mobile default sort direction."
248
+ "Re-run SQL upgrade","Re-run SQL upgrade"
249
+ "Re-run successfully.","Re-run successfully."
250
+ "Back to app","Back to app"
251
+ "Overall Rating","Overall Rating"
252
+ "Review Title","Review Title"
253
+ "Review","Review"
254
+ "Nickname","Nickname"
255
+ "I agree to the terms & conditions","I agree to the terms & conditions"
256
+ "Would you recommend this product to your friends?","Would you recommend this product to your friends?"
257
+ "I recommend this product","I recommend this product"
258
+ "I do not recommend this product","I do not recommend this product"
259
+ "JMango360 Native Payment", "JMango360 Native Payment"
260
+ "Anonymous","Anonymous"
261
+ "Originally posted on %s.","Originally posted on %s."
app/locale/nn_NO/Jmango360_Japi.csv ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ "Connection credentials","Tilkoblingsinformasjon"
3
+ "This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email.","This account is not confirmed. <a href='%s'>Click here</a> to resend confirmation email."
4
+ "Customer is already logged in.","Kunden er allerede logget inn."
5
+ "Could not login","Could not login"
6
+ "Login and password are required.","Innlogging og passord er påkrevd."
7
+ "Account is created. Please check email to confirm.","Konto er opprettet. Vennligst sjekk e-posten din for å bekrefte."
8
+ "Invalid Exception code '%d'", "Ugyldig unntakskode '%d'"
9
+ "Order List", "Ordreliste"
10
+ "Order #", "Ordre #"
11
+ "Order Date", "Ordredato"
12
+ "Billing Country", "Faktureringsland"
13
+ "Shipping Country", "Fraktland"
14
+ "Qty. Ordered", "Kvanitet bestilt"
15
+ "Subtotal", "Totalpris"
16
+ "Total", "Totalpris"
17
+ "Invoiced", "Betaling krevd"
18
+ "Status", "Status"
19
+ "Action", "Action"
20
+ "View", "Vis"
21
+ "Show Report", "Vis rapport"
22
+ "Total Customers from JMango360 Report", "Totale kunder fra JMango360-rapport"
23
+ "JMango360 Report - Total number of registered customers","Totale kunder fra JMango360-rapport"
24
+ "Total Ordered from JMango360 Report", "Totalt bestilt fra JMango360-rapport"
25
+ "JMango360 Report - Total number of orders","Totalt bestilt fra JMango360-rapport"
26
+ "Total Sales from JMango360 Report", "Totale salg fra JMango360-rapport"
27
+ "JMango360 Report - Total number of sales","Totale salg fra JMango360-rapport"
28
+ "Chart", "Tabell"
29
+ "Period", "Periode"
30
+ "Customers", "Kunder"
31
+ "Orders", "Ordre"
32
+ "Order From", "Ordre fra"
33
+ "JMango360 User", "JMango360-bruker"
34
+ "Download", "Last ned"
35
+ "Clear", "Slett"
36
+ "No", "Nei"
37
+ "Yes", "Ja"
38
+ "Invalid token", "Invalid kode"
39
+ "Session expired.", "Tid utløpt."
40
+ "No rest model found.", "Ingen restemodell funnet."
41
+ "Resource method not implemented", "Kildemetode ikke i bruk"
42
+ "Minimum order amount is %s", "Minimum ordreantall er %s"
43
+ "Guest checkout is not enabled", "Gjeste-sjekkut er ikke skrudd på"
44
+ "Something is wrong with the order.", "Noe gikk galt med orderen."
45
+ "Something is wrong with the quote or order.", "Noe gikk galt med bestillingen."
46
+ "Cart is empty.", "Handlekurven er tom."
47
+ "Multishipping not implemented yet.", "Multifrakt er ikke tilgjengelig enda."
48
+ "Checkout method not implemented yet: ", "Sjekkut-metoden er ikke tilgjengelig enda: "
49
+ "Could not log-out customer", "Kunne ikke logge ut kunde"
50
+ "Please login.", "Vennligst logg inn."
51
+ "Country code cannot be empty", "Landskode kan ikke være tom"
52
+ "Country does not exist: ", "Land finnes ikke: "
53
+ "Country does not exist", "Country does not exist"
54
+ "Store not found", "Butikk ble ikke funnet"
55
+ "Not allowed.", "Ikke tillatt."
56
+ "Product ID invalid", "Produkt-ID ikke gyldig"
57
+ "Product not found", "Produkt ikke funnet"
58
+ "Please login first!", "Vennligst logg inn først!"
59
+ "Cannot specify product.", "Kan ikke spesifisere produktet."
60
+ "Cannot specify product", "Kan ikke spesifisere produktet"
61
+ "Item not found", "Produkt ikke funnet"
62
+ "%1$s has been updated in your wishlist.", "%1$s har blitt oppdatert i din ønskeliste."
63
+ "An error occurred while updating your wishlist.", "En feil oppsto når du oppdaterte ønskelisten."
64
+ "Cannot specify your wishlist item.", "Kan ikke spesifisere ønskelisteproduktet."
65
+ "The product does not exist.", "Produktet finnes ikke."
66
+ "Wishlist item removed", "Ønskelisteproduktet har blitt fjernet"
67
+ "An error occurred while deleting the item from wishlist: %s", "En feil oppsto når produktet skulle slettes fra ønskelisten: %s"
68
+ "An error occurred while deleting the item from wishlist.", "En feil oppsto når produktet skulle slettes fra ønskelisten."
69
+ "Can't save description %s", "Kan ikke lagre beskrivelsen %s"
70
+ "Can't delete item from wishlist", "Kan ikke slette produktet fra ønskelisten"
71
+ "Can't save qty %s", "Kan ikke lagre kvaniteten %s"
72
+ "Wishlist updated successfully", "Ønskeliste oppdatert suksessfullt"
73
+ "Can't update wishlist", "Kan ikke oppdatere ønskelisten"
74
+ "No item updated", "Ingen produkt oppdatert"
75
+ "%s has been added to your wishlist.", "%s har blitt lagt til i din ønskeliste.."
76
+ "An error occurred while adding item to your wishlist: %s", "En feil oppsto når du la til produktet i din ønskeliste: %s"
77
+ "An error occurred while adding item to your wishlist", "En feil oppsto når du la til produktet i din ønskeliste"
78
+ "Wishlist not allowed", "Ønskeliste ikke tillatt"
79
+ "Wishlist doesn't exist", "Ønskeliste eksisterer ikke"
80
+ "Customer not logged in", "Kunde ikke logget inn"
81
+ "Coupon is not valid: ", "Kuppongen er ikke gyldig: "
82
+ "Coupon could not be applied.", "Kuppongen kunne ikke brukes."
83
+ "%s: Minimum quantity allowed for purchase is %s.", "%s: Minimum kvanitet tilltatt for kjøp er %s."
84
+ "%s: Maximum quantity allowed for purchase is %s.", "%s: Maksimum kvanitet tillatt for kjøp er %s."
85
+ "%s was added to your shopping cart.", "%s var lagt til i handlekurven din."
86
+ "No cart data found.", "Ingen handlekurvinfo funnet."
87
+ "Your shopping cart has been updated.", "Din handlekurv har blitt oppdatert."
88
+ "No bundle-product cart item ID found.", "Ingen produkt i handlekurven med ID funnet."
89
+ "The product you are trying to delete could not be found in the cart (item id is %s not found in cart).", "Produktet du forsøker å slette kunne ikke ble funnet i handlekurven (produkt-ID er %s ikke funnet i handlekurven)."
90
+ "The product has been deleted from your shopping cart.", "Produktet har blitt fjernet fra handlekurven din."
91
+ "Category not found.", "Kategori ikke funnet."
92
+ "Category not available.", "Kategori ikke tilgjengelig."
93
+ "No category found.", "Ingen kategori funnet."
94
+ "Your search returns no results.", "Ditt søk gir ingen resultater."
95
+ "Query cannot be empty.", "Etterspørsel kan ikke være tom."
96
+ "Methods are not complete yet. Cart shipping address is not yet completed and saved.", "Metoder er ikke fullført enda. Handlekurvens fraktadresse er ikke fullført og lagret enda."
97
+ "Methods are not complete yet. Cart is empty.", "Metoder er ikke fullført enda. Handlekurven er tom."
98
+ "Shipping method has no shipping carrier object: %s", "Fraktmetode har ingen fraktleverandør: %s"
99
+ "Carrier object has no collectRates method: %s", "Fraktleverandør har ingen collectRates-metoder: %s"
100
+ "Shipping method has no rates object: %s", "Fraktmetode har ingen prisobjekt: %s"
101
+ "Shipping method has no getAllRates function: %s", "Fraktmetode har ingen getAllRates-funksjon: %s"
102
+ "Shipping method has no rates: %s", "Fraktmetode har ingen pris: %s"
103
+ "Shipping method can not be empty.", "Fraktmetode kan ikke være tom."
104
+ "This shipping method is currently not available.", "Denne fraktmetoden er for øyeblikket ikke tilgjengelig."
105
+ "Customer shipping address not found.", "Kundens fraktadresse er ikke funnet."
106
+ "Customer shipping address email not found.", "Kunders fraktadresse e-post er ikke funnet."
107
+ "Customer billing address not found.", "Kundens faktureringsadresse er ikke funnet."
108
+ "Payment method cannot be empty.", "Betalingsmetode kan ikke være tom."
109
+ "Email cannot be empty.", "E-post kan ikke være tom."
110
+ "This payment method is currently not available.", "Denne betalingsmetoden er for øyeblikket ikke tilgjengelig."
111
+ "Please add ", "Vennligst legg til "
112
+ "Request info not matches the order.", "Den etterspurte informasjonen matcher ikke orderen."
113
+ "No payment provider to redirect found.", "Ingen betalingsleverandør å sendes til funnet."
114
+ "Request info does not match the quote. Probably the cart is ordered or the session is expired.", "Den etterspurte informasjonen matcher ikke bestillingen. Handlekurven kan allerede ha blitt bestilt eller så har det vært et tidsavbrudd."
115
+ "Cart is no longer active.", "Handlekurven er ikke lenger aktiv."
116
+ "Replaced by new order.", "Bytt ut med en ny ordre."
117
+ "Cannot save the address: ", "Kan ikke lagre adressen: "
118
+ "The address does not belong to this customer.", "Denne adressen tilhører ikke denne kunden."
119
+ "Default billing address can not be removed.", "Standard faktureringsadresse kan ikke fjernes."
120
+ "Default shipping address can not be removed.", "Standard fraktadresse kan ikke fjernes."
121
+ "An error occurred while deleting the address.", "En feil oppsto når adressen skulle slettes."
122
+ "Address ID can not be empty.", "Adresse-ID kan ikke være tom."
123
+ "New password field cannot be empty.", "New password field cannot be empty."
124
+ "Invalid current password", "Invalid passord"
125
+ "The account information has been saved.", "Kontoinformasjonen har blitt lagret."
126
+ "Could not retrieve list: ", "Kunne ikke skaffe liste: "
127
+ "Order not found (no ID).", "Ordre ikke funnet (ingen ID)."
128
+ "Invalid email address.", "Ugyldig e-postadresse."
129
+ "Please enter your email.", "Vennligst legg ved din e-postadresse."
130
+ "This account needs confirmation. See in confirmation email.", "Denne kontoen krevet bekreftelse. Se bekreftelses-e-posten."
131
+ "No products found.", "Ingen produkter er funnet."
132
+ "Category not found.", "Kategori er ikke funnet."
133
+ "Cannot find customer ID, please try again!", "Kan ikke finne kunde-ID, vennligst prøv igjen!"
134
+ "You must leave at least one payment method available.", "Du må ha minst en betalingsmetode tilgjengelig."
135
+ "You must leave at least one shipping method available.", "Du må ha minst en fraktmetode tilgjengelig."
136
+ "None", "Ingen"
137
+ "Base Image", "Basebilde"
138
+ "Small Image", "Lite bilde"
139
+ "Thumbnail", "Visningsbilde"
140
+ "Shipping Excl. Tax (%s)", "Frakt uten skatt (%s)"
141
+ "Shipping Incl. Tax (%s)", "Frakt med skatt (%s)"
142
+ "Subtotal (Excl. Tax)", "Subtotal (uten skatt)"
143
+ "Subtotal (Incl. Tax)", "Subtotal (med skatt)"
144
+ "Grand Total Excl. Tax", "Totalsum uten skatt"
145
+ "Grand Total Incl. Tax", "Totalsum med skatt"
146
+ "Unable to set Payment Method.", "Ikke mulig å opprette betalingsmetode."
147
+ "Reports", "Rapporter"
148
+ "Order Details", "Ordredetaljer"
149
+ "Sales Reports", "Salgsdetaljer"
150
+ "Orders Reports", "Ordrerapporter"
151
+ "Customers Reports", "Kunderapporter"
152
+ "Version", "Versjon"
153
+ "The plugin version", "Plug-in-versjon"
154
+ "User Name", "Brukernavn"
155
+ "This username will be checked from every App while a session is set up between the App and the Magento store.", "Dette brukernavnet vil bli sjekket fra enhver app når en tilkobling eksisterer mellom appen og Magento-butikken."
156
+ "Api Key", "Api-nøkkel"
157
+ "This key will be checked from every App while a session is set up between the App and the Magento store.", "Denne nøkkelen vil bli sjekket fra enhver app når en tilkobling eksisterer mellom appen og Magento-butikken."
158
+ "Use token for Api communications", "Bruk token for Api-kommunikasjoner"
159
+ "Use token will add check and refresh the token with every request.", "Bruk token vil legges til ved sjekk og oppdater token ved hver etterspørsel."
160
+ "Catalogue Settings", "Kataloginnstillinger"
161
+ "Include all active categories", "Inkluder alle aktive kategorier"
162
+ "Include all ""Active"" categories regardless of whether or not they are included in navigation", "Inkluder alle ""aktive"" kategorier selv om de ikke er inkludert i navigasjonen"
163
+ "Display attribute on Product Listing", "Vis egenskaper på produktlistene"
164
+ "This attribute will be displayed in product listing", "Denne egenskapen vil vises på produktlistene"
165
+ "Display attribute on Product Details", "Vis egenskaper på produktdetaljene"
166
+ "This attribute will be displayed in product details", "Denne egenskapet vil vises på produktdetaljene"
167
+ "Mobile App Checkout Settings", "Mobilapp utsjekks-innstillinger"
168
+ "Excluded shipping methods", "Ekskluder fraktmetoder"
169
+ "Select one or more, but not all shipping methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Velg en eller flere, men ikke alle fraktmetoder som er brukbare til å brukes i en mobil app. Denne kan settes opp når som helst under eller etter opprettelsen av JMango360-applikasjonen."
170
+ "Excluded payment methods", "Ekskluder betalingsmetoder"
171
+ "Select one or more, but not all payment methods that are not suitable/compatible to be used in mobile app environment. This can be set anytime during or after creation of JMango360 application.", "Velg en eller flere, men ikke alle betalingsmetoder som er brukbare til å brukes i en mobil app. Denne kan settes opp når som helst under eller etter opprettelsen av JMango360-applikasjonen."
172
+ "Web checkout URL", "Web checkout-URL"
173
+ "Enter custom checkout url of website if Jmango360 plugin could not detect. Ex: checkout/onepage.", "Legg inn egendefinert checkout-URL av nettsiden hvis JMango360 plug-in ikke kan blir funnet. Eks: checkout/onepage."
174
+ "Product image gallery settings", "Produktbildegalleri-innstilinger"
175
+ "Detail page image cache-width", "Detail page image cache-width"
176
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default """cached"" size for ""big"" images on the detail pages."
177
+ "Detail page image cache-height", "Detail page image cache-height"
178
+ "Set the default ""cached"" size for ""big"" images on the detail pages.", "Set the default ""cached"" size for ""big"" images on the detail pages."
179
+ "Catalogue image cache-width", "Catalogue image cache-width"
180
+ "Set the default ""cached"" size for images on the catalogue pages.", "Set the default ""cached"" size for images on the catalogue pages."
181
+ "Catalogue image cache-height", "Catalogue image cache-height"
182
+ "Set the default ""cached"" size for images on the catalog pages.", "Set the default ""cached"" size for images on the catalog pages."
183
+ "Thumbnail image cache-width", "Thumbnail image cache-width"
184
+ "Set the default ""cached"" size for thumbnails on the detail pages.", "Set the default ""cached"" size for thumbnails on the detail pages."
185
+ "Thumbnail image cache-height", "Thumbnail image cache-height"
186
+ "Set the default """cached"" size for thumbnails on the detail pages.", "Set the default """cached"" size for thumbnails on the detail pages."
187
+ "Choose image type to be displayed if catalogue thumbnail is not available", "Velg bildetype som skal vises dersom katalogvisningsbildet ikke er tilgjengelig."
188
+ "Choose what kind of image of product that I would like to show in catalogue listing in mobile app.", "Velg hvilket produktbilde som skal vises i kataloglisten i den mobile appen."
189
+ "Choose image type to be displayed on catalogue page", "Velg bildetype som skal vises på katalogsiden"
190
+ "Choose what kind of image of product that I would like to show in product listing in mobile app.", "Velg hvilket produktbilde som skal vises i produktlisten i den mobile appen."
191
+ "Stock Settings", "Stock-innstillinger"
192
+ "Display products availability in stock in mobile app", "Vis produkttilgjengelighet i stock i mobilappen"
193
+ "Developer", "Utvikler"
194
+ "Enable debug logging", "Slå på debug-logg"
195
+ "Log requests to japi.log. Disable in production.", "Logg inn-forespørsel til japi.log. Slå av i produksjon."
196
+ "Sales", "Salg"
197
+ "Order Details", "Ordredetaljer"
198
+ "Settings", "Innstillinger"
199
+ "Use Onepage checkout for mobile app","Bruk Onepage-sjekkut for mobil app"
200
+ "Select to use JMango360 Onepage responsive web checkout for mobile app instead of default Magento checkout","Velg bruken av JMango360 Onepage web utsjekk for mobil app i stedet for vanlig Magento utsjekk"
201
+ "Custom Layout Update","Egendefinert Layout-oppdaterting"
202
+ "Enter xml layout update code here, it will only affect JMango360 Onepage checkout page","Legg inn xml layout-kode her, det vil kun påvirke JMango360 Onepage-utsjekksside"
203
+ "Custom CSS","Egendefintert CSS"
204
+ "Enter css code here, it will only append to JMango360 Onepage checkout page","Enter CSS-kode her, den vil bare vises på JMango360 Onepage utsjekksside"
205
+ "Hide non value additional attributes","Skjul ikke-verdi ekstra egenskaper"
206
+ "Attribute whose value is N/A or blank will not be displayed on Additional Information on product detail page","Egenskaper med verdi N/A eller blank vil ikke bli vist i Ekstra informasjon om produktdetaljer-siden"
207
+ "Mobile App Login Settings","Mobil app-logg inn innstillinger"
208
+ "App users must login to see product prices","App-brukere må logge inn for å se priser og Legg-til-i-kassen-knappen"
209
+ "This will prevent mobile app user using app without an account.","Denne vil unngå at mobile app-brukere bruker appen uten konto."
210
+ "Discount Codes","Discount Codes"
211
+ "Enter your coupon code if you have one.","Enter your coupon code if you have one."
212
+ "Apply Coupon","Apply Coupon"
213
+ "Cancel Coupon","Cancel Coupon"
214
+ "Enable Order From in orders list","Slå på Ordre fra i ordre-listen"
215
+ "Select to view which orders are from JMango360","Velg å se hvilke ordre er fra JMango360"
216
+ "Enable JMango360 User in Customers list","Slå på JMango360-bruker i kundelisten"
217
+ "Select to view which customers are from JMango360","Velg å se hvilke kunder er fra JMango360"
218
+ "Adding extra attributes to registration form","Legg til ekstra egenskaper i registreringsskjemaet"
219
+ "Adding these attributes to customer registration form in mobile app","Legg til ekstra egenskaper i kunderegistreringsskjermaet i mobilappen"
220
+ "Show image of child product in Grouped Product Detail on mobile","Vis bilde av barneproduktet i gruppe-produktdetalj på mobil"
221
+ "Please wait","Vennligst vent"
222
+ "A new version of the JMango360 Mobile plugin %s is available. Please update.","En ny versjon av JMango360 mobilplug-in %s er tilgjengelig."
223
+ "Group ID not found.","Group ID not found."
224
+ "Group not found.","Group not found."
225
+ "Sales Settings","Salgsinnstillinger"
226
+ "Customer Settings","Kundeinnstillinger"
227
+ "Street Address #2 Label", "Gateadresse #2-notat"
228
+ "Set the label for 2nd street address.", "Sett notat for 2. gateadresse."
229
+ "Street Address #2 as Required", "Gateadresse #2 er påkrevd"
230
+ "Set if the street address field is required input.", "Sett hvis gateadressefeltet også er påkrevd."
231
+ "Street Address #2 Validation", "Gateadresse #2 validering"
232
+ "Set type of input for the street address field.", "Sett type input for gateadressefelt"
233
+ "Street Address #3 Label", "Gateadresse #3-notat"
234
+ "Set the label for 3rd street address.", "Sett notat for 3. gateadresse."
235
+ "Street Address #3 as Required", "Gateadresse #3 er påkrevd"
236
+ "Street Address #4 Label", "Gateadresse #4-notat"
237
+ "Set the label for 4th street address.", "Sett notat for 4. gateadresse."
238
+ "Set if the street address field is required input.", "Sett hvis gateadressefeltet også er påkrevd."
239
+ "Please close this form and login with your new account.", "Vennligst legg ned dette skjemaet og logg inn med din nye konto."
240
+ "Enable Hide on App on Manage Products","Enable Hide on App on Manage Products"
241
+ "On Manage Products enable Hide on App","On Manage Products enable Hide on App"
242
+ "Enable this option to choose if a product is hidden on app or not","Enable this option to choose if a product is hidden on app or not"
243
+ "Enable this option to choose whether or not this product is visible in the app","Enable this option to choose whether or not this product is visible in the app"
244
+ "Hide on JMango360","Hide on JMango360"
245
+ "Hide on JMango360 App","Hide on JMango360 App"
246
+ "Override Default Sort Direction","Override Default Sort Direction"
247
+ "Choose to use direction here instead of mobile default sort direction.","Choose to use direction here instead of mobile default sort direction."
248
+ "Re-run SQL upgrade","Re-run SQL upgrade"
249
+ "Re-run successfully.","Re-run successfully."
250
+ "Back to app","Back to app"
251
+ "Overall Rating","Overall Rating"
252
+ "Review Title","Review Title"
253
+ "Review","Review"
254
+ "Nickname","Nickname"
255
+ "I agree to the terms & conditions","I agree to the terms & conditions"
256
+ "Would you recommend this product to your friends?","Would you recommend this product to your friends?"
257
+ "I recommend this product","I recommend this product"
258
+ "I do not recommend this product","I do not recommend this product"
259
+ "JMango360 Native Payment", "JMango360 Native Payment"
260
+ "Anonymous","Anonymous"
261
+ "Originally posted on %s.","Originally posted on %s."
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Jmango360_Japi</name>
4
- <version>3.5.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
7
  <channel>community</channel>
@@ -30,9 +30,9 @@ Other generic mobile apps that you can add and configure:&#xD;
30
  For more details on JMango360 please visit our website http://www.jmango360.com or out knowledge site http://support.jmango360.com</description>
31
  <notes>* Bug fixes</notes>
32
  <authors><author><name>Duc Ngo</name><user>jmango360</user><email>duc@jmango360.com</email></author></authors>
33
- <date>2017-07-14</date>
34
- <time>05:04:15</time>
35
- <contents><target name="magecommunity"><dir name="Jmango360"><dir name="Japi"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Hide.php" hash="2e9fb95869151bb2a2c7cf7fca6f998f"/></dir></dir></dir></dir></dir><dir name="Order"><file name="Grid.php" hash="22273d3d0acaf1b0a093e524f87c6aff"/></dir><file name="Order.php" hash="04e94160608b989286aebeb190299565"/><dir name="Report"><dir name="Chart"><file name="Customers.php" hash="9a4c7c4af19c584aeb2dd5bc0f6d4735"/><file name="Orders.php" hash="ae5f516c56c5c8c72c14a7b0aa275ac6"/><file name="Sales.php" hash="7d5db491deeaa90571e965bbc2c07e23"/></dir><dir name="Customers"><file name="Chart.php" hash="69f2a7121d61f24d9b75de7281def8e5"/><file name="Grid.php" hash="f1adb7504646338330b7e7ef64a4fc5c"/></dir><file name="Customers.php" hash="6ffd72b1280b6cce39665fd35b5c4a78"/><dir name="Filter"><dir name="Form"><file name="Orders.php" hash="92574de82aa73cdd9de0cc59e20dadc4"/></dir><file name="Form.php" hash="7bf3f161f66abf97fc7db57e0acd59cf"/></dir><dir name="Orders"><file name="Chart.php" hash="75bd0bbe8649f423918dec555d3e9592"/><file name="Grid.php" hash="35590c1a54c8490c3982f0df038b8328"/></dir><file name="Orders.php" hash="6416ac5f6889d5a06f2a32f5ff00cbe2"/><dir name="Sales"><file name="Chart.php" hash="416f4ff4cdaa7f8f099dad3ffccacd68"/><file name="Grid.php" hash="baa9caa57906627ed3f31ec4fd87a500"/></dir><file name="Sales.php" hash="c1d1df3e7b90451e42142bb414a28d6b"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Button"><file name="Paypal.php" hash="26ddf9a5b820c3fb23c1c4e0a46d6db4"/></dir><file name="Button.php" hash="2b02a6c90256c9bcc6d99d2d9301413e"/><file name="Log.php" hash="9a228a569090c0fc9a905c5fb29a7c4d"/><file name="User.php" hash="cb7dfc72c7acde78efbabc49617cba3c"/><file name="Version.php" hash="b9802c302ef7ecacf106993e8506d314"/></dir></dir></dir><dir name="Widget"><dir name="Form"><dir name="Renderer"><dir name="Element"><file name="Chart.php" hash="f6f4c2ff80cb71f3e0758809b8ad480d"/></dir></dir></dir></dir></dir><file name="Banner.php" hash="0cafa22b3012e1a3b39f0e72a03534fa"/><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="43581de27feb1a0187bb0aee68bab0e9"/><file name="Category.php" hash="5d01fc7d90af7eccd412ef61056b825b"/><file name="Decimal.php" hash="d40a09709bda7b1011e4d2c970308638"/><file name="Price.php" hash="02dfe6d9429f0190ecf9a41f73653330"/></dir><file name="View.php" hash="e217dfaf2a2ee6c2fa59ba9db0244eb9"/></dir><dir name="Product"><file name="List.php" hash="e1336372e4aa63e0e35c7e9ea1bd3852"/></dir></dir><dir name="Catalogsearch"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="4ba3d242a3343b1786cf081047650bb9"/></dir></dir><file name="Layer.php" hash="4d48db1a2b35151c363ed045646199a9"/></dir><dir name="Checkout"><dir name="Cart"><file name="Totals.php" hash="ed2ac76f7ebb2830c763deb80e1ea59e"/></dir><dir name="Onepage"><file name="Additional.php" hash="22a3c60e8fd44f5dfaec4b51d6fc1a62"/><file name="Addjs.php" hash="077d09b15ec8823c76854a575359cb1a"/><file name="Address.php" hash="bf596c77e982d4350fc532a3deb79e47"/><file name="Billing.php" hash="78b745f2b7b4c9fdbcd0185bbf341a17"/><file name="Button.php" hash="039d56b9b7982d5e32433d71f4b53959"/><file name="Shipping.php" hash="4fa143e48eb395304d02dfb03d8d6e95"/></dir><file name="Onepage.php" hash="f6c3ef9390a3ac38560a34fbecf00eba"/><dir name="Total"><file name="Grandtotal.php" hash="0714677162e5c6e0ca9e1076083ee26e"/><file name="Shipping.php" hash="1bb99456f936de791df3b1e9cb4103d5"/><file name="Subtotal.php" hash="aa7cdd3b66df0ea397ad909848234a0e"/><file name="Tax.php" hash="91c12499a56a034d4733f8040feb7156"/></dir></dir><dir name="Customer"><dir name="Widget"><file name="Name.php" hash="aca4eea6675b64e1bc6d165307e1b958"/></dir></dir><file name="Form.php" hash="e16eaa258cf650bd2106372fcf43ae9b"/><dir name="GiftMessage"><dir name="Message"><file name="Inline.php" hash="8f20e9383634f46b624f15d77b616380"/></dir></dir><file name="Js.php" hash="8e8091283a5a3142fec7486077a9586e"/><dir name="Payment"><file name="Form.php" hash="f014c3faaad4e31a14052a76137f5dac"/><file name="Info.php" hash="2171f7379f4017b7a541926a9224cd54"/></dir><dir name="Socolissimosimplicite"><file name="Iframe.php" hash="91e096613f73e1edc7fcce4c6a17ce39"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="ccb6cc7460e7bbf30293983bbe61a07d"/></dir><file name="Exception.php" hash="bd30a2efecdf9a8197f066d9574cd1ab"/><dir name="Helper"><dir name="Adminhtml"><dir name="Report"><file name="Order.php" hash="9f7a02c48f3f8e0545488375b03d7333"/></dir></dir><file name="Data.php" hash="bf5c647cc712595627b1b7c4b11c130b"/><file name="Debug.php" hash="1002a59a5dee41f34da875979e907cbf"/><dir name="GiftMessage"><file name="Message.php" hash="5d1df4710b0aa3154ce0fa744b0244f3"/></dir><file name="Js.php" hash="55565b7d668b993fae6c180b30766d17"/><dir name="Product"><file name="Bundle.php" hash="c89baf5638e81d030f5a72b011af7cfd"/><file name="Configurable.php" hash="ac9d2847adc70af0470f9d1106845cf7"/><file name="Downloadable.php" hash="db531632adda525a91625da8d13296d6"/><file name="File.php" hash="0968c5688015b9c7a002457428607f80"/><file name="Grouped.php" hash="8e9cfa89b62e210744b799a1134ec064"/><file name="Media.php" hash="291003011bdca7299280ef0136089edf"/><file name="Options.php" hash="1bc8973b5a9227b0b7de93f2307c7fb9"/><file name="Review.php" hash="e415a0215a8dfbdac5ed76e6c065c705"/><file name="TierPrice.php" hash="4a7e94d83eed9e7ba47ee196b4ae15d9"/></dir><file name="Product.php" hash="d2d05afd13fb22877b6857693252a2cc"/><dir name="Review"><file name="Bazaarvoice.php" hash="c2e918b6a5f6fc8671ab016c30fbc1ca"/></dir><file name="Tax.php" hash="05c99785012d55fce12c4f094385e25c"/></dir><dir name="Model"><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="f058e0ced4579a556cbb969a98c7fc66"/><file name="Decimal.php" hash="849e1dbc11c99fb8f7a1f9d33e0d7908"/><file name="Price.php" hash="2bdc6f1ff06ad5aa736972c72558fd25"/></dir></dir></dir><dir name="Catalogsearch"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="81b287f96c40094c2a3743ddc6f6c6cb"/></dir></dir></dir><dir name="Core"><file name="Session.php" hash="7c5531af03c6a98e14dda3d358270938"/></dir><file name="Dispatcher.php" hash="81004902926427ba06a1a90d6e799554"/><dir name="Magpleasure"><dir name="Tierprices"><file name="Price.php" hash="1bfd6ed086649f518b3e98436513a491"/></dir></dir><dir name="Observer"><dir name="Controller"><file name="Front.php" hash="1098d9b5f6a214e53fb8657fe1fd250d"/></dir></dir><file name="Observer.php" hash="8692e999a2497a472c0bcd64f3d24bea"/><dir name="Payment"><dir name="Adyen"><file name="Pin.php" hash="58b9e48e5d7161a1024f46306cecb56a"/></dir><file name="Braintree.php" hash="212d788906a3d94e2e10135d4de6bb58"/><file name="Paypal.php" hash="3a349b8e55f5abae4a960962e2191cd0"/></dir><file name="Payment.php" hash="0e2f9ff405b47e63bb8a3d27e82fb6ea"/><dir name="Renderer"><file name="Json.php" hash="b7c471548eecae7c9d05072aa6695cbb"/></dir><file name="Renderer.php" hash="47c320f795f1328a8df37d4b9af56abc"/><file name="Request.php" hash="ece58a0074c2ba238c102983e05d15a8"/><dir name="Resource"><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="5bd13fbb5e8012ad24dc7908bc5ea755"/><file name="Decimal.php" hash="551120b728226ed408292fac732a05d7"/><file name="Price.php" hash="321f70b515b4d3deb9c7cc58eb803bf2"/></dir></dir></dir><dir name="Report"><dir name="Order"><file name="Collection.php" hash="1c5e69f548f2b4a0da8f789d7d03b643"/></dir></dir><dir name="Sales"><dir name="Report"><dir name="Order"><dir name="Collection"><file name="Aggregated.php" hash="61848c0b80699acbf478f279231c161d"/><file name="Live.php" hash="ea323ca0eec324ece97f08ece6639fb9"/></dir></dir><file name="Order.php" hash="53641b24d23bd811c278f65b56d5765f"/></dir></dir><file name="Setup.php" hash="3a97ea2e652869965f5b47b9e3099896"/></dir><file name="Response.php" hash="7209bb2e9c5b97b2a46d10ff97aa6740"/><dir name="Rest"><dir name="Cart"><file name="Coupon.php" hash="a5be6cfe674b46b6ba290b0388edf8ad"/><file name="Update.php" hash="48d85c58183c9696eea1fd2d4da6dfa1"/></dir><file name="Cart.php" hash="39e0f2f2b7630e5884d907f42bc5e11a"/><dir name="Catalog"><dir name="Category"><file name="Assignedproducts.php" hash="930ff28a4e8b2e401629c352c36569ca"/><file name="Tree.php" hash="5dce196312e33d3f7ac4a2235312e587"/></dir><dir name="Search"><file name="Products.php" hash="8b8f43f4f563dc27002884a57d42c858"/><file name="Terms.php" hash="71cadbe1fa7b19c96f2201f087c832ff"/></dir></dir><file name="Catalog.php" hash="a71eed5f39431b40a80b06f566baa653"/><dir name="Checkout"><file name="Methods.php" hash="e8ea7716b28587ecfb73bff7bb37b059"/><file name="Onepage.php" hash="746c2ca251a1785d55d7a5dd2a38a927"/><file name="Redirect.php" hash="19932aa45299e5ea3995f52cb9987183"/><file name="Submit.php" hash="f76e5952a9864e8d747c6123757e13bc"/></dir><file name="Checkout.php" hash="7241b560aedbc7eb728af8ea937af335"/><dir name="Cms"><file name="Page.php" hash="a4fc6cf59e6aa37c2857e104d766560c"/></dir><file name="Cms.php" hash="a12fd4b2a437c8a6c0b2b65a1e471c23"/><dir name="Customer"><file name="Address.php" hash="cef92ca089a5cd7cd1218339104c4894"/><file name="Edit.php" hash="226f77d8cee872c4c622c062cfe1eff0"/><file name="Group.php" hash="c717d5faf52919787aa0f87270856ca3"/><file name="List.php" hash="17f0096755be01327c163a701b9f3780"/><file name="Login.php" hash="77df1e0afcf40e6129fb61397217f053"/><dir name="Order"><file name="List.php" hash="1e6ea53a87108ca487d9a58ac42f382f"/></dir><file name="Order.php" hash="da1565601bac963b72f64b0e6a147704"/><file name="Password.php" hash="6df128903742a8723f0a59c4203f8b12"/><file name="Register.php" hash="e25d0045e0d8ff650ca208b9fe75e3ae"/></dir><file name="Customer.php" hash="ecf57dcf8bbba1ebb12ed10630bd1715"/><file name="Mage.php" hash="731d7a85645d95af3a8fb281d0efaf42"/><dir name="Product"><file name="Crosssell.php" hash="1fbc8c3886de3703a77e911ac459422c"/><file name="List.php" hash="8d84ec9326a6747de6d2ca0a5aceee6c"/><file name="Price.php" hash="d47c9903d5719b0cee73836419e27bb1"/><file name="Purchased.php" hash="feb7fd9176da74e59722984732d04a9a"/><file name="Related.php" hash="8a6b52fc39f099f4339a91ad5709537a"/><file name="Review.php" hash="549ffdfaea3d95ac1f18e9d4ef18d6eb"/><file name="Search.php" hash="f760256b6158dacf44754cc026286c97"/><file name="Upsell.php" hash="319fe08a0a4c52c41ec4418b312e1842"/><file name="Url.php" hash="4b920cc4913b77b1e463afad27ad5b78"/><file name="Viewed.php" hash="c2a9c99a56b57d8288eec75657f9bd47"/></dir><file name="Product.php" hash="742def7273607bc2f6a79826d0886bf9"/><file name="Wishlist.php" hash="ee26b4efcbf3b2c39aec2c1e3402c35b"/></dir><file name="Server.php" hash="c242c56df9293c5e5dd8bee62012e82f"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Icon.php" hash="242de9b094f94e397dc606dc926cc33f"/><file name="Payment.php" hash="5964322419785004a6c3f84a940d8d13"/><file name="Shipping.php" hash="016f22646fbac10cd81c6b7904c9abde"/></dir><dir name="Source"><dir name="Address"><file name="Attributes.php" hash="1a29b64d271693fba3ea76599d3408e2"/><file name="Validatetype.php" hash="6f4d9767ac0e476ec6a6cd3964882721"/></dir><file name="Attributes.php" hash="4b4de29e00623c971038d6fe895e5e76"/><dir name="Bazaarvoice"><file name="Env.php" hash="bc619503d1b175e74f7eaf2ba15ae8b4"/></dir><dir name="Catalog"><file name="Direction.php" hash="68cd86444037506ec39de8eba3c07d8b"/><file name="Sortby.php" hash="d2aba9a3798b8e2eee8c275fbbd202e1"/></dir><file name="Catalogimage.php" hash="500f9994ea13e463a5e5e5d3963cfbd1"/><dir name="Customer"><file name="Attributes.php" hash="8963356aabf88647ab5ecbbbe8cfb9f1"/></dir><file name="Defaultimage.php" hash="04c896116c01b16e2ac8d7f23bbc29d6"/><file name="Payment.php" hash="70e82f4887eb297d6a58160f64bfd204"/><file name="Shipping.php" hash="7d8e5a2dc8a57099d908bef2403aad46"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Japi"><file name="LogController.php" hash="b17e024285aea7b6834cf5bc9b868916"/><file name="OrderController.php" hash="e6b7c1f5a7156a06fa3f51c32e6bbba9"/><file name="PaymentController.php" hash="a6f7cce53b85e2011bfb457cef98683a"/><file name="ReportController.php" hash="e88b2425e0a39f7f2b0c2902a6d2d5e9"/><file name="TroubleshootingController.php" hash="bb8951d1523a56a0f55e827614a38d66"/></dir></dir><file name="CheckoutController.php" hash="5a02690e1fdbd1e951da9d7c022400c6"/><dir name="Customer"><file name="AccountController.php" hash="2e055c5b22a2414263a1b7d3fd0607f9"/></dir><file name="CustomerController.php" hash="e3204496e61f58a572ef8f9b3cefe38f"/><file name="ImageController.php" hash="a5b48d4e075faf989c908bd0954d3878"/><file name="KcoController.php" hash="38e15112f3438edd6723478cf18c6cab"/><file name="KlarnaController.php" hash="90474b512fdc813039a86ae8f24a0b39"/><dir name="Rest"><file name="CartController.php" hash="3994aafe8e31094b765fc0120c888fa3"/><file name="CatalogController.php" hash="8df5b798bb0330f5e3182717e1e15bf7"/><file name="CheckoutController.php" hash="65b3a3592cdfc0a51c254451505dedea"/><file name="CmsController.php" hash="cb1bc3f67136434c4d8af1b5660eab1e"/><file name="CustomerController.php" hash="ca2b76f8f4e8a84d81749b37910287bd"/><file name="MageController.php" hash="e267156b2acf82d309b6c8c4680a7371"/><file name="ProductController.php" hash="81c0a0b0afcdfe99d6c651244baa075c"/><file name="WishlistController.php" hash="d7b0c8ff628b4244d120843d54a41248"/></dir><file name="TestController.php" hash="ffb60653808c0e0af00cc73d4755ef99"/></dir><dir name="data"><dir name="japi_setup"><file name="data-install-2.0.0.php" hash="bcf6de66f6b296182268b11b3e80bbeb"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="9d1888abb4ed93ec7b3e1fa678fb1411"/><file name="config.xml" hash="2d7aa9a9f8f5832bbb5854f11c3141c3"/><file name="system.xml" hash="61edbb36eebc78b9f268ea6778d48a0d"/></dir><dir name="sql"><dir name="japi_setup"><file name="install-1.0.0.php" hash="ce407ff5715c837d02b1aba7975bf512"/><file name="upgrade-2.0.1.2-2.0.2.php" hash="6fc0e0306b685279fc60f298643d181a"/><file name="upgrade-2.1.6-2.2.0.php" hash="947afcf7e20dfc2c3a3e45d8e5c316cd"/><file name="upgrade-2.2.0-2.2.1.php" hash="12a28845acf823eefc5f613b048efe52"/><file name="upgrade-2.8.2-2.9.0.php" hash="2761423f65920af0f8ba05d438710869"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jmango360_Japi.xml" hash="b60701b3a14084fa1a440ca5fe5bf47b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="jmango360_japi.xml" hash="d6e1656e4a8e79dd9e37e0b09a5f57a6"/></dir><dir name="template"><dir name="japi"><dir name="report"><file name="chart.phtml" hash="102704d97cf69793a50fa96538bd767f"/><dir name="grid"><file name="container.phtml" hash="79050f4e2bc7b70ae452e850fc27e0b7"/></dir></dir><dir name="system"><dir name="config"><dir name="form"><dir name="button"><file name="paypal.phtml" hash="247d0fd0a221f61bfa5b97dae8d95640"/></dir></dir></dir></dir><dir name="widget"><dir name="form"><dir name="renderer"><dir name="element"><file name="chart.phtml" hash="fb14be221a9ec0faad4ace8579c5dddc"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="jmango360_japi.xml" hash="b3b8841444995cae18a5cdf133a628ab"/></dir><dir name="template"><dir name="japi"><dir name="TIG"><dir name="PostNL"><dir name="av"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="6756588fef4d689418cbb4ea8d4ad92e"/><file name="shipping.phtml" hash="95a2f56b36a8111eba9c582b2b3d1d57"/></dir></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="9a623e8c2184d08c2b288456ba50aef4"/><file name="postcode_check.phtml" hash="cbb8bfd76db65041cafacf976312ceb7"/></dir></dir></dir><dir name="do"><dir name="onepage"><file name="available.phtml" hash="8fce41a1696540a4546b52c025f3dde7"/></dir></dir></dir></dir><dir name="checkout"><dir name="onepage"><file name="additional_agreements.phtml" hash="2169df7f5c0d8b03e046cd000c9bea5f"/><file name="address.phtml" hash="3164ff4fc2d5f798e591a168d9d937d1"/><file name="agreements.phtml" hash="ae43c3b670b0d11a1217ca927a184ff7"/><file name="billing.phtml" hash="105051160f867d8e016593edcb6888b8"/><file name="coupon.phtml" hash="85175029f770fe8ba6a3800197372904"/><file name="js.phtml" hash="ac1740fe3e829d228a57b1e1a9dda58b"/><dir name="payment"><file name="info.phtml" hash="26bb640843ee3fb6e72b4f2739f0a111"/><file name="methods.phtml" hash="1680b5e33d8123fdb58ecbd353ff1ba7"/></dir><file name="payment.phtml" hash="966bfc2c8ca160086fa10bf63022172b"/><dir name="review"><file name="button.phtml" hash="e2089ae34e409df2fa13977a55db5f04"/><file name="info.phtml" hash="306936f465adcc1c09ad37b58609085d"/><file name="item.phtml" hash="244bba60d9151be71777e80e138b6ee7"/><dir name="totals"><file name="grand_total.phtml" hash="4ee3bdd1190a459e243249e288e6caff"/><file name="shipping.phtml" hash="75900b7d4cfb370e803d1489148450ad"/><file name="subtotal.phtml" hash="f91e3bc1a39761fa7cea8fc296091430"/><file name="tax.phtml" hash="37173b32341b2692a7890111f02f2938"/></dir><file name="totals.phtml" hash="0decbe242701193fee270e1f0f520a93"/></dir><file name="review.phtml" hash="d2494b8faac5833e747a5d329ee4fab7"/><file name="shipping.phtml" hash="f955c8b11f494041f1a88939219c1590"/><dir name="shipping_method"><file name="additional.phtml" hash="78c6dab72fefb888f587221639bf9177"/><file name="available.phtml" hash="4feca53deabec45bc3b223e64e32c4f0"/></dir><file name="shipping_method.phtml" hash="7f948fdc0601e48be0834178b56dbfb3"/><file name="style.phtml" hash="9add6c466b63a71629d0647f3bbe1bb6"/></dir><file name="onepage.phtml" hash="d91debcaeaa823b1e5cd2f642b968455"/></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="900db1b8385f75e448f7ca42c8d113da"/></dir><dir name="form"><file name="additional.phtml" hash="0d413b832a447a524de18c74cbd17844"/><file name="edit.phtml" hash="484b2b56cbf34dba73c78dc97552c024"/><file name="register.phtml" hash="8d41d5471f450633a277feb13502d646"/></dir></dir><dir name="fatturazione"><dir name="customer"><dir name="address"><file name="edit.phtml" hash="e7f27a8a61d9554bfbc4f36dfff60e4d"/></dir></dir></dir><file name="form.phtml" hash="eec0416c8830c4ebe004256d86c7ea59"/><dir name="giftmessage"><file name="inline.phtml" hash="78814da47aed68315b7d1d6b2e64c4c7"/></dir><file name="js.phtml" hash="9af5ac67d9b1a4fc689084e135215f99"/><dir name="kega_checkout"><dir name="onepage"><file name="payment.phtml" hash="a8d62337a136e32bed218f2de0523ac8"/></dir></dir><dir name="nwt"><dir name="kco"><dir name="cart"><dir name="item"><file name="default.phtml" hash="212018e8f0c4472a07fc81633d27c550"/></dir></dir><file name="checkout.phtml" hash="c7781347405e7e59322d9fc3b2f42b3c"/></dir></dir><dir name="page"><dir name="html"><file name="head.phtml" hash="b6a8cc30cd31bf642c2f885ed1fda855"/><file name="smart-app-banner.phtml" hash="8423731f246db33efb61026dd9ef5ddc"/></dir><file name="rwd.phtml" hash="be4381f91e46165ddb760ce8fca4da30"/></dir><dir name="symfony"><dir name="postcode"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="dea3cefc72e6317c5ea6e0db553d8758"/><file name="shipping.phtml" hash="56d1f7414cc62887b3d9d8de7e192440"/></dir></dir></dir></dir><dir name="vaimo"><dir name="klarna"><dir name="klarnacheckout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="f9f469de9cd1243cab176fc56071db64"/></dir></dir><file name="cart.phtml" hash="b40f17348beb248c4f1ff22374a1a05d"/><dir name="customer"><file name="balance.phtml" hash="198809cb8ebf8a468b89497c9abba07c"/></dir><dir name="discount"><file name="coupon.phtml" hash="1f3686b00a610d3f038c84e3621ef913"/></dir><file name="header.phtml" hash="fed93df0c84265a0f980b0de103945b8"/><file name="main.phtml" hash="94ad4f3aa30ae7db1131a1fe48ea2a99"/><file name="newsletter.phtml" hash="3a2251b9559e8b87b46ddf08b7cd27e2"/><file name="reward.phtml" hash="38c218d3777f11b03c3686067a706d00"/><file name="shipping_method.phtml" hash="44bb3c6efaab76641e02a07c2007a090"/><file name="sidebar.phtml" hash="410508fd9089e0be030915836abb42e2"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="japi"><dir name="css"><dir name="TIG"><dir name="Buckaroo3Extended"><file name="styles_opc.css" hash="9b0ecbbeb22655e2e896ec8134fa8188"/></dir></dir><file name="gomage-checkout.css" hash="223657dbb0aba2783bb9e8de4b633d93"/><dir name="icomoon"><dir name="fonts"><file name="icomoon.eot" hash="842065e274d718c38968a81a721d49f4"/><file name="icomoon.svg" hash="2deea3fcd9ecc464a422aa37943b5848"/><file name="icomoon.ttf" hash="8ffbfccd78de7c37eadeca837ee40344"/><file name="icomoon.woff" hash="32df67c3aed8769c316b3e7ff1bb637c"/></dir><file name="style.css" hash="178c956df2a327dc88e4ef8069caa9bc"/></dir><file name="send-cloud.css" hash="77f77fa89359fe508708ec522a5e76d8"/><file name="style.css" hash="03b9a1564468c430bfb85c2293d4943e"/><file name="style.less" hash="4e15664e7e649adc6efbf50b27468bf3"/></dir><dir name="images"><file name="ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="bg-down.png" hash="04d7cd2963010b610f608aca03a45c63"/><file name="bg-up.png" hash="2882d38108532275fb1d425bbd021c9d"/><file name="glc_sprite.png" hash="5cd6f3ba1df3a6d26db5bbc193ce9c61"/></dir><dir name="js"><file name="checkout.js" hash="4b5fd941afad32667d86c9b22853f927"/><dir name="vaimo"><dir name="klarna"><file name="klarnautils.js" hash="e29553aa8446af7672c9ba1814fac3a5"/></dir></dir><dir name="varien"><file name="form.js" hash="9abc0bb4419828513b5c6e904a041616"/></dir></dir><dir name="lib"><dir name="bootstrap"><dir name="css"><file name="bootstrap.min.css" hash="5d5357cb3704e1f43a1f5bfed2aebf42"/></dir><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="f4769f9bdb7466be65088239c12046d1"/><file name="glyphicons-halflings-regular.svg" hash="89889688147bd7575d6327160d64e760"/><file name="glyphicons-halflings-regular.ttf" hash="e18bbf611f2a2e43afc071aa2f4e1512"/><file name="glyphicons-halflings-regular.woff" hash="fa2772327f55d8198301fdb8bcfc8158"/><file name="glyphicons-halflings-regular.woff2" hash="448c34a56d699c29117adc64c43affeb"/></dir><dir name="js"><file name="collapse.js" hash="2bc99ca6c9b060ba5616f41ddd5e2703"/><file name="modal.js" hash="b7d8f688e67e78c07ffde44ec4248fd9"/><file name="transition.js" hash="3cb001675410903ecaadcfeb7c296965"/></dir></dir><dir name="jquery"><file name="jquery-1.11.2.min.js" hash="5790ead7ad3ba27397aedfa3d263b867"/><file name="jquery-noconflict.js" hash="32eb0a33820167f328a227e11210d32a"/></dir><dir name="ladda"><file name="ladda.min.css" hash="614e769024385cf21879d6a238b682e1"/><file name="ladda.min.js" hash="a34bcf417de7fc290ac5b034caca2371"/></dir><dir name="scrollto"><file name="scrollTo.js" hash="5c86793da8a4bfec6338bec965d35f6b"/></dir><dir name="smart-app-banner"><file name="smart-app-banner.css" hash="64c15053dbd22b44a519f55e75f6c2ca"/><file name="smart-app-banner.js" hash="4162cb20424080964b5d886125b73b47"/></dir><dir name="spin"><file name="spin.min.js" hash="1d06ceb800acbeae82d1fa2ad5b571de"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Jmango360_Japi.csv" hash="dda2ffbc3f1c2e60ac21e980e46499cc"/></dir><dir name="fr_FR"><file name="Jmango360_Japi.csv" hash="49fa338f05916214904965ca3009eadf"/></dir><dir name="it_IT"><file name="Jmango360_Japi.csv" hash="2ff891468a5c5fe0bd3775cc155341cb"/></dir><dir name="pt_PT"><file name="Jmango360_Japi.csv" hash="3a70c94cf76ccf0649ab2c525f2acece"/></dir><dir name="pt_BR"><file name="Jmango360_Japi.csv" hash="3a70c94cf76ccf0649ab2c525f2acece"/></dir><dir name="ar_SA"><file name="Jmango360_Japi.csv" hash="d364cb3eac3e2048ec4786bd3245c617"/></dir><dir name="nl_NL"><file name="Jmango360_Japi.csv" hash="e7bf7f06b20dfa3ed3f5fcc49b5591a0"/></dir><dir name="sv_SE"><file name="Jmango360_Japi.csv" hash="3414d54579206e71cabaaea3153bc266"/></dir><dir name="da_DK"><file name="Jmango360_Japi.csv" hash="a8f243d230a312f4d5cee8c99a275ee7"/></dir><dir name="es_ES"><file name="Jmango360_Japi.csv" hash="0f763b984f64e095f863c2e66335c791"/></dir><dir name="de_DE"><file name="Jmango360_Japi.csv" hash="d9b0379bdb87bd4e70c12f131db76dd8"/></dir><dir name="el_GR"><file name="Jmango360_Japi.csv" hash="485815339ffff7bc4aac29803866e60d"/></dir></target><target name="magelib"><dir name="Jmango360"><dir name="Braintree"><file name="LICENSE" hash="7203c8834a3b633e63fba98aaedf7246"/><dir name="lib"><dir name="Braintree"><file name="AccountUpdaterDailyReport.php" hash="24081e5126e923c106d38de6d4bfa206"/><file name="AchMandate.php" hash="1c27b15b8508745e678f9637c495f126"/><file name="AddOn.php" hash="82925560fd6d09575150d03851132999"/><file name="AddOnGateway.php" hash="71f1cf435ad4a0f846cbdb61f54582b6"/><file name="Address.php" hash="80b3e24e93c142cc2fdb0401542c74f9"/><file name="AddressGateway.php" hash="5785772be266f1095ec9badc42872eda"/><file name="AmexExpressCheckoutCard.php" hash="e8638efd3aa53c9029c9a779c9a3c0d3"/><file name="AndroidPayCard.php" hash="b2dea285101ac3a6a811b35f854a8f70"/><file name="ApplePayCard.php" hash="ad86024899c22c02b2fe4661fb9795c3"/><file name="Base.php" hash="e32c757071d8f8effc5660cd1ce58c6b"/><file name="ClientToken.php" hash="81e2f643f912c8943560008d2fa7869d"/><file name="ClientTokenGateway.php" hash="bbac8367658b596480b50e1e7dd049b5"/><file name="CoinbaseAccount.php" hash="a0794c8d29dbab81ecf32dac6c4d66c1"/><file name="Collection.php" hash="ba52af974da21b424c7b9a6a881f4f26"/><file name="Configuration.php" hash="1e4c293d778380623a9806674cf1944f"/><file name="ConnectedMerchantPayPalStatusChanged.php" hash="3ebdd7be5c997c811ae134d6a6451f41"/><file name="ConnectedMerchantStatusTransitioned.php" hash="7ead86a6c4fc0c79d0f9277f0efd0068"/><file name="CredentialsParser.php" hash="85c9539be64146fa3ddde216f4ac20c9"/><file name="CreditCard.php" hash="0452233946373d6a6c3ac4e686a7b572"/><file name="CreditCardGateway.php" hash="e8ebf4e755318acfa0c6c014a64c9675"/><file name="CreditCardVerification.php" hash="b06ad08b7120572732498d2035a25952"/><file name="CreditCardVerificationGateway.php" hash="38a299c6e9a500fbf7e962e39f34e4bf"/><file name="CreditCardVerificationSearch.php" hash="93e08c9a258af84003700013d497cd82"/><file name="Customer.php" hash="4fd732fd33dfcf173fcb39cb005c4e3e"/><file name="CustomerGateway.php" hash="78d8a3f62be79d7ae67846ce6359646c"/><file name="CustomerSearch.php" hash="8e8d024b951a4baa458556d4281fe988"/><file name="Descriptor.php" hash="97dc19a001fb6845c0c0eb0ee396f9bf"/><file name="Digest.php" hash="622fb0f1a11cf4dc8ee0a6f5fe7150e8"/><file name="Disbursement.php" hash="851eb18f89594984838ce1c59f8e6d8c"/><file name="DisbursementDetails.php" hash="ce5af619a858d883453c21c0f9217163"/><file name="Discount.php" hash="ba59054dd8d42d600c6dfb5813267150"/><file name="DiscountGateway.php" hash="8c354a122a23e3ad2136905e1c9b1d95"/><dir name="Dispute"><file name="TransactionDetails.php" hash="3a554f1576f6269d1d7137d14be8b361"/></dir><file name="Dispute.php" hash="1478be0c3c39725eef8976c6531f4ebb"/><file name="EqualityNode.php" hash="62715d694920f751dfa270ee6234eb43"/><dir name="Error"><file name="Codes.php" hash="6f16da1bd831cb48faeb6f62389ed6f5"/><file name="ErrorCollection.php" hash="b32f1904ee32cf078470c109cec497c8"/><file name="Validation.php" hash="f5062b7d7385bac2c9fb8e653e7ecbdf"/><file name="ValidationErrorCollection.php" hash="bb82bf92f7d33e607d59fc9c36aaf8e0"/></dir><file name="EuropeBankAccount.php" hash="8784a357d37c42673e60f8c866228af8"/><dir name="Exception"><file name="Authentication.php" hash="d21bc381984fa6078377aacfe930f27f"/><file name="Authorization.php" hash="4b17dca02c715fcd50d6d80a40e808ce"/><file name="Configuration.php" hash="225dfca2a3fcb48620e971a03acc6213"/><file name="Connection.php" hash="97bf914cc5e53e573932b57eb60167be"/><file name="DownForMaintenance.php" hash="f9827287436a4c51669fad4c637238a6"/><file name="ForgedQueryString.php" hash="c8a65e4c3e20f4f834914d67a9e782cc"/><file name="InvalidChallenge.php" hash="d825f5fc7acf8dd0e92dc886e7351721"/><file name="InvalidSignature.php" hash="a627af00c19b01a92fe01d432e3296d9"/><file name="NotFound.php" hash="7ee49bce52fc34db868443d569300470"/><file name="SSLCaFileNotFound.php" hash="fcc6e63349cad74ae9651af421cfec15"/><file name="SSLCertificate.php" hash="2b23ad8a5f477accd97a5d26db3e9b68"/><file name="ServerError.php" hash="2dbc5d988ed3bf2ba858dfe8c1ce68e6"/><file name="TestOperationPerformedInProduction.php" hash="55dcb7ed8f8886a77edfd754a775567a"/><file name="Timeout.php" hash="48b27846cc5a412148be05ed081288f9"/><file name="TooManyRequests.php" hash="84c506492eae180f47a325871c7e4d5a"/><file name="Unexpected.php" hash="eb871413e9d4c394b2e4a5d4da02c7d4"/><file name="UpgradeRequired.php" hash="22d1766b6d115cd7144ed2b9186afc85"/><file name="ValidationsFailed.php" hash="3ee5ce23d0bda2f2794f5d5451111417"/></dir><file name="Exception.php" hash="cedf12b332e21324f4a6579426a3ab00"/><file name="FacilitatorDetails.php" hash="7a25557b06c663197d1aea39bd93e776"/><file name="Gateway.php" hash="d7705ccfa1caa0734c505651fc1381a2"/><file name="Http.php" hash="6c1428f7a9a397b1a6a45ebcdd0f6897"/><file name="IbanBankAccount.php" hash="fd44b18d5e0e64dec0e1fcffc445e6c1"/><file name="IdealPayment.php" hash="474ea0309045ed88db4de538ec739a4c"/><file name="IdealPaymentGateway.php" hash="b79384c4be5c89f212096cb1cb3c701f"/><file name="Instance.php" hash="827ebd75d39217e53873c82e753fc1ed"/><file name="IsNode.php" hash="783c6ad65c6030a12ad52253cd5bc1a8"/><file name="KeyValueNode.php" hash="6668a312a6aaaddbdcfc940775ed5820"/><file name="MasterpassCard.php" hash="24a6394c5ae1370c01ee35dbd764654b"/><file name="Merchant.php" hash="b1f8444fc109708a43017d6cda9536a2"/><dir name="MerchantAccount"><file name="AddressDetails.php" hash="540f9e79b8df5da5267835dd01db45c1"/><file name="BusinessDetails.php" hash="ca8a0dc16bce3fff5831fd22652b2f6b"/><file name="FundingDetails.php" hash="9ba992a0dda1be9a0cf8bd8b53ea33be"/><file name="IndividualDetails.php" hash="4855a6aa64b35ecab7bada4e3e0fc0c3"/></dir><file name="MerchantAccount.php" hash="a4ba2e530164c06b8e50ef8ff10f76f2"/><file name="MerchantAccountGateway.php" hash="ad62343cbbdb3e0d9732edfb7255d26c"/><file name="MerchantGateway.php" hash="e9d0fc529b7a32f7080201991deb29d1"/><file name="Modification.php" hash="5df7d89d7365e9edf7235f09b9b7ced4"/><file name="MultipleValueNode.php" hash="2555632262d8b7d81a69739817e1887d"/><file name="MultipleValueOrTextNode.php" hash="9d4a49bc8051d47fd820da2ffef03936"/><file name="OAuthCredentials.php" hash="661accf840ad921523b48ec1be8d9075"/><file name="OAuthGateway.php" hash="f1e54a919b9b65117114b8de7ebfc6f0"/><file name="OAuthResult.php" hash="6f7384d12e28b6748ef3cb92128d833d"/><file name="PaginatedCollection.php" hash="c45cd3395c53ac37946ab3defaab84ef"/><file name="PaginatedResult.php" hash="821bdf0de25d98df7054af24c33b1ce4"/><file name="PartialMatchNode.php" hash="084258b5f9f39a493ca6b02e7019a101"/><file name="PartnerMerchant.php" hash="389c4fae22a19d75b312998027b3fe0e"/><file name="PayPalAccount.php" hash="902debd6d7cdc62e018e3541484a8a5e"/><file name="PayPalAccountGateway.php" hash="5d0a865c2d012511f4a2b3e2c9029053"/><file name="PaymentInstrumentType.php" hash="44cfb496a9bd50eae618e18fcf41e856"/><file name="PaymentMethod.php" hash="3e53b3edd2bdd87fec010709c8acab8c"/><file name="PaymentMethodGateway.php" hash="3ac1231bc63edf1fff681442d4474db0"/><file name="PaymentMethodNonce.php" hash="73330240522e5655bbf01bb90629487f"/><file name="PaymentMethodNonceGateway.php" hash="f103b6749b9700a923e4cc1679f8ba4e"/><file name="Plan.php" hash="fcf369071d74d273604fc63ea2548f2b"/><file name="PlanGateway.php" hash="8713f672e916f26460b06a156b511e32"/><file name="RangeNode.php" hash="a3f74af2c4811a68c9f31ca136cc1c82"/><file name="ResourceCollection.php" hash="8e9da02c6ca6bf5e819efe6ad7837bf2"/><dir name="Result"><file name="CreditCardVerification.php" hash="c64c8bb4a76f77688ebc49a4f6769a20"/><file name="Error.php" hash="09b138f5992593ae33ea3e6f588d1ceb"/><file name="Successful.php" hash="9d2d014d188cbadf773ccca83cc2408d"/></dir><file name="RiskData.php" hash="61de70d88d4b40168e54cea84d2afc70"/><file name="SettlementBatchSummary.php" hash="73a3b6b583b5a852b3d1437b2d62ec5f"/><file name="SettlementBatchSummaryGateway.php" hash="d66b1708f32d1bcc4d738bf39df649b7"/><file name="SignatureService.php" hash="566a5d18567a513f4a527ebf3c8cd410"/><dir name="Subscription"><file name="StatusDetails.php" hash="4c01d220704e6d285c77dc2011f8746e"/></dir><file name="Subscription.php" hash="07ed981ef67b946f97598f48ae00e871"/><file name="SubscriptionGateway.php" hash="b82884333c65a8b747e1dae4919bf2a8"/><file name="SubscriptionSearch.php" hash="e97a9a2a7187058082afab7701f37b1a"/><dir name="Test"><file name="CreditCardNumbers.php" hash="c7b8fbac49f64deb33a8ac3d66757d68"/><file name="MerchantAccount.php" hash="2c700e2724472c0af362ecee6de04bc8"/><file name="Nonces.php" hash="19e6111751b9980732ebb00b41d1d35f"/><file name="Transaction.php" hash="54a421889bb7753192d06150758523ac"/><file name="TransactionAmounts.php" hash="aff59733ffd5a23ddd44ed37f6bda9a7"/><file name="VenmoSdk.php" hash="92872ddddd03c83489a81f8da99839a5"/></dir><file name="TestingGateway.php" hash="3ec7fe4a5a11f2db91b5ecaa6ab6d1c1"/><file name="TextNode.php" hash="da1cc61af2896b945552318d67bd2a46"/><file name="ThreeDSecureInfo.php" hash="8cbb2a63c256368123cb01f2e2a2a194"/><dir name="Transaction"><file name="AddressDetails.php" hash="ca29baa27dcc5c7ccddb7c653d6d99d4"/><file name="AmexExpressCheckoutCardDetails.php" hash="18c96b2d98d81918ec128101d8d69709"/><file name="AndroidPayCardDetails.php" hash="0c278d6aa4bddf669c949617ae37a880"/><file name="ApplePayCardDetails.php" hash="1a544ea0efe19943ff1618ada4100fcc"/><file name="CoinbaseDetails.php" hash="5a5e297bcc19f7d5e21c2f2886abaa09"/><file name="CreditCardDetails.php" hash="13385b916ec0e321e61c18e63baf1c58"/><file name="CustomerDetails.php" hash="fe0012e585006193a39cea9fd6c6eb7c"/><file name="EuropeBankAccountDetails.php" hash="520703e2689c99547bde17e8464df7d5"/><file name="IdealPaymentDetails.php" hash="444d3093c700de8217708a94cd2575e7"/><file name="MasterpassCardDetails.php" hash="f4aa0601b94d6ada0f9b29e27f8a4bc6"/><file name="PayPalDetails.php" hash="022041c82de738e45db9cef4da2eee1f"/><file name="StatusDetails.php" hash="59a90119124d8cb1efcb476e66db984e"/><file name="SubscriptionDetails.php" hash="8fe6507f04dda08b8aafc45a93ed2a4f"/><file name="UsBankAccountDetails.php" hash="52fdad1e440a36a8f2ce27719ecf72b6"/><file name="VenmoAccountDetails.php" hash="87f02410e01dea1e68f1d07130dd0539"/><file name="VisaCheckoutCardDetails.php" hash="d4909eb31f17abc5b16775e09c18687f"/></dir><file name="Transaction.php" hash="95e1fcccd0b58c0547646568fe16cc4f"/><file name="TransactionGateway.php" hash="2c4d9dc9f4a1d2a99788db533a868c6f"/><file name="TransactionSearch.php" hash="634b7a51905a41c1f037f186b53b540e"/><file name="TransparentRedirect.php" hash="134d55a603fa9d0c203c6a0635b93605"/><file name="TransparentRedirectGateway.php" hash="30deff1d0369b6a340260dac78f677ce"/><file name="UnknownPaymentMethod.php" hash="2b5d3ccae34ae73cf728ec38266a42e3"/><file name="UsBankAccount.php" hash="51ab8e304753c92de6ea87d019163b78"/><file name="UsBankAccountGateway.php" hash="ccde686657990c8db38a844ab86809ae"/><file name="Util.php" hash="9b2f24aab2919001d2e859ee8fce1207"/><file name="VenmoAccount.php" hash="fe5a40901d3924f956902f88b9490727"/><file name="Version.php" hash="6480d6b1aa6be1647a3c6b665e99e67d"/><file name="VisaCheckoutCard.php" hash="011c44b8bbf554eb5a114b65b8f02dab"/><file name="WebhookNotification.php" hash="fd2cb2c1872d55795140da78368af6d3"/><file name="WebhookNotificationGateway.php" hash="9a021c6b737362d61890e9e43dff57c2"/><file name="WebhookTesting.php" hash="f3a95c38979c11c1ac3d5d55e65b5a74"/><dir name="Xml"><file name="Generator.php" hash="3a4f2ad0e8c6ae17788c218587dcfc03"/><file name="Parser.php" hash="af8f3729c58efd1d8f8fbf2672faf8a8"/></dir><file name="Xml.php" hash="30bb301518e06e41a17eb4d03c4d8db9"/></dir><file name="Braintree.php" hash="40f87e43c5b205b646186e0b638da941"/><file name="autoload.php" hash="700bd7dbe39f8d89d925ccbb33651898"/><dir name="ssl"><file name="api_braintreegateway_com.ca.crt" hash="d1155107b085a1ee04dd13a634b00c42"/></dir></dir></dir></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>7.1.0</max></php></required></dependencies>
38
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Jmango360_Japi</name>
4
+ <version>3.5.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
7
  <channel>community</channel>
30
  For more details on JMango360 please visit our website http://www.jmango360.com or out knowledge site http://support.jmango360.com</description>
31
  <notes>* Bug fixes</notes>
32
  <authors><author><name>Duc Ngo</name><user>jmango360</user><email>duc@jmango360.com</email></author></authors>
33
+ <date>2017-07-26</date>
34
+ <time>06:58:51</time>
35
+ <contents><target name="magecommunity"><dir name="Jmango360"><dir name="Japi"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Hide.php" hash="2e9fb95869151bb2a2c7cf7fca6f998f"/></dir></dir></dir></dir></dir><dir name="Order"><file name="Grid.php" hash="22273d3d0acaf1b0a093e524f87c6aff"/></dir><file name="Order.php" hash="04e94160608b989286aebeb190299565"/><dir name="Report"><dir name="Chart"><file name="Customers.php" hash="9a4c7c4af19c584aeb2dd5bc0f6d4735"/><file name="Orders.php" hash="ae5f516c56c5c8c72c14a7b0aa275ac6"/><file name="Sales.php" hash="7d5db491deeaa90571e965bbc2c07e23"/></dir><dir name="Customers"><file name="Chart.php" hash="69f2a7121d61f24d9b75de7281def8e5"/><file name="Grid.php" hash="f1adb7504646338330b7e7ef64a4fc5c"/></dir><file name="Customers.php" hash="6ffd72b1280b6cce39665fd35b5c4a78"/><dir name="Filter"><dir name="Form"><file name="Orders.php" hash="92574de82aa73cdd9de0cc59e20dadc4"/></dir><file name="Form.php" hash="7bf3f161f66abf97fc7db57e0acd59cf"/></dir><dir name="Orders"><file name="Chart.php" hash="75bd0bbe8649f423918dec555d3e9592"/><file name="Grid.php" hash="35590c1a54c8490c3982f0df038b8328"/></dir><file name="Orders.php" hash="6416ac5f6889d5a06f2a32f5ff00cbe2"/><dir name="Sales"><file name="Chart.php" hash="416f4ff4cdaa7f8f099dad3ffccacd68"/><file name="Grid.php" hash="baa9caa57906627ed3f31ec4fd87a500"/></dir><file name="Sales.php" hash="c1d1df3e7b90451e42142bb414a28d6b"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Button"><file name="Paypal.php" hash="26ddf9a5b820c3fb23c1c4e0a46d6db4"/></dir><file name="Button.php" hash="2b02a6c90256c9bcc6d99d2d9301413e"/><file name="Log.php" hash="9a228a569090c0fc9a905c5fb29a7c4d"/><file name="User.php" hash="cb7dfc72c7acde78efbabc49617cba3c"/><file name="Version.php" hash="b9802c302ef7ecacf106993e8506d314"/></dir></dir></dir><dir name="Widget"><dir name="Form"><dir name="Renderer"><dir name="Element"><file name="Chart.php" hash="f6f4c2ff80cb71f3e0758809b8ad480d"/></dir></dir></dir></dir></dir><file name="Banner.php" hash="0cafa22b3012e1a3b39f0e72a03534fa"/><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="43581de27feb1a0187bb0aee68bab0e9"/><file name="Category.php" hash="5d01fc7d90af7eccd412ef61056b825b"/><file name="Decimal.php" hash="d40a09709bda7b1011e4d2c970308638"/><file name="Price.php" hash="02dfe6d9429f0190ecf9a41f73653330"/></dir><file name="View.php" hash="e217dfaf2a2ee6c2fa59ba9db0244eb9"/></dir><dir name="Product"><file name="List.php" hash="e1336372e4aa63e0e35c7e9ea1bd3852"/></dir></dir><dir name="Catalogsearch"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="4ba3d242a3343b1786cf081047650bb9"/></dir></dir><file name="Layer.php" hash="4d48db1a2b35151c363ed045646199a9"/></dir><dir name="Checkout"><dir name="Cart"><file name="Totals.php" hash="ed2ac76f7ebb2830c763deb80e1ea59e"/></dir><dir name="Onepage"><file name="Additional.php" hash="22a3c60e8fd44f5dfaec4b51d6fc1a62"/><file name="Addjs.php" hash="077d09b15ec8823c76854a575359cb1a"/><file name="Address.php" hash="bf596c77e982d4350fc532a3deb79e47"/><file name="Billing.php" hash="78b745f2b7b4c9fdbcd0185bbf341a17"/><file name="Button.php" hash="039d56b9b7982d5e32433d71f4b53959"/><file name="Shipping.php" hash="4fa143e48eb395304d02dfb03d8d6e95"/></dir><file name="Onepage.php" hash="f6c3ef9390a3ac38560a34fbecf00eba"/><dir name="Total"><file name="Grandtotal.php" hash="0714677162e5c6e0ca9e1076083ee26e"/><file name="Shipping.php" hash="1bb99456f936de791df3b1e9cb4103d5"/><file name="Subtotal.php" hash="aa7cdd3b66df0ea397ad909848234a0e"/><file name="Tax.php" hash="91c12499a56a034d4733f8040feb7156"/></dir></dir><dir name="Customer"><dir name="Widget"><file name="Name.php" hash="aca4eea6675b64e1bc6d165307e1b958"/></dir></dir><file name="Form.php" hash="e16eaa258cf650bd2106372fcf43ae9b"/><dir name="GiftMessage"><dir name="Message"><file name="Inline.php" hash="8f20e9383634f46b624f15d77b616380"/></dir></dir><file name="Js.php" hash="8e8091283a5a3142fec7486077a9586e"/><dir name="Payment"><file name="Form.php" hash="f014c3faaad4e31a14052a76137f5dac"/><file name="Info.php" hash="2171f7379f4017b7a541926a9224cd54"/></dir><dir name="Socolissimosimplicite"><file name="Iframe.php" hash="91e096613f73e1edc7fcce4c6a17ce39"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="ccb6cc7460e7bbf30293983bbe61a07d"/></dir><file name="Exception.php" hash="bd30a2efecdf9a8197f066d9574cd1ab"/><dir name="Helper"><dir name="Adminhtml"><dir name="Report"><file name="Order.php" hash="9f7a02c48f3f8e0545488375b03d7333"/></dir></dir><file name="Data.php" hash="bf5c647cc712595627b1b7c4b11c130b"/><file name="Debug.php" hash="1002a59a5dee41f34da875979e907cbf"/><dir name="GiftMessage"><file name="Message.php" hash="5d1df4710b0aa3154ce0fa744b0244f3"/></dir><file name="Js.php" hash="55565b7d668b993fae6c180b30766d17"/><dir name="Product"><file name="Bundle.php" hash="c89baf5638e81d030f5a72b011af7cfd"/><file name="Configurable.php" hash="ac9d2847adc70af0470f9d1106845cf7"/><file name="Downloadable.php" hash="db531632adda525a91625da8d13296d6"/><file name="File.php" hash="0968c5688015b9c7a002457428607f80"/><file name="Grouped.php" hash="8e9cfa89b62e210744b799a1134ec064"/><file name="Media.php" hash="291003011bdca7299280ef0136089edf"/><file name="Options.php" hash="1bc8973b5a9227b0b7de93f2307c7fb9"/><file name="Review.php" hash="e415a0215a8dfbdac5ed76e6c065c705"/><file name="TierPrice.php" hash="4a7e94d83eed9e7ba47ee196b4ae15d9"/></dir><file name="Product.php" hash="581436d8e464c70bdb05b32c19281a2c"/><dir name="Review"><file name="Bazaarvoice.php" hash="c2e918b6a5f6fc8671ab016c30fbc1ca"/></dir><file name="Tax.php" hash="05c99785012d55fce12c4f094385e25c"/></dir><dir name="Model"><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="f058e0ced4579a556cbb969a98c7fc66"/><file name="Decimal.php" hash="849e1dbc11c99fb8f7a1f9d33e0d7908"/><file name="Price.php" hash="2bdc6f1ff06ad5aa736972c72558fd25"/></dir></dir></dir><dir name="Catalogsearch"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="81b287f96c40094c2a3743ddc6f6c6cb"/></dir></dir></dir><dir name="Core"><file name="Session.php" hash="7c5531af03c6a98e14dda3d358270938"/></dir><file name="Dispatcher.php" hash="81004902926427ba06a1a90d6e799554"/><dir name="Magpleasure"><dir name="Tierprices"><file name="Price.php" hash="1bfd6ed086649f518b3e98436513a491"/></dir></dir><dir name="Observer"><dir name="Controller"><file name="Front.php" hash="1098d9b5f6a214e53fb8657fe1fd250d"/></dir></dir><file name="Observer.php" hash="af8170d215a232c9aab87f69c386b3bf"/><dir name="Payment"><dir name="Adyen"><file name="Pin.php" hash="58b9e48e5d7161a1024f46306cecb56a"/></dir><file name="Braintree.php" hash="212d788906a3d94e2e10135d4de6bb58"/><file name="Paypal.php" hash="3a349b8e55f5abae4a960962e2191cd0"/></dir><file name="Payment.php" hash="0e2f9ff405b47e63bb8a3d27e82fb6ea"/><dir name="Renderer"><file name="Json.php" hash="b7c471548eecae7c9d05072aa6695cbb"/></dir><file name="Renderer.php" hash="47c320f795f1328a8df37d4b9af56abc"/><file name="Request.php" hash="ece58a0074c2ba238c102983e05d15a8"/><dir name="Resource"><dir name="Catalog"><dir name="Layer"><dir name="Filter"><file name="Attribute.php" hash="5bd13fbb5e8012ad24dc7908bc5ea755"/><file name="Decimal.php" hash="551120b728226ed408292fac732a05d7"/><file name="Price.php" hash="321f70b515b4d3deb9c7cc58eb803bf2"/></dir></dir></dir><dir name="Report"><dir name="Order"><file name="Collection.php" hash="1c5e69f548f2b4a0da8f789d7d03b643"/></dir></dir><dir name="Sales"><dir name="Report"><dir name="Order"><dir name="Collection"><file name="Aggregated.php" hash="61848c0b80699acbf478f279231c161d"/><file name="Live.php" hash="ea323ca0eec324ece97f08ece6639fb9"/></dir></dir><file name="Order.php" hash="53641b24d23bd811c278f65b56d5765f"/></dir></dir><file name="Setup.php" hash="3a97ea2e652869965f5b47b9e3099896"/></dir><file name="Response.php" hash="7209bb2e9c5b97b2a46d10ff97aa6740"/><dir name="Rest"><dir name="Cart"><file name="Coupon.php" hash="a5be6cfe674b46b6ba290b0388edf8ad"/><file name="Update.php" hash="48d85c58183c9696eea1fd2d4da6dfa1"/></dir><file name="Cart.php" hash="39e0f2f2b7630e5884d907f42bc5e11a"/><dir name="Catalog"><dir name="Category"><file name="Assignedproducts.php" hash="930ff28a4e8b2e401629c352c36569ca"/><file name="Tree.php" hash="5dce196312e33d3f7ac4a2235312e587"/></dir><dir name="Search"><file name="Products.php" hash="8b8f43f4f563dc27002884a57d42c858"/><file name="Terms.php" hash="71cadbe1fa7b19c96f2201f087c832ff"/></dir></dir><file name="Catalog.php" hash="a71eed5f39431b40a80b06f566baa653"/><dir name="Checkout"><file name="Methods.php" hash="e8ea7716b28587ecfb73bff7bb37b059"/><file name="Onepage.php" hash="746c2ca251a1785d55d7a5dd2a38a927"/><file name="Redirect.php" hash="19932aa45299e5ea3995f52cb9987183"/><file name="Submit.php" hash="f76e5952a9864e8d747c6123757e13bc"/></dir><file name="Checkout.php" hash="7241b560aedbc7eb728af8ea937af335"/><dir name="Cms"><file name="Page.php" hash="a4fc6cf59e6aa37c2857e104d766560c"/></dir><file name="Cms.php" hash="a12fd4b2a437c8a6c0b2b65a1e471c23"/><dir name="Customer"><file name="Address.php" hash="cef92ca089a5cd7cd1218339104c4894"/><file name="Edit.php" hash="226f77d8cee872c4c622c062cfe1eff0"/><file name="Group.php" hash="c717d5faf52919787aa0f87270856ca3"/><file name="List.php" hash="17f0096755be01327c163a701b9f3780"/><file name="Login.php" hash="77df1e0afcf40e6129fb61397217f053"/><dir name="Order"><file name="List.php" hash="1e6ea53a87108ca487d9a58ac42f382f"/></dir><file name="Order.php" hash="da1565601bac963b72f64b0e6a147704"/><file name="Password.php" hash="6df128903742a8723f0a59c4203f8b12"/><file name="Register.php" hash="e25d0045e0d8ff650ca208b9fe75e3ae"/></dir><file name="Customer.php" hash="ecf57dcf8bbba1ebb12ed10630bd1715"/><file name="Mage.php" hash="731d7a85645d95af3a8fb281d0efaf42"/><dir name="Product"><file name="Crosssell.php" hash="1fbc8c3886de3703a77e911ac459422c"/><file name="List.php" hash="8d84ec9326a6747de6d2ca0a5aceee6c"/><file name="Price.php" hash="d47c9903d5719b0cee73836419e27bb1"/><file name="Purchased.php" hash="feb7fd9176da74e59722984732d04a9a"/><file name="Related.php" hash="8a6b52fc39f099f4339a91ad5709537a"/><file name="Review.php" hash="549ffdfaea3d95ac1f18e9d4ef18d6eb"/><file name="Search.php" hash="f760256b6158dacf44754cc026286c97"/><file name="Upsell.php" hash="319fe08a0a4c52c41ec4418b312e1842"/><file name="Url.php" hash="4b920cc4913b77b1e463afad27ad5b78"/><file name="Viewed.php" hash="c2a9c99a56b57d8288eec75657f9bd47"/></dir><file name="Product.php" hash="742def7273607bc2f6a79826d0886bf9"/><file name="Wishlist.php" hash="ee26b4efcbf3b2c39aec2c1e3402c35b"/></dir><file name="Server.php" hash="c242c56df9293c5e5dd8bee62012e82f"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Icon.php" hash="242de9b094f94e397dc606dc926cc33f"/><file name="Payment.php" hash="5964322419785004a6c3f84a940d8d13"/><file name="Shipping.php" hash="016f22646fbac10cd81c6b7904c9abde"/></dir><dir name="Source"><dir name="Address"><file name="Attributes.php" hash="1a29b64d271693fba3ea76599d3408e2"/><file name="Validatetype.php" hash="6f4d9767ac0e476ec6a6cd3964882721"/></dir><file name="Attributes.php" hash="4b4de29e00623c971038d6fe895e5e76"/><dir name="Bazaarvoice"><file name="Env.php" hash="bc619503d1b175e74f7eaf2ba15ae8b4"/></dir><dir name="Catalog"><file name="Direction.php" hash="68cd86444037506ec39de8eba3c07d8b"/><file name="Sortby.php" hash="d2aba9a3798b8e2eee8c275fbbd202e1"/></dir><file name="Catalogimage.php" hash="500f9994ea13e463a5e5e5d3963cfbd1"/><dir name="Customer"><file name="Attributes.php" hash="8963356aabf88647ab5ecbbbe8cfb9f1"/></dir><file name="Defaultimage.php" hash="04c896116c01b16e2ac8d7f23bbc29d6"/><file name="Payment.php" hash="70e82f4887eb297d6a58160f64bfd204"/><file name="Shipping.php" hash="7d8e5a2dc8a57099d908bef2403aad46"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Japi"><file name="LogController.php" hash="b17e024285aea7b6834cf5bc9b868916"/><file name="OrderController.php" hash="e6b7c1f5a7156a06fa3f51c32e6bbba9"/><file name="PaymentController.php" hash="a6f7cce53b85e2011bfb457cef98683a"/><file name="ReportController.php" hash="e88b2425e0a39f7f2b0c2902a6d2d5e9"/><file name="TroubleshootingController.php" hash="bb8951d1523a56a0f55e827614a38d66"/></dir></dir><file name="CheckoutController.php" hash="8b583c10f969c2e9a0e46a2466373065"/><dir name="Customer"><file name="AccountController.php" hash="2e055c5b22a2414263a1b7d3fd0607f9"/></dir><file name="CustomerController.php" hash="e3204496e61f58a572ef8f9b3cefe38f"/><file name="ImageController.php" hash="a5b48d4e075faf989c908bd0954d3878"/><file name="KcoController.php" hash="38e15112f3438edd6723478cf18c6cab"/><file name="KlarnaController.php" hash="90474b512fdc813039a86ae8f24a0b39"/><dir name="Rest"><file name="CartController.php" hash="3994aafe8e31094b765fc0120c888fa3"/><file name="CatalogController.php" hash="8df5b798bb0330f5e3182717e1e15bf7"/><file name="CheckoutController.php" hash="65b3a3592cdfc0a51c254451505dedea"/><file name="CmsController.php" hash="cb1bc3f67136434c4d8af1b5660eab1e"/><file name="CustomerController.php" hash="ca2b76f8f4e8a84d81749b37910287bd"/><file name="MageController.php" hash="e267156b2acf82d309b6c8c4680a7371"/><file name="ProductController.php" hash="81c0a0b0afcdfe99d6c651244baa075c"/><file name="WishlistController.php" hash="d7b0c8ff628b4244d120843d54a41248"/></dir><file name="TestController.php" hash="ffb60653808c0e0af00cc73d4755ef99"/></dir><dir name="data"><dir name="japi_setup"><file name="data-install-2.0.0.php" hash="bcf6de66f6b296182268b11b3e80bbeb"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="9d1888abb4ed93ec7b3e1fa678fb1411"/><file name="config.xml" hash="2c3f8abbf2cf540301a6e8f4f5a05f01"/><file name="system.xml" hash="61edbb36eebc78b9f268ea6778d48a0d"/></dir><dir name="sql"><dir name="japi_setup"><file name="install-1.0.0.php" hash="ce407ff5715c837d02b1aba7975bf512"/><file name="upgrade-2.0.1.2-2.0.2.php" hash="6fc0e0306b685279fc60f298643d181a"/><file name="upgrade-2.1.6-2.2.0.php" hash="947afcf7e20dfc2c3a3e45d8e5c316cd"/><file name="upgrade-2.2.0-2.2.1.php" hash="12a28845acf823eefc5f613b048efe52"/><file name="upgrade-2.8.2-2.9.0.php" hash="2761423f65920af0f8ba05d438710869"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jmango360_Japi.xml" hash="b60701b3a14084fa1a440ca5fe5bf47b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="jmango360_japi.xml" hash="d6e1656e4a8e79dd9e37e0b09a5f57a6"/></dir><dir name="template"><dir name="japi"><dir name="report"><file name="chart.phtml" hash="102704d97cf69793a50fa96538bd767f"/><dir name="grid"><file name="container.phtml" hash="79050f4e2bc7b70ae452e850fc27e0b7"/></dir></dir><dir name="system"><dir name="config"><dir name="form"><dir name="button"><file name="paypal.phtml" hash="247d0fd0a221f61bfa5b97dae8d95640"/></dir></dir></dir></dir><dir name="widget"><dir name="form"><dir name="renderer"><dir name="element"><file name="chart.phtml" hash="fb14be221a9ec0faad4ace8579c5dddc"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="jmango360_japi.xml" hash="b3b8841444995cae18a5cdf133a628ab"/></dir><dir name="template"><dir name="japi"><dir name="TIG"><dir name="PostNL"><dir name="av"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="6756588fef4d689418cbb4ea8d4ad92e"/><file name="shipping.phtml" hash="95a2f56b36a8111eba9c582b2b3d1d57"/></dir></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="9a623e8c2184d08c2b288456ba50aef4"/><file name="postcode_check.phtml" hash="cbb8bfd76db65041cafacf976312ceb7"/></dir></dir></dir><dir name="do"><dir name="onepage"><file name="available.phtml" hash="8fce41a1696540a4546b52c025f3dde7"/></dir></dir></dir></dir><dir name="checkout"><dir name="onepage"><file name="additional_agreements.phtml" hash="2169df7f5c0d8b03e046cd000c9bea5f"/><file name="address.phtml" hash="3164ff4fc2d5f798e591a168d9d937d1"/><file name="agreements.phtml" hash="ae43c3b670b0d11a1217ca927a184ff7"/><file name="billing.phtml" hash="105051160f867d8e016593edcb6888b8"/><file name="coupon.phtml" hash="85175029f770fe8ba6a3800197372904"/><file name="js.phtml" hash="ac1740fe3e829d228a57b1e1a9dda58b"/><dir name="payment"><file name="info.phtml" hash="26bb640843ee3fb6e72b4f2739f0a111"/><file name="methods.phtml" hash="1680b5e33d8123fdb58ecbd353ff1ba7"/></dir><file name="payment.phtml" hash="966bfc2c8ca160086fa10bf63022172b"/><dir name="review"><file name="button.phtml" hash="e2089ae34e409df2fa13977a55db5f04"/><file name="info.phtml" hash="306936f465adcc1c09ad37b58609085d"/><file name="item.phtml" hash="244bba60d9151be71777e80e138b6ee7"/><dir name="totals"><file name="grand_total.phtml" hash="4ee3bdd1190a459e243249e288e6caff"/><file name="shipping.phtml" hash="75900b7d4cfb370e803d1489148450ad"/><file name="subtotal.phtml" hash="f91e3bc1a39761fa7cea8fc296091430"/><file name="tax.phtml" hash="37173b32341b2692a7890111f02f2938"/></dir><file name="totals.phtml" hash="0decbe242701193fee270e1f0f520a93"/></dir><file name="review.phtml" hash="d2494b8faac5833e747a5d329ee4fab7"/><file name="shipping.phtml" hash="f955c8b11f494041f1a88939219c1590"/><dir name="shipping_method"><file name="additional.phtml" hash="78c6dab72fefb888f587221639bf9177"/><file name="available.phtml" hash="4feca53deabec45bc3b223e64e32c4f0"/></dir><file name="shipping_method.phtml" hash="7f948fdc0601e48be0834178b56dbfb3"/><file name="style.phtml" hash="b6901a6157b5735aed361e3c0b6b8d88"/></dir><file name="onepage.phtml" hash="d91debcaeaa823b1e5cd2f642b968455"/></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="900db1b8385f75e448f7ca42c8d113da"/></dir><dir name="form"><file name="additional.phtml" hash="0d413b832a447a524de18c74cbd17844"/><file name="edit.phtml" hash="484b2b56cbf34dba73c78dc97552c024"/><file name="register.phtml" hash="8d41d5471f450633a277feb13502d646"/></dir></dir><dir name="fatturazione"><dir name="customer"><dir name="address"><file name="edit.phtml" hash="e7f27a8a61d9554bfbc4f36dfff60e4d"/></dir></dir></dir><file name="form.phtml" hash="eec0416c8830c4ebe004256d86c7ea59"/><dir name="giftmessage"><file name="inline.phtml" hash="78814da47aed68315b7d1d6b2e64c4c7"/></dir><file name="js.phtml" hash="9af5ac67d9b1a4fc689084e135215f99"/><dir name="kega_checkout"><dir name="onepage"><file name="payment.phtml" hash="a8d62337a136e32bed218f2de0523ac8"/></dir></dir><dir name="nwt"><dir name="kco"><dir name="cart"><dir name="item"><file name="default.phtml" hash="212018e8f0c4472a07fc81633d27c550"/></dir></dir><file name="checkout.phtml" hash="c7781347405e7e59322d9fc3b2f42b3c"/></dir></dir><dir name="page"><dir name="html"><file name="head.phtml" hash="b6a8cc30cd31bf642c2f885ed1fda855"/><file name="smart-app-banner.phtml" hash="8423731f246db33efb61026dd9ef5ddc"/></dir><file name="rwd.phtml" hash="be4381f91e46165ddb760ce8fca4da30"/></dir><dir name="symfony"><dir name="postcode"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="dea3cefc72e6317c5ea6e0db553d8758"/><file name="shipping.phtml" hash="56d1f7414cc62887b3d9d8de7e192440"/></dir></dir></dir></dir><dir name="vaimo"><dir name="klarna"><dir name="klarnacheckout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="f9f469de9cd1243cab176fc56071db64"/></dir></dir><file name="cart.phtml" hash="b40f17348beb248c4f1ff22374a1a05d"/><dir name="customer"><file name="balance.phtml" hash="198809cb8ebf8a468b89497c9abba07c"/></dir><dir name="discount"><file name="coupon.phtml" hash="1f3686b00a610d3f038c84e3621ef913"/></dir><file name="header.phtml" hash="fed93df0c84265a0f980b0de103945b8"/><file name="main.phtml" hash="94ad4f3aa30ae7db1131a1fe48ea2a99"/><file name="newsletter.phtml" hash="3a2251b9559e8b87b46ddf08b7cd27e2"/><file name="reward.phtml" hash="38c218d3777f11b03c3686067a706d00"/><file name="shipping_method.phtml" hash="44bb3c6efaab76641e02a07c2007a090"/><file name="sidebar.phtml" hash="410508fd9089e0be030915836abb42e2"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="japi"><dir name="css"><dir name="TIG"><dir name="Buckaroo3Extended"><file name="styles_opc.css" hash="9b0ecbbeb22655e2e896ec8134fa8188"/></dir></dir><file name="gomage-checkout.css" hash="223657dbb0aba2783bb9e8de4b633d93"/><dir name="icomoon"><dir name="fonts"><file name="icomoon.eot" hash="842065e274d718c38968a81a721d49f4"/><file name="icomoon.svg" hash="2deea3fcd9ecc464a422aa37943b5848"/><file name="icomoon.ttf" hash="8ffbfccd78de7c37eadeca837ee40344"/><file name="icomoon.woff" hash="32df67c3aed8769c316b3e7ff1bb637c"/></dir><file name="style.css" hash="178c956df2a327dc88e4ef8069caa9bc"/></dir><file name="send-cloud.css" hash="77f77fa89359fe508708ec522a5e76d8"/><file name="style.css" hash="219a66142de531680970b18e4854d5d4"/><file name="style.less" hash="21609d6853c78cdbf46d97d21e64718e"/></dir><dir name="images"><file name="ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="bg-down.png" hash="04d7cd2963010b610f608aca03a45c63"/><file name="bg-up.png" hash="2882d38108532275fb1d425bbd021c9d"/><file name="glc_sprite.png" hash="5cd6f3ba1df3a6d26db5bbc193ce9c61"/></dir><dir name="js"><file name="checkout.js" hash="4b5fd941afad32667d86c9b22853f927"/><dir name="vaimo"><dir name="klarna"><file name="klarnautils.js" hash="e29553aa8446af7672c9ba1814fac3a5"/></dir></dir><dir name="varien"><file name="form.js" hash="9abc0bb4419828513b5c6e904a041616"/></dir></dir><dir name="lib"><dir name="bootstrap"><dir name="css"><file name="bootstrap.min.css" hash="5d5357cb3704e1f43a1f5bfed2aebf42"/></dir><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="f4769f9bdb7466be65088239c12046d1"/><file name="glyphicons-halflings-regular.svg" hash="89889688147bd7575d6327160d64e760"/><file name="glyphicons-halflings-regular.ttf" hash="e18bbf611f2a2e43afc071aa2f4e1512"/><file name="glyphicons-halflings-regular.woff" hash="fa2772327f55d8198301fdb8bcfc8158"/><file name="glyphicons-halflings-regular.woff2" hash="448c34a56d699c29117adc64c43affeb"/></dir><dir name="js"><file name="collapse.js" hash="2bc99ca6c9b060ba5616f41ddd5e2703"/><file name="modal.js" hash="b7d8f688e67e78c07ffde44ec4248fd9"/><file name="transition.js" hash="3cb001675410903ecaadcfeb7c296965"/></dir></dir><dir name="jquery"><file name="jquery-1.11.2.min.js" hash="5790ead7ad3ba27397aedfa3d263b867"/><file name="jquery-noconflict.js" hash="32eb0a33820167f328a227e11210d32a"/></dir><dir name="ladda"><file name="ladda.min.css" hash="614e769024385cf21879d6a238b682e1"/><file name="ladda.min.js" hash="a34bcf417de7fc290ac5b034caca2371"/></dir><dir name="scrollto"><file name="scrollTo.js" hash="5c86793da8a4bfec6338bec965d35f6b"/></dir><dir name="smart-app-banner"><file name="smart-app-banner.css" hash="64c15053dbd22b44a519f55e75f6c2ca"/><file name="smart-app-banner.js" hash="4162cb20424080964b5d886125b73b47"/></dir><dir name="spin"><file name="spin.min.js" hash="1d06ceb800acbeae82d1fa2ad5b571de"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Jmango360_Japi.csv" hash="dda2ffbc3f1c2e60ac21e980e46499cc"/></dir><dir name="fr_FR"><file name="Jmango360_Japi.csv" hash="49fa338f05916214904965ca3009eadf"/></dir><dir name="it_IT"><file name="Jmango360_Japi.csv" hash="2ff891468a5c5fe0bd3775cc155341cb"/></dir><dir name="pt_PT"><file name="Jmango360_Japi.csv" hash="3a70c94cf76ccf0649ab2c525f2acece"/></dir><dir name="pt_BR"><file name="Jmango360_Japi.csv" hash="3a70c94cf76ccf0649ab2c525f2acece"/></dir><dir name="ar_SA"><file name="Jmango360_Japi.csv" hash="d364cb3eac3e2048ec4786bd3245c617"/></dir><dir name="nl_NL"><file name="Jmango360_Japi.csv" hash="e7bf7f06b20dfa3ed3f5fcc49b5591a0"/></dir><dir name="sv_SE"><file name="Jmango360_Japi.csv" hash="3414d54579206e71cabaaea3153bc266"/></dir><dir name="da_DK"><file name="Jmango360_Japi.csv" hash="a8f243d230a312f4d5cee8c99a275ee7"/></dir><dir name="es_ES"><file name="Jmango360_Japi.csv" hash="0f763b984f64e095f863c2e66335c791"/></dir><dir name="de_DE"><file name="Jmango360_Japi.csv" hash="d9b0379bdb87bd4e70c12f131db76dd8"/></dir><dir name="el_GR"><file name="Jmango360_Japi.csv" hash="485815339ffff7bc4aac29803866e60d"/></dir><dir name="nb_NO"><file name="Jmango360_Japi.csv" hash="444d8ae21995013e205a2037d62ce9f5"/></dir><dir name="fi_FI"><file name="Jmango360_Japi.csv" hash="9c55f26052b8eccc99a3caa3d0a1b746"/></dir><dir name="nn_NO"><file name="Jmango360_Japi.csv" hash="444d8ae21995013e205a2037d62ce9f5"/></dir></target><target name="magelib"><dir name="Jmango360"><dir name="Braintree"><file name="LICENSE" hash="7203c8834a3b633e63fba98aaedf7246"/><dir name="lib"><dir name="Braintree"><file name="AccountUpdaterDailyReport.php" hash="24081e5126e923c106d38de6d4bfa206"/><file name="AchMandate.php" hash="1c27b15b8508745e678f9637c495f126"/><file name="AddOn.php" hash="82925560fd6d09575150d03851132999"/><file name="AddOnGateway.php" hash="71f1cf435ad4a0f846cbdb61f54582b6"/><file name="Address.php" hash="80b3e24e93c142cc2fdb0401542c74f9"/><file name="AddressGateway.php" hash="5785772be266f1095ec9badc42872eda"/><file name="AmexExpressCheckoutCard.php" hash="e8638efd3aa53c9029c9a779c9a3c0d3"/><file name="AndroidPayCard.php" hash="b2dea285101ac3a6a811b35f854a8f70"/><file name="ApplePayCard.php" hash="ad86024899c22c02b2fe4661fb9795c3"/><file name="Base.php" hash="e32c757071d8f8effc5660cd1ce58c6b"/><file name="ClientToken.php" hash="81e2f643f912c8943560008d2fa7869d"/><file name="ClientTokenGateway.php" hash="bbac8367658b596480b50e1e7dd049b5"/><file name="CoinbaseAccount.php" hash="a0794c8d29dbab81ecf32dac6c4d66c1"/><file name="Collection.php" hash="ba52af974da21b424c7b9a6a881f4f26"/><file name="Configuration.php" hash="1e4c293d778380623a9806674cf1944f"/><file name="ConnectedMerchantPayPalStatusChanged.php" hash="3ebdd7be5c997c811ae134d6a6451f41"/><file name="ConnectedMerchantStatusTransitioned.php" hash="7ead86a6c4fc0c79d0f9277f0efd0068"/><file name="CredentialsParser.php" hash="85c9539be64146fa3ddde216f4ac20c9"/><file name="CreditCard.php" hash="0452233946373d6a6c3ac4e686a7b572"/><file name="CreditCardGateway.php" hash="e8ebf4e755318acfa0c6c014a64c9675"/><file name="CreditCardVerification.php" hash="b06ad08b7120572732498d2035a25952"/><file name="CreditCardVerificationGateway.php" hash="38a299c6e9a500fbf7e962e39f34e4bf"/><file name="CreditCardVerificationSearch.php" hash="93e08c9a258af84003700013d497cd82"/><file name="Customer.php" hash="4fd732fd33dfcf173fcb39cb005c4e3e"/><file name="CustomerGateway.php" hash="78d8a3f62be79d7ae67846ce6359646c"/><file name="CustomerSearch.php" hash="8e8d024b951a4baa458556d4281fe988"/><file name="Descriptor.php" hash="97dc19a001fb6845c0c0eb0ee396f9bf"/><file name="Digest.php" hash="622fb0f1a11cf4dc8ee0a6f5fe7150e8"/><file name="Disbursement.php" hash="851eb18f89594984838ce1c59f8e6d8c"/><file name="DisbursementDetails.php" hash="ce5af619a858d883453c21c0f9217163"/><file name="Discount.php" hash="ba59054dd8d42d600c6dfb5813267150"/><file name="DiscountGateway.php" hash="8c354a122a23e3ad2136905e1c9b1d95"/><dir name="Dispute"><file name="TransactionDetails.php" hash="3a554f1576f6269d1d7137d14be8b361"/></dir><file name="Dispute.php" hash="1478be0c3c39725eef8976c6531f4ebb"/><file name="EqualityNode.php" hash="62715d694920f751dfa270ee6234eb43"/><dir name="Error"><file name="Codes.php" hash="6f16da1bd831cb48faeb6f62389ed6f5"/><file name="ErrorCollection.php" hash="b32f1904ee32cf078470c109cec497c8"/><file name="Validation.php" hash="f5062b7d7385bac2c9fb8e653e7ecbdf"/><file name="ValidationErrorCollection.php" hash="bb82bf92f7d33e607d59fc9c36aaf8e0"/></dir><file name="EuropeBankAccount.php" hash="8784a357d37c42673e60f8c866228af8"/><dir name="Exception"><file name="Authentication.php" hash="d21bc381984fa6078377aacfe930f27f"/><file name="Authorization.php" hash="4b17dca02c715fcd50d6d80a40e808ce"/><file name="Configuration.php" hash="225dfca2a3fcb48620e971a03acc6213"/><file name="Connection.php" hash="97bf914cc5e53e573932b57eb60167be"/><file name="DownForMaintenance.php" hash="f9827287436a4c51669fad4c637238a6"/><file name="ForgedQueryString.php" hash="c8a65e4c3e20f4f834914d67a9e782cc"/><file name="InvalidChallenge.php" hash="d825f5fc7acf8dd0e92dc886e7351721"/><file name="InvalidSignature.php" hash="a627af00c19b01a92fe01d432e3296d9"/><file name="NotFound.php" hash="7ee49bce52fc34db868443d569300470"/><file name="SSLCaFileNotFound.php" hash="fcc6e63349cad74ae9651af421cfec15"/><file name="SSLCertificate.php" hash="2b23ad8a5f477accd97a5d26db3e9b68"/><file name="ServerError.php" hash="2dbc5d988ed3bf2ba858dfe8c1ce68e6"/><file name="TestOperationPerformedInProduction.php" hash="55dcb7ed8f8886a77edfd754a775567a"/><file name="Timeout.php" hash="48b27846cc5a412148be05ed081288f9"/><file name="TooManyRequests.php" hash="84c506492eae180f47a325871c7e4d5a"/><file name="Unexpected.php" hash="eb871413e9d4c394b2e4a5d4da02c7d4"/><file name="UpgradeRequired.php" hash="22d1766b6d115cd7144ed2b9186afc85"/><file name="ValidationsFailed.php" hash="3ee5ce23d0bda2f2794f5d5451111417"/></dir><file name="Exception.php" hash="cedf12b332e21324f4a6579426a3ab00"/><file name="FacilitatorDetails.php" hash="7a25557b06c663197d1aea39bd93e776"/><file name="Gateway.php" hash="d7705ccfa1caa0734c505651fc1381a2"/><file name="Http.php" hash="6c1428f7a9a397b1a6a45ebcdd0f6897"/><file name="IbanBankAccount.php" hash="fd44b18d5e0e64dec0e1fcffc445e6c1"/><file name="IdealPayment.php" hash="474ea0309045ed88db4de538ec739a4c"/><file name="IdealPaymentGateway.php" hash="b79384c4be5c89f212096cb1cb3c701f"/><file name="Instance.php" hash="827ebd75d39217e53873c82e753fc1ed"/><file name="IsNode.php" hash="783c6ad65c6030a12ad52253cd5bc1a8"/><file name="KeyValueNode.php" hash="6668a312a6aaaddbdcfc940775ed5820"/><file name="MasterpassCard.php" hash="24a6394c5ae1370c01ee35dbd764654b"/><file name="Merchant.php" hash="b1f8444fc109708a43017d6cda9536a2"/><dir name="MerchantAccount"><file name="AddressDetails.php" hash="540f9e79b8df5da5267835dd01db45c1"/><file name="BusinessDetails.php" hash="ca8a0dc16bce3fff5831fd22652b2f6b"/><file name="FundingDetails.php" hash="9ba992a0dda1be9a0cf8bd8b53ea33be"/><file name="IndividualDetails.php" hash="4855a6aa64b35ecab7bada4e3e0fc0c3"/></dir><file name="MerchantAccount.php" hash="a4ba2e530164c06b8e50ef8ff10f76f2"/><file name="MerchantAccountGateway.php" hash="ad62343cbbdb3e0d9732edfb7255d26c"/><file name="MerchantGateway.php" hash="e9d0fc529b7a32f7080201991deb29d1"/><file name="Modification.php" hash="5df7d89d7365e9edf7235f09b9b7ced4"/><file name="MultipleValueNode.php" hash="2555632262d8b7d81a69739817e1887d"/><file name="MultipleValueOrTextNode.php" hash="9d4a49bc8051d47fd820da2ffef03936"/><file name="OAuthCredentials.php" hash="661accf840ad921523b48ec1be8d9075"/><file name="OAuthGateway.php" hash="f1e54a919b9b65117114b8de7ebfc6f0"/><file name="OAuthResult.php" hash="6f7384d12e28b6748ef3cb92128d833d"/><file name="PaginatedCollection.php" hash="c45cd3395c53ac37946ab3defaab84ef"/><file name="PaginatedResult.php" hash="821bdf0de25d98df7054af24c33b1ce4"/><file name="PartialMatchNode.php" hash="084258b5f9f39a493ca6b02e7019a101"/><file name="PartnerMerchant.php" hash="389c4fae22a19d75b312998027b3fe0e"/><file name="PayPalAccount.php" hash="902debd6d7cdc62e018e3541484a8a5e"/><file name="PayPalAccountGateway.php" hash="5d0a865c2d012511f4a2b3e2c9029053"/><file name="PaymentInstrumentType.php" hash="44cfb496a9bd50eae618e18fcf41e856"/><file name="PaymentMethod.php" hash="3e53b3edd2bdd87fec010709c8acab8c"/><file name="PaymentMethodGateway.php" hash="3ac1231bc63edf1fff681442d4474db0"/><file name="PaymentMethodNonce.php" hash="73330240522e5655bbf01bb90629487f"/><file name="PaymentMethodNonceGateway.php" hash="f103b6749b9700a923e4cc1679f8ba4e"/><file name="Plan.php" hash="fcf369071d74d273604fc63ea2548f2b"/><file name="PlanGateway.php" hash="8713f672e916f26460b06a156b511e32"/><file name="RangeNode.php" hash="a3f74af2c4811a68c9f31ca136cc1c82"/><file name="ResourceCollection.php" hash="8e9da02c6ca6bf5e819efe6ad7837bf2"/><dir name="Result"><file name="CreditCardVerification.php" hash="c64c8bb4a76f77688ebc49a4f6769a20"/><file name="Error.php" hash="09b138f5992593ae33ea3e6f588d1ceb"/><file name="Successful.php" hash="9d2d014d188cbadf773ccca83cc2408d"/></dir><file name="RiskData.php" hash="61de70d88d4b40168e54cea84d2afc70"/><file name="SettlementBatchSummary.php" hash="73a3b6b583b5a852b3d1437b2d62ec5f"/><file name="SettlementBatchSummaryGateway.php" hash="d66b1708f32d1bcc4d738bf39df649b7"/><file name="SignatureService.php" hash="566a5d18567a513f4a527ebf3c8cd410"/><dir name="Subscription"><file name="StatusDetails.php" hash="4c01d220704e6d285c77dc2011f8746e"/></dir><file name="Subscription.php" hash="07ed981ef67b946f97598f48ae00e871"/><file name="SubscriptionGateway.php" hash="b82884333c65a8b747e1dae4919bf2a8"/><file name="SubscriptionSearch.php" hash="e97a9a2a7187058082afab7701f37b1a"/><dir name="Test"><file name="CreditCardNumbers.php" hash="c7b8fbac49f64deb33a8ac3d66757d68"/><file name="MerchantAccount.php" hash="2c700e2724472c0af362ecee6de04bc8"/><file name="Nonces.php" hash="19e6111751b9980732ebb00b41d1d35f"/><file name="Transaction.php" hash="54a421889bb7753192d06150758523ac"/><file name="TransactionAmounts.php" hash="aff59733ffd5a23ddd44ed37f6bda9a7"/><file name="VenmoSdk.php" hash="92872ddddd03c83489a81f8da99839a5"/></dir><file name="TestingGateway.php" hash="3ec7fe4a5a11f2db91b5ecaa6ab6d1c1"/><file name="TextNode.php" hash="da1cc61af2896b945552318d67bd2a46"/><file name="ThreeDSecureInfo.php" hash="8cbb2a63c256368123cb01f2e2a2a194"/><dir name="Transaction"><file name="AddressDetails.php" hash="ca29baa27dcc5c7ccddb7c653d6d99d4"/><file name="AmexExpressCheckoutCardDetails.php" hash="18c96b2d98d81918ec128101d8d69709"/><file name="AndroidPayCardDetails.php" hash="0c278d6aa4bddf669c949617ae37a880"/><file name="ApplePayCardDetails.php" hash="1a544ea0efe19943ff1618ada4100fcc"/><file name="CoinbaseDetails.php" hash="5a5e297bcc19f7d5e21c2f2886abaa09"/><file name="CreditCardDetails.php" hash="13385b916ec0e321e61c18e63baf1c58"/><file name="CustomerDetails.php" hash="fe0012e585006193a39cea9fd6c6eb7c"/><file name="EuropeBankAccountDetails.php" hash="520703e2689c99547bde17e8464df7d5"/><file name="IdealPaymentDetails.php" hash="444d3093c700de8217708a94cd2575e7"/><file name="MasterpassCardDetails.php" hash="f4aa0601b94d6ada0f9b29e27f8a4bc6"/><file name="PayPalDetails.php" hash="022041c82de738e45db9cef4da2eee1f"/><file name="StatusDetails.php" hash="59a90119124d8cb1efcb476e66db984e"/><file name="SubscriptionDetails.php" hash="8fe6507f04dda08b8aafc45a93ed2a4f"/><file name="UsBankAccountDetails.php" hash="52fdad1e440a36a8f2ce27719ecf72b6"/><file name="VenmoAccountDetails.php" hash="87f02410e01dea1e68f1d07130dd0539"/><file name="VisaCheckoutCardDetails.php" hash="d4909eb31f17abc5b16775e09c18687f"/></dir><file name="Transaction.php" hash="95e1fcccd0b58c0547646568fe16cc4f"/><file name="TransactionGateway.php" hash="2c4d9dc9f4a1d2a99788db533a868c6f"/><file name="TransactionSearch.php" hash="634b7a51905a41c1f037f186b53b540e"/><file name="TransparentRedirect.php" hash="134d55a603fa9d0c203c6a0635b93605"/><file name="TransparentRedirectGateway.php" hash="30deff1d0369b6a340260dac78f677ce"/><file name="UnknownPaymentMethod.php" hash="2b5d3ccae34ae73cf728ec38266a42e3"/><file name="UsBankAccount.php" hash="51ab8e304753c92de6ea87d019163b78"/><file name="UsBankAccountGateway.php" hash="ccde686657990c8db38a844ab86809ae"/><file name="Util.php" hash="9b2f24aab2919001d2e859ee8fce1207"/><file name="VenmoAccount.php" hash="fe5a40901d3924f956902f88b9490727"/><file name="Version.php" hash="6480d6b1aa6be1647a3c6b665e99e67d"/><file name="VisaCheckoutCard.php" hash="011c44b8bbf554eb5a114b65b8f02dab"/><file name="WebhookNotification.php" hash="fd2cb2c1872d55795140da78368af6d3"/><file name="WebhookNotificationGateway.php" hash="9a021c6b737362d61890e9e43dff57c2"/><file name="WebhookTesting.php" hash="f3a95c38979c11c1ac3d5d55e65b5a74"/><dir name="Xml"><file name="Generator.php" hash="3a4f2ad0e8c6ae17788c218587dcfc03"/><file name="Parser.php" hash="af8f3729c58efd1d8f8fbf2672faf8a8"/></dir><file name="Xml.php" hash="30bb301518e06e41a17eb4d03c4d8db9"/></dir><file name="Braintree.php" hash="40f87e43c5b205b646186e0b638da941"/><file name="autoload.php" hash="700bd7dbe39f8d89d925ccbb33651898"/><dir name="ssl"><file name="api_braintreegateway_com.ca.crt" hash="d1155107b085a1ee04dd13a634b00c42"/></dir></dir></dir></dir></target></contents>
36
  <compatible/>
37
  <dependencies><required><php><min>5.2.0</min><max>7.1.0</max></php></required></dependencies>
38
  </package>
skin/frontend/base/default/japi/css/style.css CHANGED
@@ -1561,3 +1561,16 @@ label[for="s_method_socolissimosimplicite_socolissimosimplicite"] {
1561
  .rtl .opc .section .sp-methods .section-control {
1562
  float: left;
1563
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
1561
  .rtl .opc .section .sp-methods .section-control {
1562
  float: left;
1563
  }
1564
+ /** Magentix_SoColissimo **********************************************************************************************/
1565
+ .socolissimo-popup-inner {
1566
+ min-width: 100%;
1567
+ }
1568
+ .socolissimo-popup-inner .socolissimo-shipping li {
1569
+ float: left;
1570
+ }
1571
+ .socolissimo-popup-inner .socolissimo-shipping .socolissimo-actions {
1572
+ width: 100%;
1573
+ }
1574
+ .socolissimo-popup-inner .socolissimo-list ul {
1575
+ overflow-y: auto;
1576
+ }
skin/frontend/base/default/japi/css/style.less CHANGED
@@ -1880,4 +1880,20 @@ label[for="s_method_socolissimosimplicite_socolissimosimplicite"] {
1880
  }
1881
  }
1882
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1883
  }
1880
  }
1881
  }
1882
  }
1883
+ }
1884
+
1885
+ /** Magentix_SoColissimo **********************************************************************************************/
1886
+ .socolissimo-popup-inner {
1887
+ min-width: 100%;
1888
+ .socolissimo-shipping {
1889
+ li {
1890
+ float: left;
1891
+ }
1892
+ .socolissimo-actions {
1893
+ width: 100%;
1894
+ }
1895
+ }
1896
+ .socolissimo-list ul {
1897
+ overflow-y: auto;
1898
+ }
1899
  }