diglin_ricento - Version 1.0.14

Version Notes

## Version 1.0.14
Fix an issue revealed after fixes done in version 1.0.13 related to getting sales options and rules from products listing item during getting new orders

## Version 1.0.13
Important fix for price products (and sales options & rules in general) when several listing processes running at same time

## Version 1.0.12
7485ad0 Prevent Exception while editing product if API problem appear while conditions options
2927622 Add translation for frontend, change payment info template
29069ea Fix wrong variable name for payment method instruction
1738457 add payment block info in frontend area too for email generated from backend
259f885 Fix issue with products grid and massaction
8d37514 Update readme file
ea18812 Redirect to edit page if error occur
0fe5a3c Implement Bank information display if ricardo.ch payment method Bank transfer is used, Remove the cleanup listing log as it is duplicate with the job cleanup
9cd82a8 Change order of the tab display 1) Synchronization 2) Listing Log instead of the opposite
bc809c0 Fix random security error message on fresh install

## Version 1.0.10
e2304ab Change the status of an item to stop if the item has not been sold. It will stop the complete list if all items are stopped.
e2c0676 Set website Id while saving new customer even if store id was also provided to be sure that the user is saved into the correct website
0d01b4a Fix missing log url in message
ff1005c Skip required option when creating an order, also for custom option
9b48ef6 Fix missing home number

## Version 1.0.9
- Fix issue with some optional API property set to 0 (like template Id)
- 0c1eb42 Revert temporary success / error in dispatcher list , improve translations of string in product grid
- 74c3284 Show a small message in sync grid while running or chunk running to allow to differentiate both kind of sync
- 68eed7f Raise to 400 items to trigger in dispatch
- 1d3a839 Prevent create a new job while having a chunk running sync list
- 3241ef0 Change the way to handle the bucket of items in the dispatcher, fix a bug while triggering the order dispatcher and getting the list of listed items
- adcbc59 Improve message display in sync grid
- 6b6c45e Fix issue with "Until Sold" feature
- 2f48ea4 Improve the way to set/get successful or error log item
- 86fcc17 Display Product list name in the sync log grid instead to put it as message
- 1219b09 Fix issue with products grid and configurable products having article inserted also as simple article
- 95efdca Fix duplicate collection item error
- 4d38ed3 Make the option Schedule Reactivation "Until Sold" better explicit and working
- 03bc9cd Update code documentation
- 658c9f6 In some cases, picture's extension is not recognized so change the logic to determine if it exists or not Catch Exception and log them in cron class
## Version 1.0.8
- b5f1afa Update translations file
- c0d3fbb Fix issue with dispatcher and completed status
- 27c48c9 Fix interface issue (invisible language was also required input) with language selection and payment method "other" which needs a payment description and shipping description field if shipping "other" is selected
- 9e0be11 Improve debugging content when dispatcher mets errors
- b994fa0 Improve grid translations for products
- 84baa1b Change order of token DEV/PROD configuration fields
- 868e576 Fix issue with product price max limit (should be only for "Buy now" and payment method with credit card)
- 379a51b Fix issue with too long strings saved into DB if error occurred
- 0eb9f8d Cosmetic code changes
- 79ce926 Change translation
- 356c909 Fix issue with job message and json encoding (some loop appeared in some use cases)
- 738f316 Better judge if some values must be retrieved from the API depending if the extension is configured or not
- cd34d94 Prevent loop when doing the dispatch
- 14d3beb fix uninstall file txt with wrong language folder package
- a5e6350 Fix translation issue in the sync grid
- 90a2f7c Fix issue if extension is disabled with payment and shipping methods
- 33055cc Add nl2br for description

## Version 1.0.7
- 42f18da Prevent warning messages for some variables, Prevent Exception when picture doesn't exist in preview, set per default the dev mode to 1 because user receives BETA API Token first and some people doesn't set correctly the configuration
- 29767d9 Add more condition to display error in case of wrong API configuration and coming from banner notification
- 57da567 Invite user to check his configuration if a problem occurs
- c514cb0 Merge branch 'develop'

## Version 1.0.6
- 6a6ca4f Do not set the status of the parent configurable product when list on ricardo.ch
- eb0d25a Handle correctly errors if done in the backend notification banner
- 68f812a add short description as fallback product description
- bb0c931 change redirect url and add error message
- c4fbe49 Check and List action: save also product listing information
- 349218a Merge branch 'develop' of git://github.com/diglin/ricento into develop
- f467eb4 Fix issue with grid of products after filter reset (missing form key hidden field)
- 4cc8e3b Revert changes done for RIC-102, display products item w/o any error
- afb9215 Add new url to register to the API
- c0b50e9 In case errors are coming from the API but it is at backend notification level, we catch the error and display it as session error message
- 7d0c803 Merge branch 'develop' of github.com:diglin/ricento into develop
- 068a409 allow to delete a job even if it is running, fix some typo translations, allow to save when clicking on "check and list" button from a product listing

## Version 1.0.5
- c1b3c90 Merge branch 'develop'
- 9f59a2f Fix definitely issue RIC-102 with product grid display
- 3c3547a Fix issue RIC-102: product grid display in product listing with some configuration provide error cause of the collection and duplicate items found
- 5d1706e Merge pull request #1 from diglin/develop

## Version 1.0.4
- ebaec62 Remove the filter collection to not get "not visible" products. Don't remember the reason of this filter, hope it doesn't have consequence with order creation (normally no)
- 90e2a93 Merge branch 'develop'

## Version 1.0.3
- c55a6dd Fix issue with wrong store id, should not be website id while getting storeConfig
- 00c2960 Update README.md

## Version 1.0.2
- 880dbfd Fix issue if API not yet configured and Product Edit Page is requested from the backend
- 5841d06 Update gitsubmodule (replace bitbucket with github)
- be2b77a Update readme file
- 9384e3c Update doc

Download this release

Release Info

Developer diglin
Extension diglin_ricento
Version 1.0.14
Comparing to
See all releases


Code changes from version 1.0.13.1 to 1.0.14

app/code/community/Diglin/Ricento/Model/Dispatcher/Order.php CHANGED
@@ -187,9 +187,10 @@ class Diglin_Ricento_Model_Dispatcher_Order extends Diglin_Ricento_Model_Dispatc
187
  $sellerAccountService->setCurrentWebsite($this->_getListing()->getWebsiteId());
188
 
189
  $soldArticles = $sellerAccountService->getSoldArticles($soldArticlesParameter);
190
-
191
  $soldArticles = array_reverse($soldArticles);
192
 
 
 
193
  foreach ($soldArticles as $soldArticle) {
194
 
195
  $rawData = $soldArticle;
187
  $sellerAccountService->setCurrentWebsite($this->_getListing()->getWebsiteId());
188
 
189
  $soldArticles = $sellerAccountService->getSoldArticles($soldArticlesParameter);
 
190
  $soldArticles = array_reverse($soldArticles);
191
 
192
+ $productItem->setLoadFallbackOptions(true);
193
+
194
  foreach ($soldArticles as $soldArticle) {
195
 
196
  $rawData = $soldArticle;
app/code/community/Diglin/Ricento/Model/Products/Listing.php CHANGED
@@ -212,8 +212,7 @@ class Diglin_Ricento_Model_Products_Listing extends Mage_Core_Model_Abstract
212
  public function getSalesOptions()
213
  {
214
  if (!$this->_salesOptions) {
215
- $this->_salesOptions = Mage::getModel('diglin_ricento/sales_options');
216
- $this->_salesOptions->load($this->getSalesOptionsId());
217
  }
218
  return $this->_salesOptions;
219
  }
@@ -224,8 +223,7 @@ class Diglin_Ricento_Model_Products_Listing extends Mage_Core_Model_Abstract
224
  public function getShippingPaymentRule()
225
  {
226
  if (!$this->_shippingPaymentRule) {
227
- $this->_shippingPaymentRule = Mage::getModel('diglin_ricento/rule');
228
- $this->_shippingPaymentRule->load($this->getRuleId());
229
  }
230
  return $this->_shippingPaymentRule;
231
  }
212
  public function getSalesOptions()
213
  {
214
  if (!$this->_salesOptions) {
215
+ $this->_salesOptions = Mage::getModel('diglin_ricento/sales_options')->load($this->getSalesOptionsId());
 
216
  }
217
  return $this->_salesOptions;
218
  }
223
  public function getShippingPaymentRule()
224
  {
225
  if (!$this->_shippingPaymentRule) {
226
+ $this->_shippingPaymentRule = Mage::getModel('diglin_ricento/rule')->load($this->getRuleId());
 
227
  }
228
  return $this->_shippingPaymentRule;
229
  }
app/code/community/Diglin/Ricento/Model/Products/Listing/Item.php CHANGED
@@ -183,8 +183,8 @@ class Diglin_Ricento_Model_Products_Listing_Item extends Mage_Core_Model_Abstrac
183
  public function getSalesOptions()
184
  {
185
  if (!$this->_salesOptions) {
 
186
  if ($this->getSalesOptionsId()) {
187
- $this->_salesOptions = Mage::getModel('diglin_ricento/sales_options');
188
  $this->_salesOptions->load($this->getSalesOptionsId());
189
  } elseif ($this->getLoadFallbackOptions()) {
190
  $this->_salesOptions = $this->getProductsListing()->getSalesOptions();
@@ -200,8 +200,8 @@ class Diglin_Ricento_Model_Products_Listing_Item extends Mage_Core_Model_Abstrac
200
  public function getShippingPaymentRule()
201
  {
202
  if (!$this->_shippingPaymentRule) {
 
203
  if ($this->getRuleId()) {
204
- $this->_shippingPaymentRule = Mage::getModel('diglin_ricento/rule');
205
  $this->_shippingPaymentRule->load($this->getRuleId());
206
  } elseif ($this->getLoadFallbackOptions()) {
207
  $this->_shippingPaymentRule = $this->getProductsListing()->getShippingPaymentRule();
@@ -432,7 +432,6 @@ class Diglin_Ricento_Model_Products_Listing_Item extends Mage_Core_Model_Abstrac
432
  //** Article Images
433
 
434
  $images = (array) $this->getProduct()->getImages($this->getBaseProductId());
435
- $images = array();
436
  $i = 0;
437
  $hash = array();
438
  foreach ($images as $image) {
183
  public function getSalesOptions()
184
  {
185
  if (!$this->_salesOptions) {
186
+ $this->_salesOptions = Mage::getModel('diglin_ricento/sales_options');
187
  if ($this->getSalesOptionsId()) {
 
188
  $this->_salesOptions->load($this->getSalesOptionsId());
189
  } elseif ($this->getLoadFallbackOptions()) {
190
  $this->_salesOptions = $this->getProductsListing()->getSalesOptions();
200
  public function getShippingPaymentRule()
201
  {
202
  if (!$this->_shippingPaymentRule) {
203
+ $this->_shippingPaymentRule = Mage::getModel('diglin_ricento/rule');
204
  if ($this->getRuleId()) {
 
205
  $this->_shippingPaymentRule->load($this->getRuleId());
206
  } elseif ($this->getLoadFallbackOptions()) {
207
  $this->_shippingPaymentRule = $this->getProductsListing()->getShippingPaymentRule();
432
  //** Article Images
433
 
434
  $images = (array) $this->getProduct()->getImages($this->getBaseProductId());
 
435
  $i = 0;
436
  $hash = array();
437
  foreach ($images as $image) {
app/code/community/Diglin/Ricento/etc/config.xml CHANGED
@@ -13,7 +13,7 @@
13
  <config>
14
  <modules>
15
  <Diglin_Ricento>
16
- <version>1.0.13</version>
17
  </Diglin_Ricento>
18
  </modules>
19
 
13
  <config>
14
  <modules>
15
  <Diglin_Ricento>
16
+ <version>1.0.14</version>
17
  </Diglin_Ricento>
18
  </modules>
19
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>diglin_ricento</name>
4
- <version>1.0.13.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -38,7 +38,10 @@
38
  &lt;p&gt;With around 700,000 current offers (auctions and fixed price), 2.5 million brand-name articles on &lt;a href="http://www.ricardoshops"&gt;ricardoshops&lt;/a&gt;.ch, around 100,000 vehicles plus 35,000 parts and accessories on &lt;a href="http://www.autoricardo.ch"&gt;autoricardo.ch&lt;/a&gt; and over 2.3 million members, ricardo.ch is the largest online marketplace in Switzerland. Every three minutes somebody buys an article on &lt;a href="http://www.ricardo.ch"&gt;ricardo.ch&lt;/a&gt; using a mobile device. ricardo.ch AG employs over 140 people in Switzerland and is headquartered in Zug.&lt;/p&gt;&#xD;
39
  &lt;h2&gt;About Diglin&lt;/h2&gt;&#xD;
40
  &lt;p&gt;&lt;a href="http://www.diglin.com"&gt;Diglin&lt;/a&gt; is the Swiss eCommerce Agency per excellence, realizing your eCommerce project with success. It will accompany along the whole life of your eCommerce project at any levels: conception, realization, design, marketing, logistic, data treatment and management, resource optimization, cost efficiency, increase in turnover, etc. Diglin concentrates its activities mainly with the solutions Magento (eCommerce), OroCRM (CRM) and Akeneo (PIM) and work with its partners highly qualified to provide you the best solutions regarding your needs. &lt;/p&gt;</description>
41
- <notes>## Version 1.0.13&#xD;
 
 
 
42
  Important fix for price products (and sales options &amp; rules in general) when several listing processes running at same time&#xD;
43
  &#xD;
44
  ## Version 1.0.12&#xD;
@@ -136,9 +139,9 @@ ff1005c Skip required option when creating an order, also for custom option&#xD;
136
  - 9384e3c Update doc&#xD;
137
  </notes>
138
  <authors><author><name>diglin</name><user>diglin</user><email>sly@diglin.com</email></author></authors>
139
- <date>2014-12-21</date>
140
- <time>21:36:15</time>
141
- <contents><target name="mageetc"><dir name="modules"><file name="Diglin_Ricento.xml" hash="a86e2b01a2299f2bbb2be1f53ac2e67c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ricento.xml" hash="c1b82328c179fae58ba58f100e9c8492"/></dir><dir name="template"><dir name="ricento"><dir name="dashboard"><file name="account.phtml" hash="cbbb371ec1f0887422d566b58468fd8d"/><file name="bestsellers.phtml" hash="f57552ae07eb4a76c60d7c1c5f310925"/><file name="lifeturnover.phtml" hash="349fb44e8e299fcedbd6bff3695c4d13"/><file name="news.phtml" hash="bfea8d5c2703f5df8e9b3d7fbe469fb7"/><file name="toolbar.phtml" hash="ff0de2dcf1f1477c358847cffe4e5606"/><dir name="turnover"><file name="graph.phtml" hash="b2e71dbe5066c7bbc2ab770fa3b22000"/></dir><file name="turnover.phtml" hash="18760c73f322091aa7c41d536dc0455a"/></dir><file name="dashboard.phtml" hash="c727260087d512a80c1536b565de76b6"/><file name="iframe.phtml" hash="caf1e6f5d93a40f907f8563bc39ed2a8"/><dir name="js"><dir name="rules"><dir name="validate"><file name="paymentshipping.phtml" hash="4b74753a7661daf4c198a5f92950574f"/></dir></dir><dir name="salesoptions"><dir name="validate"><file name="increment.phtml" hash="7cf5b3bfb2f89a5513f9bc99d640039a"/></dir></dir><dir name="sync"><file name="progress.phtml" hash="bc384c157f7bb197b4b5604fda92e142"/></dir></dir><file name="log.phtml" hash="f60232e3277e2db2ca5d1d7849335961"/><dir name="notifications"><file name="configured.phtml" hash="0356ae8947fb0533179b4315f184bfd0"/><file name="expiration.phtml" hash="a67a026879d7442d5ded273860342a60"/></dir><dir name="payment"><dir name="info"><file name="default.phtml" hash="c1d4e98ba0bf30f501116b923d6d1d01"/><dir name="pdf"><file name="default.phtml" hash="4d6bc784f0ebaccee18fd1d761020025"/></dir></dir></dir><dir name="products"><dir name="category"><file name="children.phtml" hash="fe7c8df894f6f60f5ac2b3b789e748d4"/><file name="mapping.phtml" hash="2801c64d3b5784998204fbcf2125baf2"/></dir><dir name="listing"><dir name="item"><dir name="edit"><file name="form.phtml" hash="87a048b7da1b45b434e8922b11853bdd"/></dir><file name="preview.phtml" hash="eddde5ab418c1e3f147e048b40819992"/></dir></dir></dir><file name="support.phtml" hash="1880a730faf40f0cb5c9bbffcd8ca684"/><dir name="sync"><dir name="check"><file name="popup.phtml" hash="1e5594870fd56a62b56be99f1d18efd3"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ricento"><dir name="payment"><dir name="info"><file name="default.phtml" hash="c1d4e98ba0bf30f501116b923d6d1d01"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ricento"><dir name="css"><dir name="images"><file name="ajax-loader.gif" hash="73e57937304d89f251e7e540a24b095a"/><file name="arrow_sans_right_32.gif" hash="276b86bab75976c98e3c5202916d927a"/><file name="monotone_check_yes_ok.png" hash="b7b1d4c572e0c2ed10435a802549ae64"/><file name="ricardo_16x16.png" hash="5987591334d1b58f66ae4db2683fa8fd"/><file name="ricardo_32x32.png" hash="0635c69692c26a4bd4707a91336d9b3b"/><file name="settings_icon.png" hash="4bdae9a6199655027b8b8aeee8f80ce4"/><file name="warning_msg_icon.gif" hash="4cf6ec7f59ab09f9c18b3a4301714c6d"/><file name="window_maximize.png" hash="0f9c031e141822fed135270e34b128d5"/><file name="window_minimize.png" hash="62e6795471543a0eff14a07bf271d8d7"/></dir><file name="ricento.css" hash="c714e583ec2cca702f1d660258351c74"/></dir><dir name="images"><file name="KB.png" hash="187e953f8ebf9fe5829ec31427ff853b"/><file name="contact.png" hash="85ed8d8113a897128ab1263e23b69dbb"/><file name="diglin.png" hash="cb24b7fec64fd8f906375d497b7e5e0f"/><file name="diglin@2x.png" hash="0e834d7839f61e789db16c028100b6ff"/><file name="online-support-48.png" hash="70f55fb3bc678875eaf53dfb214d7d3d"/><file name="ricardo.png" hash="21beeb511cf31d16ebc6b9d947806447"/><file name="ricardo@2x.png" hash="af83978f369def1e4e87fc06e4903c61"/><file name="settings-13-48.png" hash="3dc22c1da4f952687699e5fc23028232"/><file name="sinchronize-48.png" hash="15735cf3ca563303d9e981faba075750"/><file name="statistics-48.png" hash="38046c16959de9ee22b1679d4ddf3909"/><file name="view-details-48.png" hash="a8bbab2e728f1723e9e17dce5f939b22"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Diglin"><dir name="Ricento"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Source"><file name="Heading.php" hash="08bfec7a2b10f7d0ac093fde65376088"/><file name="Hint.php" hash="637305b9f7e1c335240a698c0cd01e0b"/></dir></dir><dir name="Dashboard"><file name="Account.php" hash="35f9c924a368fe89988551949edfce2a"/><file name="Bestsellers.php" hash="7c2141de8e0b5c96bd1f980c7bfd3c0d"/><file name="Lifetime.php" hash="03bd7fb6cc59dac28d1e8171a8b663fb"/><file name="News.php" hash="6ee052d661649e532b9d1ca4678a572a"/><file name="Turnover.php" hash="599befc82193fe3c0d8bf40235573b35"/></dir><dir name="Form"><dir name="Element"><dir name="Checkboxes"><file name="Extensible.php" hash="ffb747148d40df54d9fa3fa816a39400"/></dir><dir name="Fieldset"><file name="Inline.php" hash="fdc4b3558f283e64dc93ca7fc19b6649"/></dir><dir name="Radios"><file name="Extensible.php" hash="c9ad2029c98e44564f61c7e93a5b86a6"/></dir></dir></dir><dir name="Log"><file name="Tabs.php" hash="c2f6cc390e147cf9c3d34590cfb6e8fb"/></dir><file name="Log.php" hash="314ce9d39c222b31fcd31d7967332956"/><dir name="Notifications"><file name="Default.php" hash="726bbe880cc3fced92026e3fe9de52cd"/><file name="Expiration.php" hash="04c49b5ebd58f1671f212daa8fea9d3d"/></dir><dir name="Page"><file name="Menu.php" hash="309a5b5f61b865eed6115292a1ba8408"/></dir><dir name="Products"><dir name="Category"><file name="Children.php" hash="4af63f515a1c722e746db4cb025f56ec"/><dir name="Form"><dir name="Renderer"><file name="Categories.php" hash="f743907976f85721289206db1ce867e4"/><file name="Mapping.php" hash="e7d3043e2df114e2fe0da3df56c090c7"/></dir></dir><file name="Mapping.php" hash="0992362283c3561f8f2853149966b539"/><dir name="Tree"><file name="Categories.php" hash="a6bd451c4d6c5a98169a80839cda1066"/><file name="Form.php" hash="fca0061ce0a1e8ab09cd59b8483b9339"/></dir><file name="Tree.php" hash="a8e8d92a06cba9841a10ed3601eefea6"/></dir><dir name="Listing"><dir name="Edit"><file name="Form.php" hash="c221dbbf901ad4b94567a7f20abac341"/><dir name="Tabs"><file name="General.php" hash="66fc6693de1118bbff1c71fd434d4621"/><dir name="Products"><file name="Add.php" hash="1c56ae17350862a716e08d0d90a8c2c6"/><file name="Massaction.php" hash="95eaac9d08a05a4e7c801b2af0918897"/><dir name="Renderer"><file name="Article.php" hash="6b71dd28b3cd47fc33dc262aa699be21"/><file name="Configured.php" hash="752384f9403d947710ca200e3033315d"/><file name="Customoptions.php" hash="1528f1ece06428ecae827463db2e43ac"/><file name="Inventory.php" hash="f8b93de58674e27b3f41ade861973332"/><file name="Name.php" hash="df67409ce61c7b0db64afbf72cbb9dcd"/><file name="Status.php" hash="1b0d3a7fffde53b529e46778acc1ca79"/></dir></dir><file name="Products.php" hash="f201f3f7e3c13a6f897eea197ae23430"/><file name="Rules.php" hash="2e8ecfebc9273e462981f98dbc5fa324"/><file name="Selloptions.php" hash="1b5014a5a6022e7eec87afe78126d087"/></dir><file name="Tabs.php" hash="2c32080a6452c787ee425970ae20b4ec"/></dir><file name="Edit.php" hash="2ae88e5e2370ca022e3527458a0480f6"/><dir name="Form"><file name="Abstract.php" hash="7f3cfbb2f2e2d5f2f5b93aae7f4cb863"/></dir><dir name="Grid"><dir name="Renderer"><file name="Status.php" hash="d46908619652be3858d11d6c1bbf6829"/><file name="Total.php" hash="f36fa67a80cc6cf21827ad6ec56c0e0f"/></dir></dir><file name="Grid.php" hash="35d5b0bef35a6bf24a8eebb01be3ef3f"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="8126675b354e5db8b3c87719a3e3f14a"/><dir name="Tabs"><file name="Rules.php" hash="a3529886f663e7ff5997e12dbcb3c0d1"/><file name="Selloptions.php" hash="371f56454019bd9c367283647a826575"/></dir><file name="Tabs.php" hash="ee77e446bf1ecd743248373f3ce0423d"/></dir><file name="Edit.php" hash="344f46df840b4d7a9986708fa27439de"/><file name="Preview.php" hash="bc0367dd7ef6b6e07ec8c45af3829cd6"/></dir><dir name="Log"><file name="Grid.php" hash="4d48ec10eff2ec85157103817e6c836f"/></dir><file name="Log.php" hash="faa3d6f967a81979971dfb1adc1983a9"/><dir name="New"><file name="Form.php" hash="33ba643084f9ecea6410f4eec4e09d56"/></dir><file name="New.php" hash="756ccaf1d944562504dadc9ca46db8d7"/></dir><file name="Listing.php" hash="cf27b8ad9d2cd31d5bb334be4a2a08e0"/></dir><dir name="Sync"><dir name="Log"><dir name="Grid"><dir name="Renderer"><file name="Progress.php" hash="c2334533853a0e7b671981d65d71be5c"/><file name="Title.php" hash="dc6ccd1225f015e971c672b0e1809f8f"/></dir></dir><file name="Grid.php" hash="bdddd85b20194062adc38ecb425b6ccc"/></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Button.php" hash="1bb855e3f7fea3a563480360d5cc3c75"/></dir></dir></dir></dir></dir><dir name="Payment"><file name="Info.php" hash="506632bcf1c329b764c508872573b425"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Action.php" hash="57c677fd84a8093e2c877a678baa8195"/><dir name="Products"><file name="Listing.php" hash="cd1e5fbd6434a7c85f956f26e0253c57"/></dir></dir></dir><file name="Exception.php" hash="14ed2052208b67845a908677c064abb1"/><dir name="Helper"><file name="Api.php" hash="5dbd8a731c8fdfdabb77a4126cb82931"/><dir name="Dashboard"><file name="Turnover.php" hash="2412ced6939a78c9fbffcb9b73863551"/></dir><file name="Data.php" hash="4a0a48a55f796693de6c87ffe457c528"/><file name="Price.php" hash="bf57d4ee942825cc7bf5102b9896e7db"/><file name="Tools.php" hash="ee9f03491e70d15d34b57fd02dbe8004"/></dir><dir name="Model"><dir name="Api"><dir name="Services"><file name="Abstract.php" hash="d602f7cb37216de6e571bd7f3c483e71"/><file name="Customer.php" hash="ef947fdcc2ed93fc32847386c45eaa26"/><file name="Security.php" hash="875bbd67f05efd34474f3a3b36fa31e8"/><file name="Sell.php" hash="b315e0360002e31de4e038d9ab978df7"/><file name="Selleraccount.php" hash="c4d8346f84fa02b756190c484ffa58bf"/><file name="System.php" hash="fbf16e64ad7b435e1e6d7bdae6e24d78"/></dir><file name="Token.php" hash="d21221d3d3a32bca4ebeed03cfe442e5"/></dir><dir name="Config"><dir name="Source"><file name="Abstract.php" hash="d633868d1927b3a9014ed3dcfbfd1999"/><file name="Categories.php" hash="6b17c67f90ec63b9f3be7f9843740dca"/><file name="Languages.php" hash="014852a76af2dee1a7337dbf9f493b85"/><dir name="Products"><dir name="Listing"><file name="Log.php" hash="146dfc2c14e8a3a86e01d164126cb4b2"/><file name="Status.php" hash="a3f2771923122051a408443f843d6528"/></dir></dir><dir name="Rules"><file name="Payment.php" hash="b6e01b940a147482aaffb328faf34b95"/><dir name="Shipping"><file name="Availability.php" hash="45207d4f2178550378a51f7ff7fd3e49"/><file name="Calculation.php" hash="10222fd3941506e2b3828797d6aa1f9d"/><file name="Packages.php" hash="7f994b97c678dfb20fde6725124e2acc"/></dir><file name="Shipping.php" hash="eec3b38d9cfe649a17092a2b5a1098d1"/></dir><dir name="Sales"><file name="Currency.php" hash="bbe5bcd94ed0f0bb7c5ded58f13ec457"/><file name="Days.php" hash="f5b51b4710d51265e815d048e5ef9edc"/><dir name="Order"><file name="Status.php" hash="a1ea817067ed8f1c4d178f7a6dd5b3b0"/></dir><dir name="Price"><file name="Method.php" hash="bb9985ba73579b5bd8aa94f9222d51fc"/><file name="Source.php" hash="9b752e09a0f72ce6127171cabb2290c1"/></dir><dir name="Product"><dir name="Condition"><file name="Source.php" hash="e448f60cd3124c09f299bd8ef9168fa0"/></dir><file name="Condition.php" hash="96e0ec65f1b10170284719922ae84bff"/></dir><file name="Promotion.php" hash="f89dab74f940fbd5e28e27f63a5c1064"/><file name="Reactivation.php" hash="e5e2ef320bf6f752b01f9407b1e02dae"/><file name="Template.php" hash="f4a307a49f48ff8ec4b2358bddf2242e"/><file name="Type.php" hash="07c4b022b55806d75ffe742ea4ea16f7"/><file name="Warranty.php" hash="da1985c05eb6aca67c153f23fe27ddaa"/></dir><file name="Status.php" hash="1b1fcb6cfc9dc71afe164d9557b5e84c"/><file name="Store.php" hash="640451943c245fee5ba5fd777b670c95"/><dir name="Sync"><file name="Progress.php" hash="51c7f312d30a1527cb2706a1006605b0"/><file name="Status.php" hash="b5be2dc9a11875746d2356d773db354f"/><file name="Type.php" hash="5950c0f75d201fd1d09c4fd5c5656b20"/></dir><file name="Website.php" hash="0fcb2be469c740658f7eacbf2af47a7b"/></dir></dir><file name="Cron.php" hash="24bceab1c9fd45ad1f3403237aae8cf7"/><dir name="Dispatcher"><file name="Abstract.php" hash="1d69d6b87f61f36152ce38503920707d"/><dir name="Check"><file name="List.php" hash="0b1fda4f5390f41c4e53fa81a316bfdc"/></dir><file name="List.php" hash="bbd329613819a10ad0d09c7e6ddc9066"/><file name="Order.php" hash="bd54f6c9dc562d379c95dffa6f974399"/><file name="Relist.php" hash="6de5133b423023dd909df746291773e2"/><file name="Stop.php" hash="ff2a79fa58af07345db28eb6043d9afd"/><dir name="Sync"><file name="List.php" hash="74c96c13baadeebdc8a1c1badeb27b6f"/></dir></dir><file name="Dispatcher.php" hash="280b437329ae21c21c7616779692cdea"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Conditions.php" hash="d80e42261c1597130d6f3741bf7b993f"/></dir></dir></dir><file name="Filter.php" hash="febacb31efaa37f0e99b1797bab8afbf"/><file name="Observer.php" hash="93e619838275f09033f564a15c462b32"/><dir name="Products"><dir name="Category"><file name="Mapping.php" hash="448ef8c2ab5a6700c1b42abd3762b5f1"/></dir><file name="Category.php" hash="177aae06b7476161a422baa1b5b8374f"/><dir name="Listing"><dir name="Item"><file name="Product.php" hash="497a989792d3113656ab47f803cff0f9"/></dir><file name="Item.php" hash="aaf7e376d0161148562c40d6a503d9ee"/><file name="Log.php" hash="213f2f5286f4a3713bcdd82598df7dfd"/></dir><file name="Listing.php" hash="33316b22e7cb7298c0d9239281a01d61"/></dir><dir name="Resource"><dir name="Api"><dir name="Token"><file name="Collection.php" hash="51992d17b564fcdb718abce2414747eb"/></dir><file name="Token.php" hash="25e5f057c82bb6d392b52266f3811ea9"/></dir><dir name="Products"><dir name="Listing"><file name="Collection.php" hash="c94d554760695abc4a6b945689000de8"/><dir name="Item"><file name="Collection.php" hash="01ea05bfc2f1022b2d992691ef5db2bc"/></dir><file name="Item.php" hash="416ed617dd27b8e8c0758a0b9fb8c772"/><dir name="Log"><file name="Collection.php" hash="f2eebe0149612f2f4bcad4ecfc6832a7"/></dir><file name="Log.php" hash="da8bbef1cd2ddd9c85219079cc9031f2"/></dir><file name="Listing.php" hash="26072a6c3021b2f10505da7134745e88"/></dir><dir name="Rule"><file name="Collection.php" hash="c0b7fd1edbd8f04de226db160d31a257"/></dir><file name="Rule.php" hash="b63218516887316c215293ae6b218b12"/><dir name="Sales"><dir name="Options"><file name="Collection.php" hash="1698f27eb16b0aba54153c3287e9db7d"/></dir><file name="Options.php" hash="9d395a536cf85c1baf7dde67f1d1db77"/><dir name="Transaction"><file name="Collection.php" hash="422a9d85188b164b7de9ce0a9c22c01e"/></dir><file name="Transaction.php" hash="55383dcec4d82916a0dc3c54e90fa0d1"/></dir><dir name="Sync"><file name="Abstract.php" hash="85e1e086f6c76a98418ef0c5ac161f39"/><dir name="Job"><file name="Collection.php" hash="1c56905d1de46ee27d224f8b8da119d5"/><dir name="Listing"><file name="Collection.php" hash="4cdd08535ffe4f9eeebc3c3e3c327e34"/></dir><file name="Listing.php" hash="afa885ade1269a9bdbb9747f6ad3bbf9"/></dir><file name="Job.php" hash="4c2dd8603055fda0b19796fe01fc428e"/></dir></dir><file name="Rule.php" hash="547206351e7b2402c208fd98e321d4d3"/><dir name="Sales"><dir name="Method"><file name="Payment.php" hash="f2a637375d0e8efafa8938af3a1f54e9"/><file name="Shipping.php" hash="51dd4b48adb8c9a658a0c6b0c6e156c0"/></dir><file name="Options.php" hash="3d5117fbc8a2fa156b97c7ce68a18cb6"/><file name="Transaction.php" hash="c2af2e5d450aa454ce71aaa1a9ee8557"/></dir><file name="SplAutoloader.php" hash="bc9cb1855a56db83b8698402787f39ba"/><dir name="Sync"><file name="Abstract.php" hash="c0371fa7a0482830662a903d0f041fc1"/><dir name="Job"><file name="Listing.php" hash="8387ebd4f89d40eff688bb7276521925"/></dir><file name="Job.php" hash="9fd818d7d612dd609b99bc1f1d1f45ac"/></dir><dir name="Validate"><dir name="Products"><file name="Item.php" hash="509fbb6d221959591e3a83f7e31b64ad"/></dir><dir name="Rules"><file name="Methods.php" hash="e2d03b4a3bdd04d0a7911282e92b8bfe"/></dir><dir name="Sales"><file name="Increment.php" hash="00b2c74b940a5e7335fdf0c199cde10d"/></dir></dir></dir><dir name="Test"><dir name="Model"><dir name="Rule"><dir name="Validate"><dir name="expectations"><file name="testPaymentMethodCombinations.yaml" hash="c1070f1ae555a8c32a7761980e589857"/></dir><dir name="providers"><file name="testPaymentMethodCombinations.yaml" hash="0dfd5c1d335e10540607a391b33a9a2c"/></dir></dir><file name="Validate.php" hash="9d369f952bedd01ad64a1014c9e27dca"/></dir><dir name="Sales"><dir name="Validate"><dir name="Increment"><dir name="expectations"><file name="testStartPriceIncrementCombination.yaml" hash="15ffe7bd8373cda25aed179c08171881"/></dir><dir name="providers"><file name="testStartPriceIncrementCombination.yaml" hash="345726c8c358be678a93c38fbff504dc"/></dir></dir><file name="Increment.php" hash="2f8ee9ec5574ae9688a40c4aafd5e045"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AccountController.php" hash="fd601c339bdd79f25092047369be1a49"/><file name="ApiController.php" hash="1bc8739d959318b71010447c4922ad60"/><file name="DashboardController.php" hash="71051cad0c634f3e458a1dd42a5a1eb2"/><file name="IndexController.php" hash="4f56e2f094e4815f0aa20896f2cebef0"/><file name="LogController.php" hash="5cbeae3b75580b6f608f3820b28044b4"/><dir name="Products"><file name="CategoryController.php" hash="3230bd66ea28032d7077d818af686628"/><dir name="Listing"><file name="ItemController.php" hash="2fef6f6a09a150d7ede6f5b11856c514"/></dir><file name="ListingController.php" hash="63d1752bd0d14c6dd6f50bc95107a6c3"/></dir><file name="SupportController.php" hash="50890a85a9d928b3d7d3417a7602e7ab"/><file name="SyncController.php" hash="c4d42be28806ef823d2fec44b9ea4e21"/></dir></dir><dir name="data"><dir name="ricento_setup"><file name="data-install-1.0.0.php" hash="55aaf8155dc995759ffd1f0b30fbdebc"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e96e002be5f66f94487957bfb799b1a7"/><file name="config.xml" hash="66095c9e0d57aad7561c9cc11ff2918d"/><file name="jstranslator.xml" hash="2bc1f6e366db7a341ff61e3c99cd1484"/><file name="system.xml" hash="c941345547cfa36b98acb4499bbf4933"/><file name="uninstall.txt" hash="660b44580246f818f8e22f4c5a530c9b"/></dir><dir name="sql"><dir name="ricento_setup"><file name="install-1.0.0.php" hash="365b98c8ebcabad38ecf376d0d0ffa1d"/><file name="uninstall.php" hash="c35f23459d2e9877f6fba74344ec0f13"/><file name="upgrade-1.0.8-1.0.9.php" hash="5bb2647c796fdcc83cf486462b68f47b"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Diglin_Ricento.csv" hash="6ae3a1db77eb5adf391a272cea41fe45"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="fr_FR"><file name="Diglin_Ricento.csv" hash="617f2b622a4c20c02e0bc9773c6fbf89"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="de_DE"><file name="Diglin_Ricento.csv" hash="9e7f00782203e5e856ad5c6f0cc9546f"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="de_CH"><file name="Diglin_Ricento.csv" hash="77556e47a7f2d2d2d7749a16e41fb099"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="ricento"><file name="Countable.js" hash="dc66f2e57b917e39f897f254bcc8ec1b"/><file name="adminhtml.js" hash="bcc6440ab53ba812d8925834b6e8dc90"/><dir name="livepipe-ui"><file name="livepipe.js" hash="d15a0747cdc197a7f7081d5be4f20d01"/><file name="progressbar.js" hash="2153c666af9b91c65111124665cb57f7"/></dir></dir></dir></target><target name="magelib"><dir name="Diglin"><dir name="Ricardo"><file name="Api.php" hash="bd9e1934b4dc688a9769ac393dcf2772"/><dir name="Composer"><file name="Magento.php" hash="5ae2f104bf67b8a98b88e8f77b1a6507"/></dir><file name="Config.php" hash="4c388deb17dd9ab0bac88b9f48b72bb9"/><dir name="Core"><file name="ApiInterface.php" hash="50f48deff14ecc9b84a860148577d254"/><file name="ConfigInterface.php" hash="4c20a5b9501fb1f67ba8f30b9394b49b"/><file name="Helper.php" hash="eff1b9a3329da2e99ef0eeea47345bf7"/></dir><dir name="Enums"><file name="AbstractEnums.php" hash="2ab0ffae9f6a6d28eca38fa5c51eb43c"/><dir name="Article"><file name="ArticlesTypes.php" hash="36034dbfe821a56ce535ecaac67a8ca6"/><file name="CloseListStatus.php" hash="f58b33fac2ff7477db60336995ef8d75"/><file name="InternalReferenceType.php" hash="1de601af4eb7c63b5e8275fd184c0788"/><file name="PromotionCode.php" hash="9a64d93c5bd0401396ef01a3d541a662"/><file name="Warranty.php" hash="530ab807995a8c040461d14d015733ca"/></dir><file name="ArticleErrors.php" hash="6c099cf0331b4069c57bca21f10c56a7"/><dir name="Customer"><file name="ArticleTypeFilter.php" hash="432d52575ae05d23e7b5dd2bbd3d959d"/><file name="OpenArticlesSortBy.php" hash="67b28a232a8741e65663e118210f782a"/><file name="PaidStatusFilter.php" hash="8fe8af18cd1e656f6a72e00f129c31c9"/><file name="ShippedStatusFilter.php" hash="637dee86ee3e74affdc7a3030ffbb9ea"/><file name="SoldArticlesSortBy.php" hash="c71b5ab528c78d5a04cf85f90ba194d1"/></dir><file name="CustomerErrors.php" hash="3e20ef07c8d2640ba7b603dafd0d687a"/><file name="GeneralErrors.php" hash="fc832bf15014e481b5448ae41cdecf7d"/><file name="PaymentMethods.php" hash="88082ee68df61e4934342324103a3beb"/><file name="PictureErrors.php" hash="0f3d3d6994fc14c8e17bf78fc837de09"/><file name="PictureExtension.php" hash="14e0240efdf297cd357e0a125e6199ef"/><file name="SecurityErrors.php" hash="a1589457cb5f87255948f167527337d0"/><dir name="System"><file name="CategoryArticleType.php" hash="4d1f61042c6a38308e670951afffe052"/><file name="CategoryBrandingFilter.php" hash="a69d22acf577970d4f66ae3b83fafe2e"/><file name="LanguageCode.php" hash="0bfeeb41cd02e1d12054fbf9195803ad"/><file name="LanguageId.php" hash="7cd2923825bb2243a7e322150514647d"/></dir></dir><dir name="Exceptions"><file name="ArticleException.php" hash="d93882c3118c4fef4e33a555326f760a"/><file name="CurlException.php" hash="73e161304703e1a3dcb772a73a9a4688"/><file name="CustomerException.php" hash="d87ab7986f06b0c36ba6df31f785a765"/><file name="ExceptionAbstract.php" hash="3ca01773538fba7f523168db78f26539"/><file name="GeneralException.php" hash="a2a35b8341084d39090bd5277e25398f"/><file name="PictureException.php" hash="d34d80cf22cdd49fbb2c39df3a53e8a4"/><file name="SecurityException.php" hash="efe89d07a7d95feb92d76bf2c6b1f07c"/></dir><dir name="Managers"><file name="Customer.php" hash="7e71589a1e87e744339e1d1f4bd22d4f"/><file name="ManagerAbstract.php" hash="a01967622075916539b0d461057f5902"/><file name="ParameterAbstract.php" hash="46644283c9a8fff01c4cd9977e9ee4d5"/><file name="Security.php" hash="32a591063dd86b4d78daf0f1847baef2"/><dir name="Sell"><dir name="Parameter"><file name="AddArticlePicturesParameter.php" hash="2b1d79884d279ae633d03301e1e18b03"/><file name="AppendArticleDescriptionParameter.php" hash="91db44f16669920005549a6d2b83889c"/><file name="AppendDescriptionParameter.php" hash="a7d15430ffe6758608017d14b3ef6f34"/><file name="ArticleDeliveryParameter.php" hash="fdb99e7e1447f6cad0933c02d6b7faf0"/><file name="ArticleDescriptionParameter.php" hash="128ce0d83e76bd6b56d4318bb3e5816d"/><file name="ArticleInformationParameter.php" hash="9471cb4112aef394d1694ee81f462e5c"/><file name="ArticleInternalReferenceParameter.php" hash="d0792d1303ddb6104c8382f312b84d2c"/><file name="ArticlePictureParameter.php" hash="edfb4a30c3d59f5c35462fc541342e74"/><file name="CloseArticleParameter.php" hash="5339d351cdd765ac11a771932ff1d96c"/><file name="CloseArticlesParameter.php" hash="e9450427ec181253213e15d158431219"/><file name="DeletePlannedArticleParameter.php" hash="b656ae4b5c6b1b13b31533a8f81f18aa"/><file name="DeletePlannedArticlesParameter.php" hash="fcdd2cee7059583a51d84a3eaf4055da"/><file name="InsertArticleParameter.php" hash="8adbf3d8685ea81b2db339ec92805b41"/><file name="InsertArticlesParameter.php" hash="230f8270f82001af478b14aef9ec62f3"/><file name="UpdateArticleParameter.php" hash="ec85f19c98b21677f8d66f8058230ee3"/><file name="UpdateArticlePicturesParameter.php" hash="7299e03cb47e030ad279689ae35784be"/></dir></dir><file name="Sell.php" hash="c3a77b18e856634c005c7010c658b582"/><dir name="SellerAccount"><dir name="Parameter"><file name="ArticlesParameter.php" hash="e265ddf4a1bdfb88bdf0c4d2cf51363b"/><file name="ClosedArticlesParameter.php" hash="f96b08b506a8ec4a5d2be3a60c030800"/><file name="OpenArticlesParameter.php" hash="05528888d6e418c0e9dd02db0d978ed1"/><file name="PlannedArticleParameter.php" hash="b1dfaf6793e1b5d38766e6840ce8112b"/><file name="PlannedArticlesParameter.php" hash="db496ae7d7b6c1eaa26311939a74db68"/><file name="SoldArticlesParameter.php" hash="dd7e5df153e32513461d7a8086b0084f"/><file name="UnsoldArticlesParameter.php" hash="9be34df175d2f78d67850d430df3091e"/></dir></dir><file name="SellerAccount.php" hash="05e483863db7d17e05e2c5e7681a37ba"/><file name="System.php" hash="a640022e24e0cf0a6f0db96220c608b1"/></dir><file name="Service.php" hash="9a9ebf44159e9c844f6ddbf23b13f831"/><dir name="Services"><file name="Customer.php" hash="18051871e7dd20c0b99cc528eb8d499c"/><file name="Security.php" hash="3fbb77843da1e1281cca73b605f39f6c"/><file name="Sell.php" hash="dc7b2eff458a053fddbe076c8467dbcb"/><file name="SellerAccount.php" hash="68e924d20a5875575fea950cd96c700a"/><file name="ServiceAbstract.php" hash="4a013eb17d3742933baf850274ec1881"/><file name="System.php" hash="b06eca8e96d1e22d093725fc5a0574ff"/></dir></dir></dir></target></contents>
142
  <compatible/>
143
  <dependencies><required><php><min>5.3.2</min><max>5.6.0</max></php></required></dependencies>
144
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>diglin_ricento</name>
4
+ <version>1.0.14</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
38
  &lt;p&gt;With around 700,000 current offers (auctions and fixed price), 2.5 million brand-name articles on &lt;a href="http://www.ricardoshops"&gt;ricardoshops&lt;/a&gt;.ch, around 100,000 vehicles plus 35,000 parts and accessories on &lt;a href="http://www.autoricardo.ch"&gt;autoricardo.ch&lt;/a&gt; and over 2.3 million members, ricardo.ch is the largest online marketplace in Switzerland. Every three minutes somebody buys an article on &lt;a href="http://www.ricardo.ch"&gt;ricardo.ch&lt;/a&gt; using a mobile device. ricardo.ch AG employs over 140 people in Switzerland and is headquartered in Zug.&lt;/p&gt;&#xD;
39
  &lt;h2&gt;About Diglin&lt;/h2&gt;&#xD;
40
  &lt;p&gt;&lt;a href="http://www.diglin.com"&gt;Diglin&lt;/a&gt; is the Swiss eCommerce Agency per excellence, realizing your eCommerce project with success. It will accompany along the whole life of your eCommerce project at any levels: conception, realization, design, marketing, logistic, data treatment and management, resource optimization, cost efficiency, increase in turnover, etc. Diglin concentrates its activities mainly with the solutions Magento (eCommerce), OroCRM (CRM) and Akeneo (PIM) and work with its partners highly qualified to provide you the best solutions regarding your needs. &lt;/p&gt;</description>
41
+ <notes>## Version 1.0.14&#xD;
42
+ Fix an issue revealed after fixes done in version 1.0.13 related to getting sales options and rules from products listing item during getting new orders&#xD;
43
+ &#xD;
44
+ ## Version 1.0.13&#xD;
45
  Important fix for price products (and sales options &amp; rules in general) when several listing processes running at same time&#xD;
46
  &#xD;
47
  ## Version 1.0.12&#xD;
139
  - 9384e3c Update doc&#xD;
140
  </notes>
141
  <authors><author><name>diglin</name><user>diglin</user><email>sly@diglin.com</email></author></authors>
142
+ <date>2014-12-22</date>
143
+ <time>23:18:42</time>
144
+ <contents><target name="mageetc"><dir name="modules"><file name="Diglin_Ricento.xml" hash="a86e2b01a2299f2bbb2be1f53ac2e67c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ricento.xml" hash="c1b82328c179fae58ba58f100e9c8492"/></dir><dir name="template"><dir name="ricento"><dir name="dashboard"><file name="account.phtml" hash="cbbb371ec1f0887422d566b58468fd8d"/><file name="bestsellers.phtml" hash="f57552ae07eb4a76c60d7c1c5f310925"/><file name="lifeturnover.phtml" hash="349fb44e8e299fcedbd6bff3695c4d13"/><file name="news.phtml" hash="bfea8d5c2703f5df8e9b3d7fbe469fb7"/><file name="toolbar.phtml" hash="ff0de2dcf1f1477c358847cffe4e5606"/><dir name="turnover"><file name="graph.phtml" hash="b2e71dbe5066c7bbc2ab770fa3b22000"/></dir><file name="turnover.phtml" hash="18760c73f322091aa7c41d536dc0455a"/></dir><file name="dashboard.phtml" hash="c727260087d512a80c1536b565de76b6"/><file name="iframe.phtml" hash="caf1e6f5d93a40f907f8563bc39ed2a8"/><dir name="js"><dir name="rules"><dir name="validate"><file name="paymentshipping.phtml" hash="4b74753a7661daf4c198a5f92950574f"/></dir></dir><dir name="salesoptions"><dir name="validate"><file name="increment.phtml" hash="7cf5b3bfb2f89a5513f9bc99d640039a"/></dir></dir><dir name="sync"><file name="progress.phtml" hash="bc384c157f7bb197b4b5604fda92e142"/></dir></dir><file name="log.phtml" hash="f60232e3277e2db2ca5d1d7849335961"/><dir name="notifications"><file name="configured.phtml" hash="0356ae8947fb0533179b4315f184bfd0"/><file name="expiration.phtml" hash="a67a026879d7442d5ded273860342a60"/></dir><dir name="payment"><dir name="info"><file name="default.phtml" hash="c1d4e98ba0bf30f501116b923d6d1d01"/><dir name="pdf"><file name="default.phtml" hash="4d6bc784f0ebaccee18fd1d761020025"/></dir></dir></dir><dir name="products"><dir name="category"><file name="children.phtml" hash="fe7c8df894f6f60f5ac2b3b789e748d4"/><file name="mapping.phtml" hash="2801c64d3b5784998204fbcf2125baf2"/></dir><dir name="listing"><dir name="item"><dir name="edit"><file name="form.phtml" hash="87a048b7da1b45b434e8922b11853bdd"/></dir><file name="preview.phtml" hash="eddde5ab418c1e3f147e048b40819992"/></dir></dir></dir><file name="support.phtml" hash="1880a730faf40f0cb5c9bbffcd8ca684"/><dir name="sync"><dir name="check"><file name="popup.phtml" hash="1e5594870fd56a62b56be99f1d18efd3"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ricento"><dir name="payment"><dir name="info"><file name="default.phtml" hash="c1d4e98ba0bf30f501116b923d6d1d01"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ricento"><dir name="css"><dir name="images"><file name="ajax-loader.gif" hash="73e57937304d89f251e7e540a24b095a"/><file name="arrow_sans_right_32.gif" hash="276b86bab75976c98e3c5202916d927a"/><file name="monotone_check_yes_ok.png" hash="b7b1d4c572e0c2ed10435a802549ae64"/><file name="ricardo_16x16.png" hash="5987591334d1b58f66ae4db2683fa8fd"/><file name="ricardo_32x32.png" hash="0635c69692c26a4bd4707a91336d9b3b"/><file name="settings_icon.png" hash="4bdae9a6199655027b8b8aeee8f80ce4"/><file name="warning_msg_icon.gif" hash="4cf6ec7f59ab09f9c18b3a4301714c6d"/><file name="window_maximize.png" hash="0f9c031e141822fed135270e34b128d5"/><file name="window_minimize.png" hash="62e6795471543a0eff14a07bf271d8d7"/></dir><file name="ricento.css" hash="c714e583ec2cca702f1d660258351c74"/></dir><dir name="images"><file name="KB.png" hash="187e953f8ebf9fe5829ec31427ff853b"/><file name="contact.png" hash="85ed8d8113a897128ab1263e23b69dbb"/><file name="diglin.png" hash="cb24b7fec64fd8f906375d497b7e5e0f"/><file name="diglin@2x.png" hash="0e834d7839f61e789db16c028100b6ff"/><file name="online-support-48.png" hash="70f55fb3bc678875eaf53dfb214d7d3d"/><file name="ricardo.png" hash="21beeb511cf31d16ebc6b9d947806447"/><file name="ricardo@2x.png" hash="af83978f369def1e4e87fc06e4903c61"/><file name="settings-13-48.png" hash="3dc22c1da4f952687699e5fc23028232"/><file name="sinchronize-48.png" hash="15735cf3ca563303d9e981faba075750"/><file name="statistics-48.png" hash="38046c16959de9ee22b1679d4ddf3909"/><file name="view-details-48.png" hash="a8bbab2e728f1723e9e17dce5f939b22"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Diglin"><dir name="Ricento"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Source"><file name="Heading.php" hash="08bfec7a2b10f7d0ac093fde65376088"/><file name="Hint.php" hash="637305b9f7e1c335240a698c0cd01e0b"/></dir></dir><dir name="Dashboard"><file name="Account.php" hash="35f9c924a368fe89988551949edfce2a"/><file name="Bestsellers.php" hash="7c2141de8e0b5c96bd1f980c7bfd3c0d"/><file name="Lifetime.php" hash="03bd7fb6cc59dac28d1e8171a8b663fb"/><file name="News.php" hash="6ee052d661649e532b9d1ca4678a572a"/><file name="Turnover.php" hash="599befc82193fe3c0d8bf40235573b35"/></dir><dir name="Form"><dir name="Element"><dir name="Checkboxes"><file name="Extensible.php" hash="ffb747148d40df54d9fa3fa816a39400"/></dir><dir name="Fieldset"><file name="Inline.php" hash="fdc4b3558f283e64dc93ca7fc19b6649"/></dir><dir name="Radios"><file name="Extensible.php" hash="c9ad2029c98e44564f61c7e93a5b86a6"/></dir></dir></dir><dir name="Log"><file name="Tabs.php" hash="c2f6cc390e147cf9c3d34590cfb6e8fb"/></dir><file name="Log.php" hash="314ce9d39c222b31fcd31d7967332956"/><dir name="Notifications"><file name="Default.php" hash="726bbe880cc3fced92026e3fe9de52cd"/><file name="Expiration.php" hash="04c49b5ebd58f1671f212daa8fea9d3d"/></dir><dir name="Page"><file name="Menu.php" hash="309a5b5f61b865eed6115292a1ba8408"/></dir><dir name="Products"><dir name="Category"><file name="Children.php" hash="4af63f515a1c722e746db4cb025f56ec"/><dir name="Form"><dir name="Renderer"><file name="Categories.php" hash="f743907976f85721289206db1ce867e4"/><file name="Mapping.php" hash="e7d3043e2df114e2fe0da3df56c090c7"/></dir></dir><file name="Mapping.php" hash="0992362283c3561f8f2853149966b539"/><dir name="Tree"><file name="Categories.php" hash="a6bd451c4d6c5a98169a80839cda1066"/><file name="Form.php" hash="fca0061ce0a1e8ab09cd59b8483b9339"/></dir><file name="Tree.php" hash="a8e8d92a06cba9841a10ed3601eefea6"/></dir><dir name="Listing"><dir name="Edit"><file name="Form.php" hash="c221dbbf901ad4b94567a7f20abac341"/><dir name="Tabs"><file name="General.php" hash="66fc6693de1118bbff1c71fd434d4621"/><dir name="Products"><file name="Add.php" hash="1c56ae17350862a716e08d0d90a8c2c6"/><file name="Massaction.php" hash="95eaac9d08a05a4e7c801b2af0918897"/><dir name="Renderer"><file name="Article.php" hash="6b71dd28b3cd47fc33dc262aa699be21"/><file name="Configured.php" hash="752384f9403d947710ca200e3033315d"/><file name="Customoptions.php" hash="1528f1ece06428ecae827463db2e43ac"/><file name="Inventory.php" hash="f8b93de58674e27b3f41ade861973332"/><file name="Name.php" hash="df67409ce61c7b0db64afbf72cbb9dcd"/><file name="Status.php" hash="1b0d3a7fffde53b529e46778acc1ca79"/></dir></dir><file name="Products.php" hash="f201f3f7e3c13a6f897eea197ae23430"/><file name="Rules.php" hash="2e8ecfebc9273e462981f98dbc5fa324"/><file name="Selloptions.php" hash="1b5014a5a6022e7eec87afe78126d087"/></dir><file name="Tabs.php" hash="2c32080a6452c787ee425970ae20b4ec"/></dir><file name="Edit.php" hash="2ae88e5e2370ca022e3527458a0480f6"/><dir name="Form"><file name="Abstract.php" hash="7f3cfbb2f2e2d5f2f5b93aae7f4cb863"/></dir><dir name="Grid"><dir name="Renderer"><file name="Status.php" hash="d46908619652be3858d11d6c1bbf6829"/><file name="Total.php" hash="f36fa67a80cc6cf21827ad6ec56c0e0f"/></dir></dir><file name="Grid.php" hash="35d5b0bef35a6bf24a8eebb01be3ef3f"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="8126675b354e5db8b3c87719a3e3f14a"/><dir name="Tabs"><file name="Rules.php" hash="a3529886f663e7ff5997e12dbcb3c0d1"/><file name="Selloptions.php" hash="371f56454019bd9c367283647a826575"/></dir><file name="Tabs.php" hash="ee77e446bf1ecd743248373f3ce0423d"/></dir><file name="Edit.php" hash="344f46df840b4d7a9986708fa27439de"/><file name="Preview.php" hash="bc0367dd7ef6b6e07ec8c45af3829cd6"/></dir><dir name="Log"><file name="Grid.php" hash="4d48ec10eff2ec85157103817e6c836f"/></dir><file name="Log.php" hash="faa3d6f967a81979971dfb1adc1983a9"/><dir name="New"><file name="Form.php" hash="33ba643084f9ecea6410f4eec4e09d56"/></dir><file name="New.php" hash="756ccaf1d944562504dadc9ca46db8d7"/></dir><file name="Listing.php" hash="cf27b8ad9d2cd31d5bb334be4a2a08e0"/></dir><dir name="Sync"><dir name="Log"><dir name="Grid"><dir name="Renderer"><file name="Progress.php" hash="c2334533853a0e7b671981d65d71be5c"/><file name="Title.php" hash="dc6ccd1225f015e971c672b0e1809f8f"/></dir></dir><file name="Grid.php" hash="bdddd85b20194062adc38ecb425b6ccc"/></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Button.php" hash="1bb855e3f7fea3a563480360d5cc3c75"/></dir></dir></dir></dir></dir><dir name="Payment"><file name="Info.php" hash="506632bcf1c329b764c508872573b425"/></dir></dir><dir name="Controller"><dir name="Adminhtml"><file name="Action.php" hash="57c677fd84a8093e2c877a678baa8195"/><dir name="Products"><file name="Listing.php" hash="cd1e5fbd6434a7c85f956f26e0253c57"/></dir></dir></dir><file name="Exception.php" hash="14ed2052208b67845a908677c064abb1"/><dir name="Helper"><file name="Api.php" hash="5dbd8a731c8fdfdabb77a4126cb82931"/><dir name="Dashboard"><file name="Turnover.php" hash="2412ced6939a78c9fbffcb9b73863551"/></dir><file name="Data.php" hash="4a0a48a55f796693de6c87ffe457c528"/><file name="Price.php" hash="bf57d4ee942825cc7bf5102b9896e7db"/><file name="Tools.php" hash="ee9f03491e70d15d34b57fd02dbe8004"/></dir><dir name="Model"><dir name="Api"><dir name="Services"><file name="Abstract.php" hash="d602f7cb37216de6e571bd7f3c483e71"/><file name="Customer.php" hash="ef947fdcc2ed93fc32847386c45eaa26"/><file name="Security.php" hash="875bbd67f05efd34474f3a3b36fa31e8"/><file name="Sell.php" hash="b315e0360002e31de4e038d9ab978df7"/><file name="Selleraccount.php" hash="c4d8346f84fa02b756190c484ffa58bf"/><file name="System.php" hash="fbf16e64ad7b435e1e6d7bdae6e24d78"/></dir><file name="Token.php" hash="d21221d3d3a32bca4ebeed03cfe442e5"/></dir><dir name="Config"><dir name="Source"><file name="Abstract.php" hash="d633868d1927b3a9014ed3dcfbfd1999"/><file name="Categories.php" hash="6b17c67f90ec63b9f3be7f9843740dca"/><file name="Languages.php" hash="014852a76af2dee1a7337dbf9f493b85"/><dir name="Products"><dir name="Listing"><file name="Log.php" hash="146dfc2c14e8a3a86e01d164126cb4b2"/><file name="Status.php" hash="a3f2771923122051a408443f843d6528"/></dir></dir><dir name="Rules"><file name="Payment.php" hash="b6e01b940a147482aaffb328faf34b95"/><dir name="Shipping"><file name="Availability.php" hash="45207d4f2178550378a51f7ff7fd3e49"/><file name="Calculation.php" hash="10222fd3941506e2b3828797d6aa1f9d"/><file name="Packages.php" hash="7f994b97c678dfb20fde6725124e2acc"/></dir><file name="Shipping.php" hash="eec3b38d9cfe649a17092a2b5a1098d1"/></dir><dir name="Sales"><file name="Currency.php" hash="bbe5bcd94ed0f0bb7c5ded58f13ec457"/><file name="Days.php" hash="f5b51b4710d51265e815d048e5ef9edc"/><dir name="Order"><file name="Status.php" hash="a1ea817067ed8f1c4d178f7a6dd5b3b0"/></dir><dir name="Price"><file name="Method.php" hash="bb9985ba73579b5bd8aa94f9222d51fc"/><file name="Source.php" hash="9b752e09a0f72ce6127171cabb2290c1"/></dir><dir name="Product"><dir name="Condition"><file name="Source.php" hash="e448f60cd3124c09f299bd8ef9168fa0"/></dir><file name="Condition.php" hash="96e0ec65f1b10170284719922ae84bff"/></dir><file name="Promotion.php" hash="f89dab74f940fbd5e28e27f63a5c1064"/><file name="Reactivation.php" hash="e5e2ef320bf6f752b01f9407b1e02dae"/><file name="Template.php" hash="f4a307a49f48ff8ec4b2358bddf2242e"/><file name="Type.php" hash="07c4b022b55806d75ffe742ea4ea16f7"/><file name="Warranty.php" hash="da1985c05eb6aca67c153f23fe27ddaa"/></dir><file name="Status.php" hash="1b1fcb6cfc9dc71afe164d9557b5e84c"/><file name="Store.php" hash="640451943c245fee5ba5fd777b670c95"/><dir name="Sync"><file name="Progress.php" hash="51c7f312d30a1527cb2706a1006605b0"/><file name="Status.php" hash="b5be2dc9a11875746d2356d773db354f"/><file name="Type.php" hash="5950c0f75d201fd1d09c4fd5c5656b20"/></dir><file name="Website.php" hash="0fcb2be469c740658f7eacbf2af47a7b"/></dir></dir><file name="Cron.php" hash="24bceab1c9fd45ad1f3403237aae8cf7"/><dir name="Dispatcher"><file name="Abstract.php" hash="1d69d6b87f61f36152ce38503920707d"/><dir name="Check"><file name="List.php" hash="0b1fda4f5390f41c4e53fa81a316bfdc"/></dir><file name="List.php" hash="bbd329613819a10ad0d09c7e6ddc9066"/><file name="Order.php" hash="dd60dac9994435aa4bbff9db5b6075dd"/><file name="Relist.php" hash="6de5133b423023dd909df746291773e2"/><file name="Stop.php" hash="ff2a79fa58af07345db28eb6043d9afd"/><dir name="Sync"><file name="List.php" hash="74c96c13baadeebdc8a1c1badeb27b6f"/></dir></dir><file name="Dispatcher.php" hash="280b437329ae21c21c7616779692cdea"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Conditions.php" hash="d80e42261c1597130d6f3741bf7b993f"/></dir></dir></dir><file name="Filter.php" hash="febacb31efaa37f0e99b1797bab8afbf"/><file name="Observer.php" hash="93e619838275f09033f564a15c462b32"/><dir name="Products"><dir name="Category"><file name="Mapping.php" hash="448ef8c2ab5a6700c1b42abd3762b5f1"/></dir><file name="Category.php" hash="177aae06b7476161a422baa1b5b8374f"/><dir name="Listing"><dir name="Item"><file name="Product.php" hash="497a989792d3113656ab47f803cff0f9"/></dir><file name="Item.php" hash="e75a6c3112fc4aa2bd680c6b0165b12b"/><file name="Log.php" hash="213f2f5286f4a3713bcdd82598df7dfd"/></dir><file name="Listing.php" hash="037991b2173924cc791ae82be50b3485"/></dir><dir name="Resource"><dir name="Api"><dir name="Token"><file name="Collection.php" hash="51992d17b564fcdb718abce2414747eb"/></dir><file name="Token.php" hash="25e5f057c82bb6d392b52266f3811ea9"/></dir><dir name="Products"><dir name="Listing"><file name="Collection.php" hash="c94d554760695abc4a6b945689000de8"/><dir name="Item"><file name="Collection.php" hash="01ea05bfc2f1022b2d992691ef5db2bc"/></dir><file name="Item.php" hash="416ed617dd27b8e8c0758a0b9fb8c772"/><dir name="Log"><file name="Collection.php" hash="f2eebe0149612f2f4bcad4ecfc6832a7"/></dir><file name="Log.php" hash="da8bbef1cd2ddd9c85219079cc9031f2"/></dir><file name="Listing.php" hash="26072a6c3021b2f10505da7134745e88"/></dir><dir name="Rule"><file name="Collection.php" hash="c0b7fd1edbd8f04de226db160d31a257"/></dir><file name="Rule.php" hash="b63218516887316c215293ae6b218b12"/><dir name="Sales"><dir name="Options"><file name="Collection.php" hash="1698f27eb16b0aba54153c3287e9db7d"/></dir><file name="Options.php" hash="9d395a536cf85c1baf7dde67f1d1db77"/><dir name="Transaction"><file name="Collection.php" hash="422a9d85188b164b7de9ce0a9c22c01e"/></dir><file name="Transaction.php" hash="55383dcec4d82916a0dc3c54e90fa0d1"/></dir><dir name="Sync"><file name="Abstract.php" hash="85e1e086f6c76a98418ef0c5ac161f39"/><dir name="Job"><file name="Collection.php" hash="1c56905d1de46ee27d224f8b8da119d5"/><dir name="Listing"><file name="Collection.php" hash="4cdd08535ffe4f9eeebc3c3e3c327e34"/></dir><file name="Listing.php" hash="afa885ade1269a9bdbb9747f6ad3bbf9"/></dir><file name="Job.php" hash="4c2dd8603055fda0b19796fe01fc428e"/></dir></dir><file name="Rule.php" hash="547206351e7b2402c208fd98e321d4d3"/><dir name="Sales"><dir name="Method"><file name="Payment.php" hash="f2a637375d0e8efafa8938af3a1f54e9"/><file name="Shipping.php" hash="51dd4b48adb8c9a658a0c6b0c6e156c0"/></dir><file name="Options.php" hash="3d5117fbc8a2fa156b97c7ce68a18cb6"/><file name="Transaction.php" hash="c2af2e5d450aa454ce71aaa1a9ee8557"/></dir><file name="SplAutoloader.php" hash="bc9cb1855a56db83b8698402787f39ba"/><dir name="Sync"><file name="Abstract.php" hash="c0371fa7a0482830662a903d0f041fc1"/><dir name="Job"><file name="Listing.php" hash="8387ebd4f89d40eff688bb7276521925"/></dir><file name="Job.php" hash="9fd818d7d612dd609b99bc1f1d1f45ac"/></dir><dir name="Validate"><dir name="Products"><file name="Item.php" hash="509fbb6d221959591e3a83f7e31b64ad"/></dir><dir name="Rules"><file name="Methods.php" hash="e2d03b4a3bdd04d0a7911282e92b8bfe"/></dir><dir name="Sales"><file name="Increment.php" hash="00b2c74b940a5e7335fdf0c199cde10d"/></dir></dir></dir><dir name="Test"><dir name="Model"><dir name="Rule"><dir name="Validate"><dir name="expectations"><file name="testPaymentMethodCombinations.yaml" hash="c1070f1ae555a8c32a7761980e589857"/></dir><dir name="providers"><file name="testPaymentMethodCombinations.yaml" hash="0dfd5c1d335e10540607a391b33a9a2c"/></dir></dir><file name="Validate.php" hash="9d369f952bedd01ad64a1014c9e27dca"/></dir><dir name="Sales"><dir name="Validate"><dir name="Increment"><dir name="expectations"><file name="testStartPriceIncrementCombination.yaml" hash="15ffe7bd8373cda25aed179c08171881"/></dir><dir name="providers"><file name="testStartPriceIncrementCombination.yaml" hash="345726c8c358be678a93c38fbff504dc"/></dir></dir><file name="Increment.php" hash="2f8ee9ec5574ae9688a40c4aafd5e045"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AccountController.php" hash="fd601c339bdd79f25092047369be1a49"/><file name="ApiController.php" hash="1bc8739d959318b71010447c4922ad60"/><file name="DashboardController.php" hash="71051cad0c634f3e458a1dd42a5a1eb2"/><file name="IndexController.php" hash="4f56e2f094e4815f0aa20896f2cebef0"/><file name="LogController.php" hash="5cbeae3b75580b6f608f3820b28044b4"/><dir name="Products"><file name="CategoryController.php" hash="3230bd66ea28032d7077d818af686628"/><dir name="Listing"><file name="ItemController.php" hash="2fef6f6a09a150d7ede6f5b11856c514"/></dir><file name="ListingController.php" hash="63d1752bd0d14c6dd6f50bc95107a6c3"/></dir><file name="SupportController.php" hash="50890a85a9d928b3d7d3417a7602e7ab"/><file name="SyncController.php" hash="c4d42be28806ef823d2fec44b9ea4e21"/></dir></dir><dir name="data"><dir name="ricento_setup"><file name="data-install-1.0.0.php" hash="55aaf8155dc995759ffd1f0b30fbdebc"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e96e002be5f66f94487957bfb799b1a7"/><file name="config.xml" hash="735966a4738b624260ba0bd524aececb"/><file name="jstranslator.xml" hash="2bc1f6e366db7a341ff61e3c99cd1484"/><file name="system.xml" hash="c941345547cfa36b98acb4499bbf4933"/><file name="uninstall.txt" hash="660b44580246f818f8e22f4c5a530c9b"/></dir><dir name="sql"><dir name="ricento_setup"><file name="install-1.0.0.php" hash="365b98c8ebcabad38ecf376d0d0ffa1d"/><file name="uninstall.php" hash="c35f23459d2e9877f6fba74344ec0f13"/><file name="upgrade-1.0.8-1.0.9.php" hash="5bb2647c796fdcc83cf486462b68f47b"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Diglin_Ricento.csv" hash="6ae3a1db77eb5adf391a272cea41fe45"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="fr_FR"><file name="Diglin_Ricento.csv" hash="617f2b622a4c20c02e0bc9773c6fbf89"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="de_DE"><file name="Diglin_Ricento.csv" hash="9e7f00782203e5e856ad5c6f0cc9546f"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir><dir name="de_CH"><file name="Diglin_Ricento.csv" hash="77556e47a7f2d2d2d7749a16e41fb099"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="ricento"><file name="Countable.js" hash="dc66f2e57b917e39f897f254bcc8ec1b"/><file name="adminhtml.js" hash="bcc6440ab53ba812d8925834b6e8dc90"/><dir name="livepipe-ui"><file name="livepipe.js" hash="d15a0747cdc197a7f7081d5be4f20d01"/><file name="progressbar.js" hash="2153c666af9b91c65111124665cb57f7"/></dir></dir></dir></target><target name="magelib"><dir name="Diglin"><dir name="Ricardo"><file name="Api.php" hash="bd9e1934b4dc688a9769ac393dcf2772"/><dir name="Composer"><file name="Magento.php" hash="5ae2f104bf67b8a98b88e8f77b1a6507"/></dir><file name="Config.php" hash="4c388deb17dd9ab0bac88b9f48b72bb9"/><dir name="Core"><file name="ApiInterface.php" hash="50f48deff14ecc9b84a860148577d254"/><file name="ConfigInterface.php" hash="4c20a5b9501fb1f67ba8f30b9394b49b"/><file name="Helper.php" hash="eff1b9a3329da2e99ef0eeea47345bf7"/></dir><dir name="Enums"><file name="AbstractEnums.php" hash="2ab0ffae9f6a6d28eca38fa5c51eb43c"/><dir name="Article"><file name="ArticlesTypes.php" hash="36034dbfe821a56ce535ecaac67a8ca6"/><file name="CloseListStatus.php" hash="f58b33fac2ff7477db60336995ef8d75"/><file name="InternalReferenceType.php" hash="1de601af4eb7c63b5e8275fd184c0788"/><file name="PromotionCode.php" hash="9a64d93c5bd0401396ef01a3d541a662"/><file name="Warranty.php" hash="530ab807995a8c040461d14d015733ca"/></dir><file name="ArticleErrors.php" hash="6c099cf0331b4069c57bca21f10c56a7"/><dir name="Customer"><file name="ArticleTypeFilter.php" hash="432d52575ae05d23e7b5dd2bbd3d959d"/><file name="OpenArticlesSortBy.php" hash="67b28a232a8741e65663e118210f782a"/><file name="PaidStatusFilter.php" hash="8fe8af18cd1e656f6a72e00f129c31c9"/><file name="ShippedStatusFilter.php" hash="637dee86ee3e74affdc7a3030ffbb9ea"/><file name="SoldArticlesSortBy.php" hash="c71b5ab528c78d5a04cf85f90ba194d1"/></dir><file name="CustomerErrors.php" hash="3e20ef07c8d2640ba7b603dafd0d687a"/><file name="GeneralErrors.php" hash="fc832bf15014e481b5448ae41cdecf7d"/><file name="PaymentMethods.php" hash="88082ee68df61e4934342324103a3beb"/><file name="PictureErrors.php" hash="0f3d3d6994fc14c8e17bf78fc837de09"/><file name="PictureExtension.php" hash="14e0240efdf297cd357e0a125e6199ef"/><file name="SecurityErrors.php" hash="a1589457cb5f87255948f167527337d0"/><dir name="System"><file name="CategoryArticleType.php" hash="4d1f61042c6a38308e670951afffe052"/><file name="CategoryBrandingFilter.php" hash="a69d22acf577970d4f66ae3b83fafe2e"/><file name="LanguageCode.php" hash="0bfeeb41cd02e1d12054fbf9195803ad"/><file name="LanguageId.php" hash="7cd2923825bb2243a7e322150514647d"/></dir></dir><dir name="Exceptions"><file name="ArticleException.php" hash="d93882c3118c4fef4e33a555326f760a"/><file name="CurlException.php" hash="73e161304703e1a3dcb772a73a9a4688"/><file name="CustomerException.php" hash="d87ab7986f06b0c36ba6df31f785a765"/><file name="ExceptionAbstract.php" hash="3ca01773538fba7f523168db78f26539"/><file name="GeneralException.php" hash="a2a35b8341084d39090bd5277e25398f"/><file name="PictureException.php" hash="d34d80cf22cdd49fbb2c39df3a53e8a4"/><file name="SecurityException.php" hash="efe89d07a7d95feb92d76bf2c6b1f07c"/></dir><dir name="Managers"><file name="Customer.php" hash="7e71589a1e87e744339e1d1f4bd22d4f"/><file name="ManagerAbstract.php" hash="a01967622075916539b0d461057f5902"/><file name="ParameterAbstract.php" hash="46644283c9a8fff01c4cd9977e9ee4d5"/><file name="Security.php" hash="32a591063dd86b4d78daf0f1847baef2"/><dir name="Sell"><dir name="Parameter"><file name="AddArticlePicturesParameter.php" hash="2b1d79884d279ae633d03301e1e18b03"/><file name="AppendArticleDescriptionParameter.php" hash="91db44f16669920005549a6d2b83889c"/><file name="AppendDescriptionParameter.php" hash="a7d15430ffe6758608017d14b3ef6f34"/><file name="ArticleDeliveryParameter.php" hash="fdb99e7e1447f6cad0933c02d6b7faf0"/><file name="ArticleDescriptionParameter.php" hash="128ce0d83e76bd6b56d4318bb3e5816d"/><file name="ArticleInformationParameter.php" hash="9471cb4112aef394d1694ee81f462e5c"/><file name="ArticleInternalReferenceParameter.php" hash="d0792d1303ddb6104c8382f312b84d2c"/><file name="ArticlePictureParameter.php" hash="edfb4a30c3d59f5c35462fc541342e74"/><file name="CloseArticleParameter.php" hash="5339d351cdd765ac11a771932ff1d96c"/><file name="CloseArticlesParameter.php" hash="e9450427ec181253213e15d158431219"/><file name="DeletePlannedArticleParameter.php" hash="b656ae4b5c6b1b13b31533a8f81f18aa"/><file name="DeletePlannedArticlesParameter.php" hash="fcdd2cee7059583a51d84a3eaf4055da"/><file name="InsertArticleParameter.php" hash="8adbf3d8685ea81b2db339ec92805b41"/><file name="InsertArticlesParameter.php" hash="230f8270f82001af478b14aef9ec62f3"/><file name="UpdateArticleParameter.php" hash="ec85f19c98b21677f8d66f8058230ee3"/><file name="UpdateArticlePicturesParameter.php" hash="7299e03cb47e030ad279689ae35784be"/></dir></dir><file name="Sell.php" hash="c3a77b18e856634c005c7010c658b582"/><dir name="SellerAccount"><dir name="Parameter"><file name="ArticlesParameter.php" hash="e265ddf4a1bdfb88bdf0c4d2cf51363b"/><file name="ClosedArticlesParameter.php" hash="f96b08b506a8ec4a5d2be3a60c030800"/><file name="OpenArticlesParameter.php" hash="05528888d6e418c0e9dd02db0d978ed1"/><file name="PlannedArticleParameter.php" hash="b1dfaf6793e1b5d38766e6840ce8112b"/><file name="PlannedArticlesParameter.php" hash="db496ae7d7b6c1eaa26311939a74db68"/><file name="SoldArticlesParameter.php" hash="dd7e5df153e32513461d7a8086b0084f"/><file name="UnsoldArticlesParameter.php" hash="9be34df175d2f78d67850d430df3091e"/></dir></dir><file name="SellerAccount.php" hash="05e483863db7d17e05e2c5e7681a37ba"/><file name="System.php" hash="a640022e24e0cf0a6f0db96220c608b1"/></dir><file name="Service.php" hash="9a9ebf44159e9c844f6ddbf23b13f831"/><dir name="Services"><file name="Customer.php" hash="18051871e7dd20c0b99cc528eb8d499c"/><file name="Security.php" hash="3fbb77843da1e1281cca73b605f39f6c"/><file name="Sell.php" hash="dc7b2eff458a053fddbe076c8467dbcb"/><file name="SellerAccount.php" hash="68e924d20a5875575fea950cd96c700a"/><file name="ServiceAbstract.php" hash="4a013eb17d3742933baf850274ec1881"/><file name="System.php" hash="b06eca8e96d1e22d093725fc5a0574ff"/></dir></dir></dir></target></contents>
145
  <compatible/>
146
  <dependencies><required><php><min>5.3.2</min><max>5.6.0</max></php></required></dependencies>
147
  </package>