diglin_ricento - Version 1.3.5

Version Notes

## Version 1.3.5
- ENHANCEMENT: add shell script to retrieve missing transactions or update ricardo article ids on magento side (WARNING: edit the script before to proceed)
- ENHANCEMENT: Import all orders of any Magento products published on ricardo side (no dependency anymore with ricardo article IDs)
- FIX: issue with article closed on Magento side although still activate on ricardo.ch side (when using auto renewal)

## Version 1.3.4
- ENHANCEMENT: compatibility with Magento 1.9.2.2 and patch 6788
- ENHANCEMENT: cleanup old products in reactivation phase from the temporary file in var/tmp (workaround)
- ENHANCEMENT: allow to duplicate a ricardo order and keep the related information
- ENHANCEMENT: resize images pictures to 1800px height or width before to publish a product list when products are imported
- ENHANCEMENT: allow fees calculation even for products not mapped to a ricardo category
- ENHANCEMENT: prevent error message to be displayed for products having an empty string in DB for media gallery (weird but it happened in some installation)

## Version 1.3.2
- FIX: issue with free delivery (ERROR 91 from ricardo API)

## Version 1.3.1
- ENHANCEMENT: allow pictures higher than 600px
- ENHANCEMENT: send pictures in base64 encoding instead using bytes array. Decrease memory used on server side
- FIX: issue with the watermarks of this extension when this one is not defined in Configuration > Design > Watermark

## Version 1.3.0
- ENHANCEMENT: update API calls due to replacement of API methods with new methods name. Important: extension users MUST update to this version otherwise the extension won't work on 27.08.2015 cause of the ricardo API update.
- ENHANCEMENT: send pictures in base64 encoding instead using bytes array. Decrease memory used on server side
- ENHANCEMENT: update Support controllers due to Magento security patches
- ENHANCEMENT: change the payment information box with article ID instead of the transaction ID (users are not aware about this transaction ID)
- ENHANCEMENT: allow to create orders with products not in stock on Magento side.
- FIX: issue with stopped products when there were in reactivation phase on ricardo.ch side
- FIX: issue with products which should start immediately
- FIX: several issues depending on some shops having third party extensions which may in conflict with the logic of this extension
- FIX: issue with links to products from the log grid
- FIX: issue with merging of orders under certain conditions depending on when the customers ordered several products of the shop owner
- FIX: issue while resizing tall pictures hanging listing synchronization cause of pictures to big

## Version 1.2.0
- FEATURE: add column into customer (ricardo username) and order grid (is ricardo order?). Configurable to show them or not from configuration page of the extension
- FIX: amount of products to get fees is limited to 200 on ricardo.ch side. Get fees even if a shop owner has more than 200 article in the product list

## Version 1.1.3
- ENHANCEMENT: add notifications to get news about the extension when updates are available. This can be via the configuration disabled.
- ENHANCEMENT: add configuration options for watermark picture to publish products with a specific watermark for the ricardo.ch platform
- ENHANCEMENT: add configuration options to allow or not to use the product image placeholder of a shop owner in case of issue with missing picture files on server or in case of memory limit error
- FIX: missing transactions import when products were already sold
- FIX: prevent to stop an article if it has been sold but has been automatically reactivated on ricardo.ch side
- FIX: status of products was not correctly set when a product is sold and internally saved
- FIX: display of category mapping popup on IE < 9
- FIX: confirmation fees popup on IE all versions
- FIX: issue when trying to warm up product pictures while saving product listing items with products having no picture basic selection
- FIX: price calculation when orders are imported into a non Swiss shop

## Version 1.1.2
- ENHANCEMENT: allow html code for payment information
- ENHANCEMENT: prevent unwanted email sending
- ENHANCEMENT: add system.log in the configuration export for assistance purpose
- FIX: issue with quantity to use when publishing on ricardo.ch if the product inventory is not managed
- FIX: prevent to use default Magento picture if an article do not set base picture for a product
- FIX: add missing french token expiration email template
- FIX: issue with some store configuration having several store views but no default store (made some issue to get current currency value)

## Version 1.1.1
- ENHANCEMENT: warm up the cache of picture after a product is inserted in the product list
- FIX: issue with logic to get sold and unsold articles necessary when articles were planned then publicly available and in the meantime has been sold without that the extension knows about the new article ID

## Version 1.1.0
- NEW: add buttons to export configuration into a tar.gz archive and/or send it to support shop owner in case of issue with all necessary information: php, magento, installed modules version, ricardo and latest order tables from the database, log files. No customer information are saved.
- NEW: support currency conversion based on the defined Magento currencies rate. It sets prices in CHF to ricardo.ch, products with price catalog in EUR/USD/... and does the opposite while importing a ricardo order in Magento (CHF to EUR/USD/...). Magento Currency Rates must be configured to work.
- NEW: while selecting a ricardo category, you can now provide the product name to get a suggestion of the category/ies you may use
- NEW: display a popup window with a summary of the fees for the current product list before to proceed "Check and List". Data of the form are saved when relevant before to display these fees
- NEW: allow to merge short and description if ricardo description is missing at product level and if the extension is configured for that - Default "disabled"
- NEW: support Magento Watermark Pictures
- NEW: add ricardo banner in the dashboard of the extension
- ENHANCEMENT: make description with carriage return to
HTML Tag configurable - default is 0
- ENHANCEMENT: refactor order import process to reduce potential issues
- ENHANCEMENT: add a new dispatcher to close articles properly for those which are not anymore available on ricardo.ch
- ENHANCEMENT: global performance improvement with the ricardo API and product pictures (> X MB - image attribute and media gallery)
- ENHANCEMENT: configurable products and their options having price are computed differently, it fixes some issues with price calculation but also allow Fees calculation
- ENHANCEMENT: links of the backend user interface depending on the user language are correctly defined (french or german)
- ENHANCEMENT: related products of configurable products are displayed in the products grid of a list after a product is added or after the products listing is saved instead to wait that the product listing is checked
- ENHANCEMENT: cleanup, factorize and perform code related to configurable products
- ENHANCEMENT: set auto increment value of auction sales type to 1 per default
- ENHANCEMENT: the inventory column in the products grid of the products listing has several meaning: 1) if the product is already listed, the value displayed is the quantity of product sent and still available on ricardo, 2) if the product is not yet listed, the quantity displayed is calculated based on the configuration at the product list or the product level, it will be automatically refreshed if the stock of the product changed before it is listed.
- FIX: issue with price calculation when price scope is per website instead global
- FIX: issue with grouped product quantity - default is 1 if related products don't have quantity defined
- FIX: issue with order synchronization on Magento 1.7 and the ricardo payment method
- FIX: issue with Internet Explorer when configuring a product and using defaults values are not expected
- FIX: some translations issue
- FIX: issue with shipping description while editing the configuration at product level into a products listing
- FIX: memory issue due to pictures too big and API requirements (bytes array)
- FIX: issue with MagentoConnect install

## Version 1.0.18
- Add improvements brought by the ricardo library

## Version 1.0.17
- Fix an issue with the transfer of the data via API

## Version 1.0.16
- 077aced Fix issue with wrong memory test at picture level
- 4fb9f9f Change comment
- 0acd985 Improve memory consumption due to images and expected bytes array on ricardo API side
- 411b1b8 Change url for the ricardo assistant on production
- 05d9364 Update README for license information
- 947efb5 Factorize some process in order creation
- 970f5ee Update translation string
- ccc9802 Update translation string "Until sold"
- 73aadc0 [ENHANCE] Seems that external extension instantiate the shipping class, as it is outside of the order scope, an object is missing and provide an error. We fixed it even if we don't support externa
- b161609 [ENHANCE] Prevent memory consumption due to the size of pictures and the fact that we need to unpack the pictures bytes to create bytes array for the ricardo.ch API
- 41e95ee Update Copyright to ricardo.ch AG (keep same license)
- 128b28d Update config.xml version
- 29b5e61 Update language string key in CSV files

## Version 1.0.15
- 8cc97f0 [ENHANCE] Delete old jobs in the SQL way (no collection), speed up the delete and may prevent mysql error
- 571d315 Open new window for a link located into the product list and jumping into ricardo.ch website
- d6be0f1 [BUGFIX] Change the translation string from Ricardo to ricardo.ch
- 195c744 Cosmetic code improvements
- ddd1ff0 Fix an issue with deleting product item from a listing
- 7a71702 Revert deleted xml file to generate magento connect package
- 7fc6abb Update order dispatcher to get error messages
- 6804aba Update Hint.php

## 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.3.5
Comparing to
See all releases


Code changes from version 1.3.4.1 to 1.3.5

app/code/community/Diglin/Ricento/Controller/Adminhtml/Action.php CHANGED
@@ -51,6 +51,9 @@ abstract class Diglin_Ricento_Controller_Adminhtml_Action extends Mage_Adminhtml
51
  return Mage::registry('products_listing');
52
  }
53
 
 
 
 
54
  protected function _isApiReady()
55
  {
56
  $helper = Mage::helper('diglin_ricento');
@@ -133,7 +136,6 @@ abstract class Diglin_Ricento_Controller_Adminhtml_Action extends Mage_Adminhtml
133
  foreach ($collection->getItems() as $childProduct) {
134
 
135
  $configurableChild = array();
136
-
137
  foreach ($attributes as $attribute) {
138
 
139
  $productAttribute = $attribute->getProductAttribute();
51
  return Mage::registry('products_listing');
52
  }
53
 
54
+ /**
55
+ * @return bool
56
+ */
57
  protected function _isApiReady()
58
  {
59
  $helper = Mage::helper('diglin_ricento');
136
  foreach ($collection->getItems() as $childProduct) {
137
 
138
  $configurableChild = array();
 
139
  foreach ($attributes as $attribute) {
140
 
141
  $productAttribute = $attribute->getProductAttribute();
app/code/community/Diglin/Ricento/Controller/Adminhtml/Products/Listing.php CHANGED
@@ -9,6 +9,8 @@
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
 
 
12
  /**
13
  * Class Diglin_Ricento_Controller_Adminhtml_Products_Listing
14
  *
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
12
+ mb_internal_encoding('UTF-8');
13
+
14
  /**
15
  * Class Diglin_Ricento_Controller_Adminhtml_Products_Listing
16
  *
app/code/community/Diglin/Ricento/Model/Api/Services/Abstract.php CHANGED
@@ -299,7 +299,7 @@ abstract class Diglin_Ricento_Model_Api_Services_Abstract extends Varien_Object
299
  ->setCredentialTokenExpirationDate(strtotime($apiToken->getExpirationDate()))
300
  ->setCredentialTokenSessionDuration($apiToken->getSessionDuration())
301
  ->setCredentialTokenSessionStart(Mage::helper('diglin_ricento/api')
302
- ->calculateSessionStart($apiToken->getSessionDuration(), $apiToken->getSessionExpirationDate()));
303
  }
304
  }
305
  return $this;
299
  ->setCredentialTokenExpirationDate(strtotime($apiToken->getExpirationDate()))
300
  ->setCredentialTokenSessionDuration($apiToken->getSessionDuration())
301
  ->setCredentialTokenSessionStart(Mage::helper('diglin_ricento/api')
302
+ ->calculateSessionStart($apiToken->getSessionDuration(), $apiToken->getSessionExpirationDate()));
303
  }
304
  }
305
  return $this;
app/code/community/Diglin/Ricento/Model/Dispatcher/Abstract.php CHANGED
@@ -9,6 +9,8 @@
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
 
 
12
  use \Diglin\Ricardo\Managers\SellerAccount\Parameter\UnsoldArticlesParameter;
13
 
14
  /**
@@ -518,4 +520,23 @@ abstract class Diglin_Ricento_Model_Dispatcher_Abstract
518
 
519
  return $this->_currency;
520
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
521
  }
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
12
+ mb_internal_encoding('UTF-8');
13
+
14
  use \Diglin\Ricardo\Managers\SellerAccount\Parameter\UnsoldArticlesParameter;
15
 
16
  /**
520
 
521
  return $this->_currency;
522
  }
523
+
524
+ /**
525
+ * @return int
526
+ */
527
+ public function getLimit()
528
+ {
529
+ return $this->_limit;
530
+ }
531
+
532
+ /**
533
+ * @param int $limit
534
+ * @return $this
535
+ */
536
+ public function setLimit($limit)
537
+ {
538
+ $this->_limit = (int) $limit;
539
+
540
+ return $this;
541
+ }
542
  }
app/code/community/Diglin/Ricento/Model/Dispatcher/Closed.php CHANGED
@@ -9,6 +9,8 @@
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
 
 
12
  use \Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
13
 
14
  /**
@@ -118,11 +120,12 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
118
  if (!$totalItems) {
119
  $this->_currentJob->setJobMessage(array($this->_getNoItemMessage()));
120
  $this->_progressStatus = Diglin_Ricento_Model_Sync_Job::PROGRESS_COMPLETED;
 
121
  return $this;
122
  }
123
 
124
- $ricardoArticleIds = $itemCollection->getColumnValues('ricardo_article_id');
125
- $lastItem = $itemCollection->getLastItem();
126
  $openArticlesResult = $stoppedArticles = array();
127
 
128
  $sellerAccountService = Mage::getSingleton('diglin_ricento/api_services_selleraccount')->setCanUseCache(false);
@@ -131,7 +134,7 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
131
  try {
132
  $openArticlesParameter = new OpenArticlesParameter();
133
  $openArticlesParameter
134
- ->setPageSize($this->_limit) // if not defined, default is 10, currently is 200
135
  ->setArticleIdsFilter($ricardoArticleIds);
136
 
137
  $openArticlesResult = $sellerAccountService->getOpenArticles($openArticlesParameter);
@@ -154,6 +157,7 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
154
 
155
  /**
156
  * Close Articles when:
 
157
  * - sales option "until sold" is enabled + qty_inventory < 1
158
  * - number of reactivation has been reached (date published * number_reaction * duration in days) - not implemented here
159
  * - all is sold
@@ -163,60 +167,111 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
163
  * are not visible in getOpenArticles
164
  */
165
 
166
- $stopIt = false;
167
- if ($item->getQtyInventory() <= 0) {
168
- $stopIt = true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  }
170
 
171
- if (!$stopIt) {
 
 
 
 
 
172
  try {
173
- // Check if the article is really stopped - Article Id may change if product has been sold but reactivated
174
  $openArticlesParameter = new OpenArticlesParameter();
175
  $openArticlesParameter->setInternalReferenceFilter($item->getInternalReference());
176
 
177
- $openArticleResult = $sellerAccountService->getOpenArticles($openArticlesParameter);
178
  } catch (Exception $e) {
179
  $this->_handleException($e);
180
  $e = null;
181
- continue;
182
  // keep going for the next item - no break
183
  }
184
- }
185
 
186
- // We do not stop anything if the article ID has just been changed and the product is still open
187
- if (!$stopIt && isset($openArticleResult['TotalLines']) && $openArticleResult['TotalLines'] > 0) {
188
- $articleId = $openArticleResult['OpenArticles'][0]['ArticleId'];
189
- if ($item->getRicardoArticleId() != $articleId) {
190
- $item
191
- ->setRicardoArticleId($articleId)
192
- ->save();
193
- }
194
- $this->temporizeReactivationPhase($item, true);
195
- } else {
196
- /**
197
- * Wait before to stop in case the product is in reactivation phase on ricardo side
198
- * GetOpenArticle may returned something after a period of time
199
- */
200
- if ($this->temporizeReactivationPhase($item)) {
201
- continue;
 
 
 
 
 
 
 
 
 
202
  }
 
 
 
 
 
203
 
204
  $item
205
  ->setRicardoArticleId(null)
206
  ->setQtyInventory(null)
207
  ->setIsPlanned(null)
 
208
  ->setStatus(Diglin_Ricento_Helper_Data::STATUS_STOPPED)
209
  ->save();
210
 
211
  $this->_getListingLog()->saveLog(array(
212
- 'job_id' => $this->_currentJob->getId(),
213
- 'product_id' => $item->getProductId(),
214
- 'product_title' => $item->getProductTitle(),
215
  'products_listing_id' => $this->_productsListingId,
216
- 'message' => $this->_jsonEncode(array('success' => $this->_getHelper()->__('The product has been stopped'))),
217
- 'log_status' => Diglin_Ricento_Model_Products_Listing_Log::STATUS_SUCCESS,
218
- 'log_type' => $this->_logType,
219
- 'created_at' => Mage::getSingleton('core/date')->gmtDate()
220
  ));
221
  }
222
  }
@@ -229,7 +284,7 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
229
  $this->_totalProceed = $totalItems;
230
  $this->_currentJobListing->saveCurrentJob(array(
231
  'total_proceed' => $this->_totalProceed,
232
- 'last_item_id' => $lastItem->getId()
233
  ));
234
 
235
  /**
@@ -256,52 +311,7 @@ class Diglin_Ricento_Model_Dispatcher_Closed extends Diglin_Ricento_Model_Dispat
256
  return false;
257
  }
258
  }
259
- return $return;
260
- }
261
-
262
- /**
263
- * Workaround to "sleep" a product which can be in reactivation phase before to stop it definitely if really needed
264
- *
265
- * @param Diglin_Ricento_Model_Products_Listing_Item $item
266
- * @return bool
267
- */
268
- public function temporizeReactivationPhase(Diglin_Ricento_Model_Products_Listing_Item $item, $clean = false)
269
- {
270
- $temporizeReactivationPhase = true;
271
- $found = false;
272
-
273
- $reactivationFile = Mage::getBaseDir('tmp') . DS . 'ricardo_reactivation.json';
274
-
275
- if (!file_exists($reactivationFile)) {
276
- file_put_contents($reactivationFile, '');
277
- chmod($reactivationFile, 0777);
278
- }
279
 
280
- $reactivationElements = (array) json_decode(file_get_contents($reactivationFile), true);
281
-
282
- foreach ($reactivationElements as $key => $reactivationElement) {
283
- if ($reactivationElement['internal_reference'] == $item->getInternalReference()) {
284
- $found = true;
285
-
286
- if ($reactivationElement['temporary_reactivation_time'] + self::SLEEP_REACTIVATION_TIME < time()) {
287
- $temporizeReactivationPhase = false;
288
- }
289
-
290
- if ($found && (!$temporizeReactivationPhase || $clean)) {
291
- unset($reactivationElements[$key]);
292
- }
293
- }
294
- }
295
-
296
- if (!$found) {
297
- $reactivationElements[] = array(
298
- 'internal_reference' => $item->getInternalReference(),
299
- 'temporary_reactivation_time' => time()
300
- );
301
- }
302
-
303
- file_put_contents($reactivationFile, json_encode($reactivationElements));
304
-
305
- return $temporizeReactivationPhase;
306
  }
307
  }
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
12
+ use Diglin\Ricardo\Enums\Customer\TransitionStatus;
13
+ use Diglin\Ricardo\Managers\SellerAccount\Parameter\GetInTransitionArticlesParameter;
14
  use \Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
15
 
16
  /**
120
  if (!$totalItems) {
121
  $this->_currentJob->setJobMessage(array($this->_getNoItemMessage()));
122
  $this->_progressStatus = Diglin_Ricento_Model_Sync_Job::PROGRESS_COMPLETED;
123
+
124
  return $this;
125
  }
126
 
127
+ $ricardoArticleIds = $itemCollection->getColumnValues('ricardo_article_id');
128
+ $lastItem = $itemCollection->getLastItem();
129
  $openArticlesResult = $stoppedArticles = array();
130
 
131
  $sellerAccountService = Mage::getSingleton('diglin_ricento/api_services_selleraccount')->setCanUseCache(false);
134
  try {
135
  $openArticlesParameter = new OpenArticlesParameter();
136
  $openArticlesParameter
137
+ ->setPageSize($this->_limit)// if not defined, default is 10, currently is 200
138
  ->setArticleIdsFilter($ricardoArticleIds);
139
 
140
  $openArticlesResult = $sellerAccountService->getOpenArticles($openArticlesParameter);
157
 
158
  /**
159
  * Close Articles when:
160
+ *
161
  * - sales option "until sold" is enabled + qty_inventory < 1
162
  * - number of reactivation has been reached (date published * number_reaction * duration in days) - not implemented here
163
  * - all is sold
167
  * are not visible in getOpenArticles
168
  */
169
 
170
+ try {
171
+ // Check if the article is really stopped - Article Id may change if product has been sold but reactivated
172
+ $inTransitionArticleParameter = new GetInTransitionArticlesParameter();
173
+ $inTransitionArticleParameter
174
+ ->setTransitionStatusFilter(TransitionStatus::INREACTIVATION)
175
+ ->setInternalReferenceFilter($item->getInternalReference());
176
+ $inTransitionArticlesResult = $sellerAccountService->getTransitionArticles($inTransitionArticleParameter);
177
+ } catch (Exception $e) {
178
+ $this->_handleException($e);
179
+ $e = null;
180
+ continue;
181
+ // keep going for the next item - no break
182
+ }
183
+
184
+ $skip = false;
185
+ // We do not stop anything if the article ID has just been changed and the product is still open
186
+ if (isset($inTransitionArticlesResult['TotalLines']) && $inTransitionArticlesResult['TotalLines'] > 0) {
187
+ $articleId = $inTransitionArticlesResult['InTransitionArticles'][0]['ArticleId'];
188
+ $qtyAvailable = $inTransitionArticlesResult['InTransitionArticles'][0]['AvailableQuantity'];
189
+ if ($item->getRicardoArticleId() != $articleId) {
190
+ $item->setRicardoArticleId($articleId);
191
+ }
192
+ $item
193
+ ->setQtyInventory($qtyAvailable)
194
+ ->save();
195
+
196
+ $message = json_encode(array(
197
+ 'item_id' => $item->getId(),
198
+ 'previous_article_id' => $item->getRicardoArticleId(),
199
+ 'ricardo_article_id' => $articleId,
200
+ 'mode' => 'inReactivation'
201
+ ));
202
+
203
+ Mage::log($message, Zend_Log::DEBUG, Diglin_Ricento_Helper_Data::LOG_FILE, true);
204
+
205
+ $skip = true;
206
+ unset($inTransitionArticlesResult);
207
  }
208
 
209
+ /**
210
+ * @todo Temporary code for testing purpose and be sure it works, then needed to be factorized.
211
+ *
212
+ * Maybe we missed again opened articles
213
+ */
214
+ if (!$skip) {
215
  try {
 
216
  $openArticlesParameter = new OpenArticlesParameter();
217
  $openArticlesParameter->setInternalReferenceFilter($item->getInternalReference());
218
 
219
+ $openArticlesResult = $sellerAccountService->getOpenArticles($openArticlesParameter);
220
  } catch (Exception $e) {
221
  $this->_handleException($e);
222
  $e = null;
 
223
  // keep going for the next item - no break
224
  }
 
225
 
226
+ if (isset($openArticlesResult['TotalLines']) && $openArticlesResult['TotalLines'] > 0) {
227
+ $articleId = $openArticlesResult['OpenArticles'][0]['ArticleId'];
228
+ $qtyAvailable = $openArticlesResult['OpenArticles'][0]['AvailableQuantity'];
229
+
230
+ if ($item->getRicardoArticleId() != $articleId) {
231
+ $item->setRicardoArticleId($articleId);
232
+ }
233
+
234
+ if ($qtyAvailable) {
235
+ $item->setQtyInventory($qtyAvailable);
236
+ }
237
+
238
+ $item->save();
239
+
240
+ $message = json_encode(array(
241
+ 'item_id' => $item->getId(),
242
+ 'previous_article_id' => $item->getRicardoArticleId(),
243
+ 'ricardo_article_id' => $articleId,
244
+ 'mode' => 'openArticle'
245
+ ));
246
+
247
+ Mage::log($message, Zend_Log::DEBUG, Diglin_Ricento_Helper_Data::LOG_FILE, true);
248
+
249
+ $skip = true;
250
+ unset($openArticlesResult);
251
  }
252
+ }
253
+
254
+ if (!$skip) {
255
+
256
+ $additionalData = json_encode(array('previous_ricardo_article_id' => $item->getRicardoArticleId()));
257
 
258
  $item
259
  ->setRicardoArticleId(null)
260
  ->setQtyInventory(null)
261
  ->setIsPlanned(null)
262
+ ->setAdditionalData($additionalData)
263
  ->setStatus(Diglin_Ricento_Helper_Data::STATUS_STOPPED)
264
  ->save();
265
 
266
  $this->_getListingLog()->saveLog(array(
267
+ 'job_id' => $this->_currentJob->getId(),
268
+ 'product_id' => $item->getProductId(),
269
+ 'product_title' => $item->getProductTitle(),
270
  'products_listing_id' => $this->_productsListingId,
271
+ 'message' => $this->_jsonEncode(array('success' => $this->_getHelper()->__('The product has been stopped'))),
272
+ 'log_status' => Diglin_Ricento_Model_Products_Listing_Log::STATUS_SUCCESS,
273
+ 'log_type' => $this->_logType,
274
+ 'created_at' => Mage::getSingleton('core/date')->gmtDate()
275
  ));
276
  }
277
  }
284
  $this->_totalProceed = $totalItems;
285
  $this->_currentJobListing->saveCurrentJob(array(
286
  'total_proceed' => $this->_totalProceed,
287
+ 'last_item_id' => $lastItem->getId()
288
  ));
289
 
290
  /**
311
  return false;
312
  }
313
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
 
315
+ return $return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  }
317
  }
app/code/community/Diglin/Ricento/Model/Dispatcher/List.php CHANGED
@@ -9,6 +9,8 @@
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
 
 
12
  use \Diglin\Ricardo\Managers\Sell\Parameter\InsertArticlesParameter;
13
 
14
  /**
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
12
+ mb_internal_encoding('UTF-8');
13
+
14
  use \Diglin\Ricardo\Managers\Sell\Parameter\InsertArticlesParameter;
15
 
16
  /**
app/code/community/Diglin/Ricento/Model/Dispatcher/Transaction.php CHANGED
@@ -103,14 +103,15 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
103
  $article = null;
104
  $soldArticles = array();
105
 
106
- $itemCollection = $this->_getItemCollection(array(Diglin_Ricento_Helper_Data::STATUS_LISTED, Diglin_Ricento_Helper_Data::STATUS_SOLD), $this->_currentJobListing->getLastItemId());
107
- $itemCollection->addFieldToFilter('is_planned', 0);
108
-
109
- $ricardoArticleIds = $itemCollection->getColumnValues('ricardo_article_id');
110
- $lastItem = $itemCollection->getLastItem();
111
 
112
  try {
113
- $soldArticles = $this->getSoldArticles($ricardoArticleIds);
 
114
  } catch (Exception $e) {
115
  $this->_handleException($e, Mage::getSingleton('diglin_ricento/api_services_selleraccount'));
116
  $e = null;
@@ -139,10 +140,10 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
139
  /**
140
  * Save the current information of the process to allow live display via ajax call
141
  */
142
- $this->_totalProceed += count($ricardoArticleIds);
143
  $this->_currentJobListing->saveCurrentJob(array(
144
- 'total_proceed' => $this->_totalProceed,
145
- 'last_item_id' => $lastItem->getId()
146
  ));
147
 
148
  /**
@@ -157,16 +158,6 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
157
  return $this;
158
  }
159
 
160
- /**
161
- * @deprecated
162
- * @param array $articleIds
163
- * @return array
164
- */
165
- private function _getSoldArticlesList(array $articleIds = array())
166
- {
167
- return $this->getSoldArticlesList($articleIds);
168
- }
169
-
170
  /**
171
  * @param array $articleIds
172
  * @param int|null $minimumEndDate Default 259200 = 3 days
@@ -188,7 +179,7 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
188
  * we prevent to have conflict with several sold articles having similar internal reference
189
  */
190
  $soldArticlesParameter
191
- ->setPageSize($this->_limit) // if not defined, default is 10
192
  ->setExcludedTransactionIdsFilter($transactionCollection->getColumnValues('transaction_id'))
193
  ->setMinimumEndDate($this->_getHelper()->getJsonDate(time() - $minimumEndDate));
194
 
@@ -215,11 +206,11 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
215
  * @return bool
216
  * @throws Exception
217
  */
218
- public function getSoldArticles($articleIds = array(), Diglin_Ricento_Model_Products_Listing_Item $productItem = null)
219
  {
220
  $soldArticlesReturn = array();
221
 
222
- foreach ($this->_getSoldArticlesList($articleIds) as $soldArticle) {
223
 
224
  $rawData = $soldArticle;
225
  $soldArticle = $this->_getHelper()->extractData($soldArticle);
@@ -254,7 +245,7 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
254
  $productItem->setLoadFallbackOptions(true);
255
  }
256
 
257
- if (!$productItem->getId() || (!in_array($productItem->getStatus(), array(Diglin_Ricento_Helper_Data::STATUS_LISTED, Diglin_Ricento_Helper_Data::STATUS_SOLD)))) {
258
  continue;
259
  }
260
 
@@ -382,7 +373,7 @@ class Diglin_Ricento_Model_Dispatcher_Transaction extends Diglin_Ricento_Model_D
382
  if (!$address || ($address->getCity() != $city && $address->getPostcode() != $postCode && $address->getStreet() != $street)) {
383
 
384
  /**
385
- * Ricardo API doesn't provide the region and Magento 1.6 doesn't allow to make region optional
386
  * We use the first region found for the current country but it's far to be good
387
  * @todo add a "other" region into each country having required region
388
  */
103
  $article = null;
104
  $soldArticles = array();
105
 
106
+ // $itemCollection = $this->_getItemCollection(array(Diglin_Ricento_Helper_Data::STATUS_LISTED, Diglin_Ricento_Helper_Data::STATUS_SOLD), $this->_currentJobListing->getLastItemId());
107
+ // $itemCollection->addFieldToFilter('is_planned', 0);
108
+ //
109
+ // $ricardoArticleIds = $itemCollection->getColumnValues('ricardo_article_id');
110
+ // $lastItem = $itemCollection->getLastItem();
111
 
112
  try {
113
+ // $soldArticles = $this->getSoldArticles($ricardoArticleIds);
114
+ $soldArticles = $this->getSoldArticles();
115
  } catch (Exception $e) {
116
  $this->_handleException($e, Mage::getSingleton('diglin_ricento/api_services_selleraccount'));
117
  $e = null;
140
  /**
141
  * Save the current information of the process to allow live display via ajax call
142
  */
143
+ // $this->_totalProceed += count($soldArticles);
144
  $this->_currentJobListing->saveCurrentJob(array(
145
+ 'total_proceed' => $this->_currentJobListing->getTotalCount(),
146
+ 'last_item_id' => 0 // $lastItem->getId()
147
  ));
148
 
149
  /**
158
  return $this;
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
161
  /**
162
  * @param array $articleIds
163
  * @param int|null $minimumEndDate Default 259200 = 3 days
179
  * we prevent to have conflict with several sold articles having similar internal reference
180
  */
181
  $soldArticlesParameter
182
+ ->setPageSize($this->_limit) // if not defined, default is 10 via the API, here is 200
183
  ->setExcludedTransactionIdsFilter($transactionCollection->getColumnValues('transaction_id'))
184
  ->setMinimumEndDate($this->_getHelper()->getJsonDate(time() - $minimumEndDate));
185
 
206
  * @return bool
207
  * @throws Exception
208
  */
209
+ public function getSoldArticles($articleIds = array(), Diglin_Ricento_Model_Products_Listing_Item $productItem = null, $minimumEndDate = 259200, $maximumEndDate = null)
210
  {
211
  $soldArticlesReturn = array();
212
 
213
+ foreach ($this->getSoldArticlesList($articleIds, $minimumEndDate, $maximumEndDate) as $soldArticle) {
214
 
215
  $rawData = $soldArticle;
216
  $soldArticle = $this->_getHelper()->extractData($soldArticle);
245
  $productItem->setLoadFallbackOptions(true);
246
  }
247
 
248
+ if (!$productItem->getId() /*|| (!in_array($productItem->getStatus(), array(Diglin_Ricento_Helper_Data::STATUS_LISTED, Diglin_Ricento_Helper_Data::STATUS_SOLD)))*/) {
249
  continue;
250
  }
251
 
373
  if (!$address || ($address->getCity() != $city && $address->getPostcode() != $postCode && $address->getStreet() != $street)) {
374
 
375
  /**
376
+ * Ricardo API doesn't provide the region and Magento <= 1.6 doesn't allow to make region optional
377
  * We use the first region found for the current country but it's far to be good
378
  * @todo add a "other" region into each country having required region
379
  */
app/code/community/Diglin/Ricento/Model/Products/Listing/Item/Product.php CHANGED
@@ -9,6 +9,8 @@
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
 
 
12
  /**
13
  * Class Diglin_Ricento_Model_Products_Listing_Item_Product
14
  */
9
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
  */
11
 
12
+ mb_internal_encoding('UTF-8');
13
+
14
  /**
15
  * Class Diglin_Ricento_Model_Products_Listing_Item_Product
16
  */
app/code/community/Diglin/Ricento/controllers/Adminhtml/Ricento/Products/ListingController.php CHANGED
@@ -211,6 +211,7 @@ class Diglin_Ricento_Adminhtml_Ricento_Products_ListingController extends Diglin
211
  }
212
  }
213
 
 
214
  $this->_redirectUrl($this->_getEditUrl());
215
 
216
  // To block chaining, we return the error
211
  }
212
  }
213
 
214
+
215
  $this->_redirectUrl($this->_getEditUrl());
216
 
217
  // To block chaining, we return the error
app/code/community/Diglin/Ricento/etc/config.xml CHANGED
@@ -13,7 +13,7 @@
13
  <config>
14
  <modules>
15
  <Diglin_Ricento>
16
- <version>1.3.4</version>
17
  </Diglin_Ricento>
18
  </modules>
19
 
13
  <config>
14
  <modules>
15
  <Diglin_Ricento>
16
+ <version>1.3.5</version>
17
  </Diglin_Ricento>
18
  </modules>
19
 
lib/Diglin/Ricardo/Enums/Customer/TransitionStatus.php ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Diglin GmbH - Switzerland
4
+ *
5
+ * This file is part of a Diglin GmbH module.
6
+ *
7
+ * This Diglin GmbH module is free software; you can redistribute it and/or
8
+ * modify it under the terms of the GNU General Public License version 3 as
9
+ * published by the Free Software Foundation.
10
+ *
11
+ * This script is distributed in the hope that it will be useful, but WITHOUT
12
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
+ *
15
+ * @author Sylvain Rayé <support at diglin.com>
16
+ * @category Diglin
17
+ * @package Diglin_Ricardo
18
+ * @copyright Copyright (c) 2011-2015 Diglin (http://www.diglin.com)
19
+ * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ */
21
+ namespace Diglin\Ricardo\Enums\Customer;
22
+
23
+ use Diglin\Ricardo\Enums\AbstractEnums;
24
+
25
+ /**
26
+ * Class ArticleTypeFilter
27
+ * @package Diglin\Ricardo\Enums\Customer
28
+ */
29
+ class TransitionStatus extends AbstractEnums
30
+ {
31
+ const BOTH = 0; // All articles in transition status
32
+
33
+ const INREACTIVATION = 1; // The articles in reactivation process
34
+
35
+ const INCLOSING = 2; // The articles in closing process
36
+
37
+ /**
38
+ * @return array
39
+ */
40
+ public static function getEnums()
41
+ {
42
+ return array(
43
+ array('label' => 'BOTH', 'value' => self::BOTH),
44
+ array('label' => 'INREACTIVATION', 'value' => self::INREACTIVATION),
45
+ array('label' => 'INCLOSING', 'value' => self::INCLOSING),
46
+ );
47
+ }
48
+ }
lib/Diglin/Ricardo/Managers/SellerAccount.php CHANGED
@@ -23,6 +23,7 @@ namespace Diglin\Ricardo\Managers;
23
  use Diglin\Ricardo\Enums\Article\ArticlesTypes;
24
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ArticlesParameter;
25
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ClosedArticlesParameter;
 
26
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
27
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticleParameter;
28
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticlesParameter;
@@ -267,4 +268,16 @@ class SellerAccount extends ManagerAbstract
267
  {
268
  // @todo
269
  }
 
 
 
 
 
 
 
 
 
 
 
 
270
  }
23
  use Diglin\Ricardo\Enums\Article\ArticlesTypes;
24
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ArticlesParameter;
25
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ClosedArticlesParameter;
26
+ use Diglin\Ricardo\Managers\SellerAccount\Parameter\GetInTransitionArticlesParameter;
27
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
28
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticleParameter;
29
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticlesParameter;
268
  {
269
  // @todo
270
  }
271
+
272
+ /**
273
+ * @param GetInTransitionArticlesParameter $parameter
274
+ * @return array
275
+ * @throws \Diglin\Ricardo\Exceptions\ExceptionAbstract
276
+ * @throws \Diglin\Ricardo\Exceptions\SecurityException
277
+ * @throws \Exception
278
+ */
279
+ public function getTransitionArticles(GetInTransitionArticlesParameter $parameter)
280
+ {
281
+ return $this->_proceed('InTransitionArticles', $parameter);
282
+ }
283
  }
lib/Diglin/Ricardo/Managers/SellerAccount/.DS_Store ADDED
Binary file
lib/Diglin/Ricardo/Managers/SellerAccount/Parameter/GetInTransitionArticlesParameter.php ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Diglin GmbH - Switzerland
4
+ *
5
+ * This file is part of a Diglin GmbH module.
6
+ *
7
+ * This Diglin GmbH module is free software; you can redistribute it and/or
8
+ * modify it under the terms of the GNU General Public License version 3 as
9
+ * published by the Free Software Foundation.
10
+ *
11
+ * This script is distributed in the hope that it will be useful, but WITHOUT
12
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
+ *
15
+ * @author Sylvain Rayé <support at diglin.com>
16
+ * @category Diglin
17
+ * @package Diglin_Ricardo
18
+ * @copyright Copyright (c) 2011-2015 Diglin (http://www.diglin.com)
19
+ * @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20
+ */
21
+ namespace Diglin\Ricardo\Managers\SellerAccount\Parameter;
22
+
23
+ use Diglin\Ricardo\Enums\Article\ArticlesTypes;
24
+ use Diglin\Ricardo\Enums\Article\CloseListStatus;
25
+ use Diglin\Ricardo\Managers\ParameterAbstract;
26
+
27
+ /**
28
+ * Class GetInTransitionArticlesParameter
29
+ * @package Diglin\Ricardo\Managers\SellerAccount\Parameter
30
+ */
31
+ class GetInTransitionArticlesParameter extends ParameterAbstract
32
+ {
33
+ /**
34
+ * @var array
35
+ */
36
+ protected $_articleIdsFilter = array();
37
+
38
+ /**
39
+ * @var string
40
+ */
41
+ protected $_articleTitleFilter = null;
42
+ /**
43
+ * @var string
44
+ */
45
+ protected $_articleTypeFilter = null;
46
+
47
+ /**
48
+ * @var boolean
49
+ */
50
+ protected $_ascendingSort;
51
+
52
+ /**
53
+ * @var string
54
+ */
55
+ protected $_internalReferenceFilter = null;
56
+
57
+ /**
58
+ * @var string
59
+ */
60
+ protected $_lastname = null;
61
+
62
+ /**
63
+ * @var string
64
+ */
65
+ protected $_nickname = null;
66
+
67
+ /**
68
+ * @var int
69
+ */
70
+ protected $_pageNumber;
71
+
72
+ /**
73
+ * @var int
74
+ */
75
+ protected $_pageSize;
76
+
77
+ /**
78
+ * @var int
79
+ */
80
+ protected $_sortBy;
81
+
82
+ /**
83
+ * @var int
84
+ */
85
+ protected $_transitionStatusFilter = null;
86
+
87
+ /**
88
+ * @var array
89
+ */
90
+ protected $_requiredProperties = array(
91
+ 'articleTitleFilter',
92
+ 'articleTypeFilter',
93
+ 'lastname',
94
+ 'nickname',
95
+ 'articleTypeFilter',
96
+ 'internalReferenceFilter',
97
+ 'transitionStatusFilter',
98
+ );
99
+
100
+ protected $_optionalProperties = array(
101
+ 'articleIdsFilter',
102
+ 'ascendingSort',
103
+ 'pageNumber',
104
+ 'pageSize',
105
+ 'sortBy',
106
+ );
107
+
108
+ /**
109
+ * @return array
110
+ */
111
+ public function getArticleIdsFilter()
112
+ {
113
+ return $this->_articleIdsFilter;
114
+ }
115
+
116
+ /**
117
+ * @param array $articleIdsFilter
118
+ * @return $this
119
+ */
120
+ public function setArticleIdsFilter(array $articleIdsFilter)
121
+ {
122
+ $this->_articleIdsFilter = $articleIdsFilter;
123
+
124
+ return $this;
125
+ }
126
+
127
+ /**
128
+ * @return string
129
+ */
130
+ public function getArticleTitleFilter()
131
+ {
132
+ return $this->_articleTitleFilter;
133
+ }
134
+
135
+ /**
136
+ * @param string $articleTitleFilter
137
+ * @return $this
138
+ */
139
+ public function setArticleTitleFilter($articleTitleFilter)
140
+ {
141
+ $this->_articleTitleFilter = $articleTitleFilter;
142
+
143
+ return $this;
144
+ }
145
+
146
+ /**
147
+ * @return string
148
+ */
149
+ public function getArticleTypeFilter()
150
+ {
151
+ return $this->_articleTypeFilter;
152
+ }
153
+
154
+ /**
155
+ * @param string $articleTypeFilter
156
+ * @return $this
157
+ */
158
+ public function setArticleTypeFilter($articleTypeFilter)
159
+ {
160
+ $this->_articleTypeFilter = $articleTypeFilter;
161
+
162
+ return $this;
163
+ }
164
+
165
+ /**
166
+ * @return boolean
167
+ */
168
+ public function isAscendingSort()
169
+ {
170
+ return $this->_ascendingSort;
171
+ }
172
+
173
+ /**
174
+ * @param boolean $ascendingSort
175
+ * @return $this
176
+ */
177
+ public function setAscendingSort($ascendingSort)
178
+ {
179
+ $this->_ascendingSort = $ascendingSort;
180
+
181
+ return $this;
182
+ }
183
+
184
+ /**
185
+ * @return string
186
+ */
187
+ public function getInternalReferenceFilter()
188
+ {
189
+ return $this->_internalReferenceFilter;
190
+ }
191
+
192
+ /**
193
+ * @param string $internalReferenceFilter
194
+ * @return $this
195
+ */
196
+ public function setInternalReferenceFilter($internalReferenceFilter)
197
+ {
198
+ $this->_internalReferenceFilter = $internalReferenceFilter;
199
+
200
+ return $this;
201
+ }
202
+
203
+ /**
204
+ * @return string
205
+ */
206
+ public function getLastname()
207
+ {
208
+ return $this->_lastname;
209
+ }
210
+
211
+ /**
212
+ * @param string $lastname
213
+ * @return $this
214
+ */
215
+ public function setLastname($lastname)
216
+ {
217
+ $this->_lastname = $lastname;
218
+
219
+ return $this;
220
+ }
221
+
222
+ /**
223
+ * @return string
224
+ */
225
+ public function getNickname()
226
+ {
227
+ return $this->_nickname;
228
+ }
229
+
230
+ /**
231
+ * @param string $nickname
232
+ * @return $this
233
+ */
234
+ public function setNickname($nickname)
235
+ {
236
+ $this->_nickname = $nickname;
237
+
238
+ return $this;
239
+ }
240
+
241
+ /**
242
+ * @return int
243
+ */
244
+ public function getPageNumber()
245
+ {
246
+ return $this->_pageNumber;
247
+ }
248
+
249
+ /**
250
+ * @param int $pageNumber
251
+ * @return $this
252
+ */
253
+ public function setPageNumber($pageNumber)
254
+ {
255
+ $this->_pageNumber = $pageNumber;
256
+
257
+ return $this;
258
+ }
259
+
260
+ /**
261
+ * @return int
262
+ */
263
+ public function getPageSize()
264
+ {
265
+ return $this->_pageSize;
266
+ }
267
+
268
+ /**
269
+ * @param int $pageSize
270
+ * @return $this
271
+ */
272
+ public function setPageSize($pageSize)
273
+ {
274
+ $this->_pageSize = $pageSize;
275
+
276
+ return $this;
277
+ }
278
+
279
+ /**
280
+ * @return int
281
+ */
282
+ public function getSortBy()
283
+ {
284
+ return $this->_sortBy;
285
+ }
286
+
287
+ /**
288
+ * @param int $sortBy
289
+ * @return $this
290
+ */
291
+ public function setSortBy($sortBy)
292
+ {
293
+ $this->_sortBy = $sortBy;
294
+
295
+ return $this;
296
+ }
297
+
298
+ /**
299
+ * @return int
300
+ */
301
+ public function getTransitionStatusFilter()
302
+ {
303
+ return $this->_transitionStatusFilter;
304
+ }
305
+
306
+ /**
307
+ * @param int $transitionStatusFilter
308
+ * @return $this
309
+ */
310
+ public function setTransitionStatusFilter($transitionStatusFilter)
311
+ {
312
+ $this->_transitionStatusFilter = $transitionStatusFilter;
313
+
314
+ return $this;
315
+ }
316
+
317
+ /**
318
+ * @return array
319
+ */
320
+ public function getRequiredProperties()
321
+ {
322
+ return (array) $this->_requiredProperties;
323
+ }
324
+
325
+ /**
326
+ * @param array $requiredProperties
327
+ * @return $this
328
+ */
329
+ public function setRequiredProperties(array $requiredProperties)
330
+ {
331
+ $this->_requiredProperties = $requiredProperties;
332
+
333
+ return $this;
334
+ }
335
+
336
+ /**
337
+ * @return array
338
+ */
339
+ public function getOptionalProperties()
340
+ {
341
+ return (array) $this->_optionalProperties;
342
+ }
343
+
344
+ /**
345
+ * @param array $optionalProperties
346
+ * @return $this
347
+ */
348
+ public function setOptionalProperties(array $optionalProperties)
349
+ {
350
+ $this->_optionalProperties = $optionalProperties;
351
+
352
+ return $this;
353
+ }
354
+ }
lib/Diglin/Ricardo/Services/SellerAccount.php CHANGED
@@ -24,6 +24,7 @@ use Diglin\Ricardo\Core\Helper;
24
  use Diglin\Ricardo\Enums\Article\ArticlesTypes;
25
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ArticlesParameter;
26
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ClosedArticlesParameter;
 
27
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
28
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticleParameter;
29
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\SoldArticlesParameter;
@@ -603,4 +604,32 @@ class SellerAccount extends ServiceAbstract
603
  'params' => array('SetPremiumPackageAutomaticReactivationParameter' => array())
604
  );
605
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  }
24
  use Diglin\Ricardo\Enums\Article\ArticlesTypes;
25
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ArticlesParameter;
26
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\ClosedArticlesParameter;
27
+ use Diglin\Ricardo\Managers\SellerAccount\Parameter\GetInTransitionArticlesParameter;
28
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\OpenArticlesParameter;
29
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\PlannedArticleParameter;
30
  use Diglin\Ricardo\Managers\SellerAccount\Parameter\SoldArticlesParameter;
604
  'params' => array('SetPremiumPackageAutomaticReactivationParameter' => array())
605
  );
606
  }
607
+
608
+ /**
609
+ * Get In Transition Articles
610
+ *
611
+ * @param GetInTransitionArticlesParameter $parameter
612
+ * @return array
613
+ */
614
+ public function getInTransitionArticles(GetInTransitionArticlesParameter $parameter)
615
+ {
616
+ return array(
617
+ 'method' => 'GetInTransitionArticles',
618
+ 'params' => array('GetInTransitionArticlesParameter' => $parameter->getDataProperties())
619
+ );
620
+ }
621
+
622
+ /**
623
+ * Get In Transition Articles Result
624
+ *
625
+ * @param array $data
626
+ * @return array
627
+ */
628
+ public function getInTransitionArticlesResult(array $data)
629
+ {
630
+ if (isset($data['GetInTransitionArticlesResult'])) {
631
+ return $data['GetInTransitionArticlesResult'];
632
+ }
633
+ return array();
634
+ }
635
  }
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>diglin_ricento</name>
4
- <version>1.3.4.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0">OSL v3.0</license>
7
  <channel>community</channel>
@@ -38,7 +38,12 @@
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.3.4&#xD;
 
 
 
 
 
42
  - ENHANCEMENT: compatibility with Magento 1.9.2.2 and patch 6788&#xD;
43
  - ENHANCEMENT: cleanup old products in reactivation phase from the temporary file in var/tmp (workaround)&#xD;
44
  - ENHANCEMENT: allow to duplicate a ricardo order and keep the related information&#xD;
@@ -255,9 +260,9 @@
255
  - be2b77a Update readme file&#xD;
256
  - 9384e3c Update doc</notes>
257
  <authors><author><name>diglin</name><user>diglin</user><email>sly@diglin.com</email></author></authors>
258
- <date>2015-11-09</date>
259
- <time>13:59:09</time>
260
- <contents><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="b433ef94dec29580215fc43109ee8f8c"/><file name="Hint.php" hash="6468551ca0b33411c9e08bb34b629468"/></dir></dir><dir name="Dashboard"><file name="Account.php" hash="bc2731e95f36c20ba58681ea32c05c4a"/><file name="Banner.php" hash="342cbe73ba3b32f9bdc8313149ec931a"/><file name="Bestsellers.php" hash="a9432528b536631a678319e82afeeeec"/><file name="Lifetime.php" hash="e3a70e02e94f980f9d1aaf0ecf9a20bb"/><file name="News.php" hash="6ee052d661649e532b9d1ca4678a572a"/><dir name="Renderer"><file name="Price.php" hash="0fc32c2882a63176370bef21733e9e21"/></dir><file name="Turnover.php" hash="5e6865955e7a9698593a53fec3726676"/></dir><dir name="Form"><dir name="Element"><dir name="Checkboxes"><file name="Extensible.php" hash="bc4c39a051f7a159f5e23dff34ad811d"/></dir><dir name="Fieldset"><file name="Inline.php" hash="292183da97b985cecc1b6d1ce1ee4a35"/></dir><dir name="Radios"><file name="Extensible.php" hash="0bd7bcc853668d572fa21be57bb47575"/></dir></dir></dir><dir name="Log"><dir name="Listing"><file name="Grid.php" hash="c216e361e99b10448fc164a076f8bfb6"/></dir><dir name="Sync"><dir name="Grid"><dir name="Renderer"><file name="Progress.php" hash="bd4639208f7cedafe37f95df3537cd46"/><file name="Title.php" hash="b38daffffedf227e2d1c44b7a9e176d2"/></dir></dir><file name="Grid.php" hash="ed1b6b85b7d94acf4327e2975a953742"/></dir><file name="Tabs.php" hash="9e96072c16f78b41844d294e498b4401"/></dir><file name="Log.php" hash="5b9580b2d6b69f76b384f60fdebe3747"/><dir name="Notifications"><file name="Default.php" hash="167bfaa55e28c709dbf3697d7830a71a"/><file name="Expiration.php" hash="df67759b72214cd362b0db736b585859"/></dir><dir name="Page"><file name="Menu.php" hash="0a6dde8103fb1444621ccdf484957c02"/></dir><dir name="Products"><dir name="Category"><file name="Children.php" hash="307e037abc251848b0694b3529edfbfc"/><dir name="Form"><dir name="Renderer"><file name="Categories.php" hash="76c3af26e9c3aa7c3d9f09d941997d57"/><file name="Mapping.php" hash="dc875b3554f7595382bfa8a11478405f"/></dir></dir><dir name="Mapping"><file name="Tree.php" hash="524d1d3387fbaa130552aca4e0591598"/></dir><file name="Mapping.php" hash="93298c7e13b142501b4fc8888113ed2b"/><dir name="Tree"><file name="Categories.php" hash="515975899617d335d6976e27ef7b573d"/><file name="Form.php" hash="d81bbe3285b496dc3c14625aa9b91e03"/></dir><file name="Tree.php" hash="8aa9c622715b021a8e857410b881b68c"/></dir><dir name="Listing"><file name="Confirmation.php" hash="cdb2ceca5b00a34d5a947c91ca722cd6"/><dir name="Edit"><file name="Form.php" hash="e1a9fe7cab032a32ca3407a76ce7fbee"/><dir name="Renderer"><file name="Article.php" hash="cf0e96bc078ab23d5641f6f2022749c8"/><file name="Configured.php" hash="4660b7102533fa42a83eb37603cc76a7"/><file name="Customoptions.php" hash="64d5d9a0b2fb3a97145cee69eda09e0c"/><file name="Inventory.php" hash="772903adb11487f69a3d02846d3fefe6"/><file name="Name.php" hash="bb38f3924522574e64ba6e811ff46450"/><file name="Price.php" hash="b6112891273ff496374b2778227b4143"/><file name="Status.php" hash="b114cd85e41eca64fe57a6ff51d5ee43"/></dir><dir name="Tabs"><file name="General.php" hash="14d287a2fc7ff8913697be143f79a367"/><dir name="Products"><file name="Add.php" hash="d85973292fb9fad08333ac4a13493215"/><file name="Massaction.php" hash="e9abc1d73fee5e1bb85569a80f37b9e5"/></dir><file name="Products.php" hash="10c6d381c61010065633e2da4b3b7b97"/><file name="Rules.php" hash="7b913d102970f46fb8db6ec409322d7c"/><file name="Selloptions.php" hash="111b94ee6039995882b30f29ccbce570"/></dir><file name="Tabs.php" hash="6c3df947696a88a2509cfcf25a28c38b"/></dir><file name="Edit.php" hash="e263001bb8fa2dde2be0cd1addf03748"/><dir name="Form"><file name="Abstract.php" hash="aa96a74bc83b7dae21a982812eb6fd90"/></dir><dir name="Grid"><dir name="Renderer"><file name="Status.php" hash="842be30b0586aa7481c91bd68928b955"/><file name="Total.php" hash="9570d3f5b50c043c0444d5fb3411f6f2"/></dir></dir><file name="Grid.php" hash="5b4c42ede2a076fc76b21b0511826d39"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="780650cb73819b55b355fe01119f703c"/><dir name="Tabs"><file name="Rules.php" hash="f8488f76c14247e25a61da9b03df0593"/><file name="Selloptions.php" hash="d4613fae72dd1fe3c68bff8419a82750"/></dir><file name="Tabs.php" hash="5d0781303281ae745d3609f907bd19d2"/></dir><file name="Edit.php" hash="6ab0342f46397cb1a2516f05077e79e9"/><file name="Preview.php" hash="e30655fb9ec51bf40de8c10d16af3a9d"/></dir><file name="Log.php" hash="f7cdaab52d3769ff93321e7647d67c06"/><dir name="New"><file name="Form.php" hash="38ab04ded807490619a0e3b1cb75c9e0"/></dir><file name="New.php" hash="59eea06c9b8ec22162c3fcaeba2933e1"/></dir><file name="Listing.php" hash="0c101749125ce6e1822b6f749ca924d2"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Button.php" hash="67d754bed74b6389355d554b255e7488"/></dir></dir></dir></dir><file name=".DS_Store" hash="72cb31c5cebe3828c3893e9ad7d8e874"/></dir><dir name="Payment"><file name="Info.php" hash="c63a717a400752ec569657d2cd418195"/></dir><file name=".DS_Store" hash="9e4d6465f1c9413c6138669f65821870"/></dir><dir name="Controller"><dir name="Adminhtml"><file name="Action.php" hash="7ead20c81a57853cf48a17e81a2f6c4a"/><dir name="Products"><file name="Listing.php" hash="cf5edd43dc606d6a4621c8a1fd92f195"/></dir></dir><file name=".DS_Store" hash="4d5d9c90ca3336c5032cfdfa17aedd6f"/></dir><file name="Exception.php" hash="93c9bde391933089d1e6632cea5ad786"/><dir name="Helper"><file name="Api.php" hash="67ae3a1cc9a3a6ba9db34ed327865ae6"/><dir name="Dashboard"><file name="Turnover.php" hash="eda721699f2e5cf8e298e0024a63a545"/></dir><file name="Data.php" hash="aa12cb6b494be68fa6117f09a28a0f03"/><file name="Image.php" hash="d031e118d00065ab77fecbd24f03594d"/><file name="Price.php" hash="ef6cb7106ba52582621e2a59de2553e4"/><file name="Support.php" hash="3cca6b96cc057332d86dca6c41822eba"/><file name="Tools.php" hash="13c923ae2c56e8305e481cb27570212d"/><file name=".DS_Store" hash="42504db0bd8d0f8007bef503bf8111c1"/></dir><dir name="Model"><dir name="Api"><dir name="Services"><file name="Abstract.php" hash="d0c76c198a2c69c199e726da03abc7a6"/><file name="Customer.php" hash="d500e9e9035ffd8500407611f6796ad9"/><file name="Search.php" hash="d40fd404bfb3a2d5de9d6020df14b483"/><file name="Security.php" hash="d5f1d425155e4749344850e7b09feb22"/><file name="Sell.php" hash="19855539f2b83eebfb773c251f3f5958"/><file name="Selleraccount.php" hash="c0d31d32fee8b7c6347b81202a1ba0e5"/><file name="System.php" hash="7c20e49754e5e93503fc3ef7e4918dc8"/></dir><file name="Token.php" hash="a4145e890cafbd223fa42ba5b477c025"/></dir><dir name="Config"><dir name="Source"><file name="Abstract.php" hash="d671ca4f2f26f145f5fad2e30b532124"/><file name="Categories.php" hash="f982ceecede3d42547a08e6a36f49218"/><file name="Languages.php" hash="2c03657ebf714148b73cb3f15ef4488c"/><dir name="Products"><dir name="Listing"><file name="Log.php" hash="ba3a7d1e422755cd6739bed8820066c0"/><file name="Status.php" hash="170990ec2272e76863bbdc88be6a023b"/></dir></dir><dir name="Rules"><file name="Payment.php" hash="4d14509c99fa3c4fc26037b246f78265"/><dir name="Shipping"><file name="Availability.php" hash="f97891bf6fdf0765d0289c43bb457a97"/><file name="Calculation.php" hash="912f16d303a9b401d1de9d37296dde0a"/><file name="Packages.php" hash="d4ce5652ae2a80eeb8839290dfb64ee6"/></dir><file name="Shipping.php" hash="e66853a3ea9b51a0900fdadba935ae42"/></dir><dir name="Sales"><file name="Currency.php" hash="b07535355281a36f3b7e358d23a77e15"/><file name="Days.php" hash="5643dd61f80ccc52cbe29e75f18df2d9"/><dir name="Order"><file name="Status.php" hash="a3718bb7ab59b4d60748dee241888651"/></dir><dir name="Price"><file name="Method.php" hash="020a8e8d0d9d35802ea88c0028af4673"/><file name="Source.php" hash="94c5e4b5eb86ced80e5412159e6cf0f4"/></dir><dir name="Product"><dir name="Condition"><file name="Source.php" hash="14849df28b52facc5d91f462e9a90781"/></dir><file name="Condition.php" hash="32faa3b36d1b7de9577798578152d044"/></dir><file name="Promotion.php" hash="dfd838cfe50880d8d2facbf3b062b398"/><file name="Reactivation.php" hash="33d9dd75eeb119eb3b05bbb4dda8e432"/><file name="Template.php" hash="ccffc7632cd03d87f0245cd801d0bae5"/><file name="Type.php" hash="6f545897bbe8b99d5b30e4102279b827"/><file name="Warranty.php" hash="8762d38677d82bc8048e3d5d88b36eae"/></dir><file name="Status.php" hash="813afb1e443192b1d6a7d9937e56cafd"/><file name="Store.php" hash="6930c1537e4ebf98885d5c333bec3ffa"/><dir name="Sync"><file name="Progress.php" hash="d0430a73504085929ba5f8a3e867da07"/><file name="Status.php" hash="f4b8e72c905175730b3d566dee80ade6"/><file name="Type.php" hash="f3e216055d4e7e30f0d5a17de914a233"/></dir><file name="Watermark.php" hash="75b4bb2d4e63e970483ce3043ca33a7b"/><file name="Website.php" hash="c0168510dc5252a0689416959882136b"/></dir></dir><file name="Cron.php" hash="4cd03859ff8ea13780aa5e848b09267f"/><dir name="Dispatcher"><file name="Abstract.php" hash="31936f2fb2b41b656cea9df3572370bb"/><dir name="Check"><file name="List.php" hash="6b9eef4d652debf6be1b333b73b737a0"/></dir><file name="Closed.php" hash="7404b63ebf1dfacd2902e27b76f82476"/><file name="List.php" hash="b13bea7fa0aaa4bbe69eb6e09d7037a4"/><file name="Order.php" hash="957c6784e9a5714bc9557b946c3cf11f"/><file name="Stop.php" hash="f52e9d9ba708fbe8e1f7674f8b99d663"/><dir name="Sync"><file name="List.php" hash="eb4cc8966d896098fa452a917b0d41e6"/></dir><file name="Transaction.php" hash="f82b510ed8f84aa5b8abbe4535963a45"/><file name=".DS_Store" hash="ffc6974cacdba2fa044a37f669033112"/></dir><file name="Dispatcher.php" hash="d00fda597c8a294d6d133aceb0f7c922"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Conditions.php" hash="1223272c226b7bf7d1c6c61f27ef687e"/></dir></dir></dir><file name="Feed.php" hash="fecf4fead5bf6ab0742a8b8b2cb39dea"/><file name="Filter.php" hash="268a294b3309eb642434e8e59eacd291"/><file name="Observer.php" hash="a0cb400a1cfd9647f772bff37010b935"/><dir name="Products"><dir name="Category"><file name="Mapping.php" hash="b6df1431d7310759e5be17f29eb10df0"/></dir><file name="Category.php" hash="642f0520f549d520e9050a0286a56358"/><dir name="Listing"><dir name="Item"><file name="Product.php" hash="c64d6d91f1ef3f89b7fdbb3f19f50973"/></dir><file name="Item.php" hash="fe47f1895ab4842456bbc7e27b8a26ec"/><file name="Log.php" hash="98fa75315e6c2b490fea82854dbbbded"/></dir><file name="Listing.php" hash="8877ce70cb6ddb612e2f25ccfc3092c3"/></dir><dir name="Resource"><dir name="Api"><dir name="Token"><file name="Collection.php" hash="d2ab663440e27258841be3cf4a357a70"/></dir><file name="Token.php" hash="9899e9aa48e2ee7d416e840d575fff47"/></dir><dir name="Products"><dir name="Listing"><file name="Collection.php" hash="19b8f5d9d0107c897151d91e0cbae08e"/><dir name="Item"><file name="Collection.php" hash="c1d27c28e0c52f6f15641fe90cf2fba8"/></dir><file name="Item.php" hash="450a69ddd9023a40d1431f4a5c93a7db"/><dir name="Log"><file name="Collection.php" hash="c0b02c61246b76a31f2673931d90e985"/></dir><file name="Log.php" hash="514311bff0eee5b00e775c8b59b8b5a1"/></dir><file name="Listing.php" hash="450a3122ecd268a8714f90d06bd01328"/></dir><dir name="Rule"><file name="Collection.php" hash="9c35a937efb27fe3fd57616621035ceb"/></dir><file name="Rule.php" hash="2ec8533cbc357e2a204dcf6bcbdb2d88"/><dir name="Sales"><dir name="Options"><file name="Collection.php" hash="fbc1af66e9ce3c33f47cab4853d5bd3e"/></dir><file name="Options.php" hash="dbb7e3ecf2c1716cdbbc8fa81b25bdda"/><dir name="Transaction"><file name="Collection.php" hash="f661980fd6a907df331cd7df1f211dd0"/></dir><file name="Transaction.php" hash="f81eb7d223ab9357598199150c1281a2"/></dir><dir name="Sync"><file name="Abstract.php" hash="15030d2414b0ad5dc99b56cd656f92e8"/><dir name="Job"><file name="Collection.php" hash="b9bd2b8a3a7271524e65898a5f1fbd68"/><dir name="Listing"><file name="Collection.php" hash="a713a5910489912448c85a9987635a45"/></dir><file name="Listing.php" hash="44ec78a770948d9504c1138ce1f41fe1"/></dir><file name="Job.php" hash="a7496261d34501fc9a5c56a87110c688"/></dir></dir><file name="Rule.php" hash="4ff575a44898a6b63cdb22dc1c3bb180"/><dir name="Sales"><dir name="Method"><file name="Payment.php" hash="9ba10f1ceb6f4a97cb02a852afbb7e15"/><file name="Shipping.php" hash="2c7a63fe51d57deaf2cbc9c6ede6099b"/></dir><file name="Options.php" hash="d6bb5ab7343e79f2341113b8b6a123d0"/><dir name="Order"><file name="Create.php" hash="fa28733d72ddc214510f64f559189bf3"/><file name="Exception.php" hash="74d31df9035a6145563b25e9a5b0324b"/></dir><file name="Transaction.php" hash="81133f876c4988ebcf89f9bad6a19cd3"/></dir><file name="SplAutoloader.php" hash="39c58e1f9e4221d222960b801f9367e3"/><dir name="Sync"><file name="Abstract.php" hash="fc6ac3f307ea104c66fe4e758dd3a4a9"/><dir name="Job"><file name="Listing.php" hash="593875bf5d4d5588b684e39d833779b7"/></dir><file name="Job.php" hash="3983213a2e778479676fddcb74dc0e38"/></dir><dir name="Validate"><dir name="Products"><file name="Item.php" hash="4c1c96a5231c7465bb985612380e5386"/></dir><dir name="Rules"><file name="Methods.php" hash="9dcfc409d29f8eeb301c109212f1956e"/></dir><dir name="Sales"><file name="Increment.php" hash="1f92ec9c6ca26d34bdb3981e777bda14"/></dir></dir><file name=".DS_Store" hash="f9a7340d1296f6d442e7ed0d35641f53"/></dir><dir name="Test"><dir name="Model"><file name="Feed.php" hash="21c43e7f00928e1679a51ba1a77f0802"/><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="08260abb9a0bd685da4097916dfddc31"/></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="e32cd91e3f683e5300cbb91ad6f2f093"/></dir></dir></dir><file name=".DS_Store" hash="2d0ef23cfffbd7152f42d8ffd810eb3d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Ricento"><file name="AccountController.php" hash="58d36930bef394bbf8f9b40f5b13c1c8"/><file name="ApiController.php" hash="6947a1eaffd2a8a58af845659c9e0ec7"/><file name="DashboardController.php" hash="31259cb34b7fe9aba47e89d05eddabe0"/><file name="IndexController.php" hash="2b5ea838548d420f7705f63ab19c3aa0"/><file name="LogController.php" hash="c031048bd0d6138b22d7753a6f448c6e"/><dir name="Products"><file name="CategoryController.php" hash="119fae443c68a1f5abed66aa14640d17"/><dir name="Listing"><file name="ItemController.php" hash="db68f1c059cd16b5627dad88cf2bb0e3"/></dir><file name="ListingController.php" hash="76bd81d85deb25dd0d48b8d38f7b2c5a"/></dir><file name="SupportController.php" hash="68333da5952b58017013b5588d179b5b"/><file name="SyncController.php" hash="080782e7520ec7bdfeadf0ca908d6daf"/></dir></dir><file name=".DS_Store" hash="dc98ed3cbee208bd03bdd2eb069b4224"/></dir><dir name="data"><dir name="ricento_setup"><file name="data-install-1.0.0.php" hash="738f1d059e3968daea8592615106c7cf"/><file name="data-upgrade-1.0.18-1.1.0.php" hash="7f4480a5e13d64529e87219bc7f3348e"/><file name="data-upgrade-1.1.3-1.1.4.php" hash="3abe85a002f54038dfd8fe14902f8fb1"/></dir><file name=".DS_Store" hash="7a5eb044b368a5c2b1ed98d94ce316cb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="58b5594384a65411338e66fa271312d2"/><file name="config.xml" hash="fc64f8a8d126d0bc95d142eb3f1fc23b"/><file name="jstranslator.xml" hash="3a4a6307012f9660f925863659b38a2f"/><file name="system.xml" hash="8eccb649f84ee7d0423714c6a6da45f7"/><file name="uninstall.txt" hash="660b44580246f818f8e22f4c5a530c9b"/></dir><dir name="sql"><dir name="ricento_setup"><file name="install-1.0.0.php" hash="bc9f3b05ae68e0d8899a066384566801"/><file name="uninstall.php" hash="d0e2d68583a950374796b1d817c2958f"/><file name="upgrade-1.0.18-1.1.0.php" hash="fcf5dae1df75bbd2bca9193eef430d75"/><file name="upgrade-1.0.8-1.0.9.php" hash="47e0ce995ae6d7aff77245cbf05d0832"/><file name="upgrade-1.1.2-1.1.3.php" hash="c0c6c88441cd7aa216b04b512f4a44bc"/><file name="upgrade-1.1.3-1.1.4.php" hash="bc6aedfbbaf0cb942820579eecc6b912"/></dir><file name=".DS_Store" hash="7e19d3c3504d466eef74382a945d7586"/></dir><file name=".DS_Store" hash="cfd4a35c6d21fe670284d612c914d633"/></dir></dir></target><target name="magelib"><dir name="Diglin"><dir name="Ricardo"><file name="Api.php" hash="134fa85c9b0103979ad93ab67250c5f0"/><dir name="Composer"><file name="Magento.php" hash="2b1396d290496bd8e744d6d5b0be797e"/></dir><file name="Config.php" hash="1045568136c433270ddc178025d96a87"/><dir name="Core"><file name="ApiInterface.php" hash="c5a36ca69d27d76d913a2c4cb2d5876e"/><file name="ConfigInterface.php" hash="cd5d8d9eb5e0dd6946d4caf63f0cf6b2"/><file name="Helper.php" hash="4695227c2c6ddb099559fd688b54aa60"/></dir><dir name="Enums"><file name="AbstractEnums.php" hash="8e401abbc33bdbab34223bb3f4950166"/><dir name="Article"><file name="ArticlesTypes.php" hash="e13b730e4c5656091305c6e8a1031b8f"/><file name="CloseListStatus.php" hash="d67f65e3de13cf6747e6e10bc0c1bb21"/><file name="InternalReferenceType.php" hash="6c8eddab52eea86efb142999f76e7b65"/><file name="PromotionCode.php" hash="67c1026f8d2e31e02083c99bdc1250b3"/><file name="Warranty.php" hash="ec403c6fe606572fdb7e92eda4e2eff0"/></dir><file name="ArticleErrors.php" hash="705927167cdc08eb4ada7d7ce055af22"/><dir name="Customer"><file name="ArticleTypeFilter.php" hash="1ae6e485167cb19da3eadd12efe9cc42"/><file name="OpenArticlesSortBy.php" hash="7b73af00d1a0af79ffa33d0281d2af28"/><file name="PaidStatusFilter.php" hash="b6ff931bebcfa37a09a5cab04fdb7448"/><file name="ShippedStatusFilter.php" hash="c906c8a60ea6e91f68bf1015dce18177"/><file name="SoldArticlesSortBy.php" hash="80c3241b09c3f61a1711a449404667e0"/></dir><file name="CustomerErrors.php" hash="38588fb9c5a425d490593dc5f23eb2d7"/><file name="GeneralErrors.php" hash="65c4369f521e99dfe8f20f0b0b5d67a3"/><file name="PaymentMethods.php" hash="4bfcb7bc7ab1181cb8cc544f050b5d6b"/><file name="PictureErrors.php" hash="ad7e4888ec4b8b43ab70b2154de4adc0"/><file name="PictureExtension.php" hash="9f76c645e57efed13f52d74c23a687e6"/><file name="SearchErrors.php" hash="f16b01e7d62b76734a38776e546beb7f"/><file name="SecurityErrors.php" hash="cb6112e33a4d8fb318e84e028181838b"/><dir name="System"><file name="CategoryArticleType.php" hash="8b680d1791cafec2e43907b144ad63c8"/><file name="CategoryBrandingFilter.php" hash="c7eb8c9d61adb8cc76ae3c47638fcfab"/><file name="LanguageCode.php" hash="6998c880c44fbdbe3b60321818976b9a"/><file name="LanguageId.php" hash="bcef589026b025591b4fa6bb9328fbbd"/></dir></dir><dir name="Exceptions"><file name="ArticleException.php" hash="b5290b26c6e711e6f1074f9d6687c066"/><file name="CurlException.php" hash="b1fa36bf6f663f942ec444dcc1e75044"/><file name="CustomerException.php" hash="d011aad98f970733f7eefe369f53fee6"/><file name="ExceptionAbstract.php" hash="44f45dd5222a6810bc73b2825045c5bc"/><file name="GeneralException.php" hash="18d42b47fd69a9b427cb4427a5d56e56"/><file name="PictureException.php" hash="ba3f6cc087f6b0103ecc96b4357ab0ac"/><file name="SearchException.php" hash="ecd9902786eecb50414d3dd7e01b3492"/><file name="SecurityException.php" hash="b4b500a3f2abdc3bc957284d5fbc42a9"/><file name="TechnicalException.php" hash="fdad217159c2c995ef4415e6f6383456"/></dir><dir name="Managers"><file name="Customer.php" hash="e2b3241594fecb5ef944466b34c8fbfe"/><file name="ManagerAbstract.php" hash="13dca083592bd0651f06a03fe9dd589a"/><file name="ParameterAbstract.php" hash="e9725c5915f48d375bef33f377247083"/><dir name="Search"><dir name="Parameter"><file name="GetCategoryBestMatchParameter.php" hash="14619ec6f6dc3e45d68930189cd27ec9"/></dir></dir><file name="Search.php" hash="66d5733d48ebb8711525650cce74e705"/><file name="Security.php" hash="b9dd72f0724ec454d023b4767b687116"/><dir name="Sell"><dir name="Parameter"><file name="AddArticlePicturesParameter.php" hash="8e607c9579f951f94a9bed199acc1145"/><file name="AppendArticleDescriptionParameter.php" hash="f38f51ff97640e024a4c08cc6eeab652"/><file name="AppendDescriptionParameter.php" hash="8140c7d52d1f33dbe621e889251b923f"/><file name="ArticleDeliveryParameter.php" hash="d695329a3bc7e47b4409e11a3042e1a2"/><file name="ArticleDescriptionParameter.php" hash="98fef4f221b9f3a11ee9078bfd5116f0"/><file name="ArticleInformationParameter.php" hash="9900793d70875a80ca47d5d3e98691a9"/><file name="ArticleInternalReferenceParameter.php" hash="84cf8bcf50e6dda593b4f9570e1f6ed9"/><file name="ArticlePictureParameter.php" hash="795c16aa7096c1086cffe6506b051e8e"/><file name="BaseInsertArticleWithTrackingParameter.php" hash="5fdeb6656f1b0ebdf9fb76c8ba5973df"/><file name="CloseArticleParameter.php" hash="7f0a426ba4b277d9c02be87b5725cc45"/><file name="CloseArticlesParameter.php" hash="cbdc9f2045c7e1b440b5252d63717947"/><file name="ClosePlannedArticleParameter.php" hash="5ee0ee9a0b79098ee38bf0a4f8420551"/><file name="DeletePlannedArticleParameter.php" hash="f86cb01ff7cb1b91ece3191cde3cf6e1"/><file name="DeletePlannedArticlesParameter.php" hash="af2ec04803bb457b070fd73db749a72d"/><file name="GetArticleFeeParameter.php" hash="926f8960ce9162686d1eee03002ef5ca"/><file name="GetArticlesFeeParameter.php" hash="8d37fced5969657911facef553bf1f04"/><file name="InsertArticleParameter.php" hash="23707dad2636f8e0dda5423769f9e175"/><file name="InsertArticlesParameter.php" hash="4a6cdef758e32538ff4495d383567a4d"/><file name="UpdateArticleParameter.php" hash="d9291f525d389cc2c45be6ad2d5213ea"/><file name="UpdateArticlePicturesParameter.php" hash="33962ef42331f70924399e6ddfcad2fc"/></dir></dir><file name="Sell.php" hash="99ef921edc554dcfc7b2d81fed38f3a1"/><dir name="SellerAccount"><dir name="Parameter"><file name="ArticlesParameter.php" hash="45b41edc80da0abca182528299e6013c"/><file name="ClosedArticlesParameter.php" hash="b45eb7085da6129b1b91218865016dcb"/><file name="OpenArticlesParameter.php" hash="601558abc262ec42d9d00f7ea7c0b044"/><file name="PlannedArticleParameter.php" hash="95c671b72c8b31a4dd396271bc5d13a2"/><file name="PlannedArticlesParameter.php" hash="f68737054ccda8cd5893f2448cbed2ee"/><file name="SoldArticlesParameter.php" hash="31aa25a901627cabf5b55c7f66a74f1b"/><file name="UnsoldArticlesParameter.php" hash="75e878f0d7fb1b9ed5a72278fb433d78"/></dir></dir><file name="SellerAccount.php" hash="0b85ab146483730609c1ab6ecd7ba974"/><file name="System.php" hash="c2b865dcfc0875cd417ec902dc759f69"/></dir><file name="Service.php" hash="697c4d014f6d70f223c21b7e90bbb82f"/><dir name="Services"><file name="Customer.php" hash="465b82a364b820d53312e57973abb6f4"/><file name="Search.php" hash="6be0957fb2b889736d9a360e00b5142b"/><file name="Security.php" hash="3e82163587f9f61ea52c24f706335251"/><file name="Sell.php" hash="28e657558ae2e7af2bedf247cdc81f1a"/><file name="SellerAccount.php" hash="f01153d60678c43470a873fa83d6ae20"/><file name="ServiceAbstract.php" hash="41b0fcbaff2a2df4baa925c58028a39b"/><file name="System.php" hash="ed174d4b1b1113fe512a6e0d5c4c5164"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Diglin_Ricento.xml" hash="0400f55950fe9fd6c4782d6a25096efd"/></dir></target><target name="mageweb"><dir name="js"><dir name="ricento"><file name="Countable.js" hash="dc66f2e57b917e39f897f254bcc8ec1b"/><file name="adminhtml.js" hash="ceb469bc46126e7e31e97d289300870b"/><dir name="livepipe-ui"><file name="livepipe.js" hash="d15a0747cdc197a7f7081d5be4f20d01"/><file name="progressbar.js" hash="2153c666af9b91c65111124665cb57f7"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ricento.xml" hash="c80cfd59f267e963cd3c647c8fba2992"/></dir><dir name="template"><dir name="ricento"><dir name="dashboard"><file name="account.phtml" hash="ad9d11463db769518a00fcf2d8f1bbb5"/><file name="banner.phtml" hash="9233cbde4520f4419ca87691906b48c5"/><file name="bestsellers.phtml" hash="c48282d7a83354f8054b20b751b9852e"/><file name="lifeturnover.phtml" hash="09c399dcd6aa68cb503c987a43aa3dce"/><file name="news.phtml" hash="799bab071c5a7b20b4c81f99824d3bc0"/><file name="toolbar.phtml" hash="408768e1804cc2685dd7a0bf5f95f8b5"/><dir name="turnover"><file name="graph.phtml" hash="96117aecbc0a074884357713482e5878"/></dir><file name="turnover.phtml" hash="0a85c63eef0863076504ee479c419e60"/></dir><file name="dashboard.phtml" hash="9f5db0d087823f15e6d428ae6dd773ec"/><file name="iframe.phtml" hash="e256fa4dec9eadf41f7c2b5f10ba48bd"/><dir name="js"><dir name="rules"><dir name="validate"><file name="paymentshipping.phtml" hash="8977da22325a8c1f469ce7eb4166f793"/></dir></dir><dir name="salesoptions"><dir name="validate"><file name="increment.phtml" hash="22d268c8498ad4ee3d6a18bdf42d2c26"/></dir></dir><dir name="sync"><file name="progress.phtml" hash="6e8c2dff5d024c7cb093b4df56f46ff3"/></dir></dir><file name="log.phtml" hash="1402eabd3eb946784c59c68a724738d9"/><dir name="notifications"><file name="configured.phtml" hash="f36530088576fdc4836a40012700f252"/><file name="expiration.phtml" hash="01d21a1804692ee9a83f9dd3f05d407b"/></dir><dir name="payment"><dir name="info"><file name="default.phtml" hash="771301b833f6e04b52cf9e9ef09fa188"/><dir name="pdf"><file name="default.phtml" hash="5ea160a594ac5569c0f32a46cd472e14"/></dir></dir></dir><dir name="products"><dir name="category"><file name="children.phtml" hash="bfe6d5d5ba7cb24f4a0f3344af224f0c"/><dir name="mapping"><file name="tree.phtml" hash="3dabf207a79d32b143e00b397c4a041b"/></dir><file name="mapping.phtml" hash="6a1def30027a07dc026a52e06a074dd3"/></dir><dir name="listing"><file name="confirmation.phtml" hash="4a33fc972a5ccb1088b3f631d88b053c"/><dir name="item"><dir name="edit"><file name="form.phtml" hash="15557d807e5aa6b5b34285729e04c3af"/></dir><file name="preview.phtml" hash="2d40dcc958496d49f8f2a72d96e37d91"/></dir></dir></dir><file name="stats.phtml" hash="80f99c7d36fb05d714369d291add351b"/><file name="support.phtml" hash="8dfdfcc91533594dbcbf40b6f30d469b"/><dir name="sync"><dir name="check"><file name="popup.phtml" hash="0152e8a3f85a7f9be5f24736c0f706de"/></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="73254e7af8ebd279f6f4156e88e8f465"/></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="4a5b6dc77c04c770b82f12a8d75061c0"/></dir><dir name="images"><file name="KB.png" hash="187e953f8ebf9fe5829ec31427ff853b"/><file name="banner.png" hash="0b34711f9cdd44f07baef2b9b9536391"/><file name="contact.png" hash="85ed8d8113a897128ab1263e23b69dbb"/><file name="diglin.png" hash="cb24b7fec64fd8f906375d497b7e5e0f"/><file name="diglin@2x.png" hash="0e834d7839f61e789db16c028100b6ff"/><file name="github.png" hash="548d544d642e6afbba46dd2482f95af3"/><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="magelocale"><dir name="en_US"><file name="Diglin_Ricento.csv" hash="0a2a6458c816902af2baea8ec8bc9306"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="token_expiration.html" hash="d0214f1f7905f50328a1e13b0dd7a72d"/></dir></dir></dir></dir><dir name="fr_FR"><file name="Diglin_Ricento.csv" hash="a00c767781b5a221178ef756c4243d5a"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="token_expiration.html" hash="995fb9dea103f6efffc9c392efa160b7"/></dir></dir></dir></dir><dir name="de_DE"><file name="Diglin_Ricento.csv" hash="902644abcc8cc75246c46bad3a45bfd5"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="support.html" hash="6e381c94546829bfb963276e51cf731b"/><file name="token_expiration.html" hash="d0214f1f7905f50328a1e13b0dd7a72d"/></dir></dir></dir></dir><dir name="de_CH"><file name="Diglin_Ricento.csv" hash="902644abcc8cc75246c46bad3a45bfd5"/><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></contents>
261
  <compatible/>
262
  <dependencies><required><php><min>5.3.2</min><max>5.7.0</max></php></required></dependencies>
263
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>diglin_ricento</name>
4
+ <version>1.3.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0">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.3.5&#xD;
42
+ - ENHANCEMENT: add shell script to retrieve missing transactions or update ricardo article ids on magento side (WARNING: edit the script before to proceed)&#xD;
43
+ - ENHANCEMENT: Import all orders of any Magento products published on ricardo side (no dependency anymore with ricardo article IDs)&#xD;
44
+ - FIX: issue with article closed on Magento side although still activate on ricardo.ch side (when using auto renewal)&#xD;
45
+ &#xD;
46
+ ## Version 1.3.4&#xD;
47
  - ENHANCEMENT: compatibility with Magento 1.9.2.2 and patch 6788&#xD;
48
  - ENHANCEMENT: cleanup old products in reactivation phase from the temporary file in var/tmp (workaround)&#xD;
49
  - ENHANCEMENT: allow to duplicate a ricardo order and keep the related information&#xD;
260
  - be2b77a Update readme file&#xD;
261
  - 9384e3c Update doc</notes>
262
  <authors><author><name>diglin</name><user>diglin</user><email>sly@diglin.com</email></author></authors>
263
+ <date>2016-02-24</date>
264
+ <time>07:10:38</time>
265
+ <contents><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="b433ef94dec29580215fc43109ee8f8c"/><file name="Hint.php" hash="6468551ca0b33411c9e08bb34b629468"/></dir></dir><dir name="Dashboard"><file name="Account.php" hash="bc2731e95f36c20ba58681ea32c05c4a"/><file name="Banner.php" hash="342cbe73ba3b32f9bdc8313149ec931a"/><file name="Bestsellers.php" hash="a9432528b536631a678319e82afeeeec"/><file name="Lifetime.php" hash="e3a70e02e94f980f9d1aaf0ecf9a20bb"/><file name="News.php" hash="6ee052d661649e532b9d1ca4678a572a"/><dir name="Renderer"><file name="Price.php" hash="0fc32c2882a63176370bef21733e9e21"/></dir><file name="Turnover.php" hash="5e6865955e7a9698593a53fec3726676"/></dir><dir name="Form"><dir name="Element"><dir name="Checkboxes"><file name="Extensible.php" hash="bc4c39a051f7a159f5e23dff34ad811d"/></dir><dir name="Fieldset"><file name="Inline.php" hash="292183da97b985cecc1b6d1ce1ee4a35"/></dir><dir name="Radios"><file name="Extensible.php" hash="0bd7bcc853668d572fa21be57bb47575"/></dir></dir></dir><dir name="Log"><dir name="Listing"><file name="Grid.php" hash="c216e361e99b10448fc164a076f8bfb6"/></dir><dir name="Sync"><dir name="Grid"><dir name="Renderer"><file name="Progress.php" hash="bd4639208f7cedafe37f95df3537cd46"/><file name="Title.php" hash="b38daffffedf227e2d1c44b7a9e176d2"/></dir></dir><file name="Grid.php" hash="ed1b6b85b7d94acf4327e2975a953742"/></dir><file name="Tabs.php" hash="9e96072c16f78b41844d294e498b4401"/></dir><file name="Log.php" hash="5b9580b2d6b69f76b384f60fdebe3747"/><dir name="Notifications"><file name="Default.php" hash="167bfaa55e28c709dbf3697d7830a71a"/><file name="Expiration.php" hash="df67759b72214cd362b0db736b585859"/></dir><dir name="Page"><file name="Menu.php" hash="0a6dde8103fb1444621ccdf484957c02"/></dir><dir name="Products"><dir name="Category"><file name="Children.php" hash="307e037abc251848b0694b3529edfbfc"/><dir name="Form"><dir name="Renderer"><file name="Categories.php" hash="76c3af26e9c3aa7c3d9f09d941997d57"/><file name="Mapping.php" hash="dc875b3554f7595382bfa8a11478405f"/></dir></dir><dir name="Mapping"><file name="Tree.php" hash="524d1d3387fbaa130552aca4e0591598"/></dir><file name="Mapping.php" hash="93298c7e13b142501b4fc8888113ed2b"/><dir name="Tree"><file name="Categories.php" hash="515975899617d335d6976e27ef7b573d"/><file name="Form.php" hash="d81bbe3285b496dc3c14625aa9b91e03"/></dir><file name="Tree.php" hash="8aa9c622715b021a8e857410b881b68c"/></dir><dir name="Listing"><file name="Confirmation.php" hash="cdb2ceca5b00a34d5a947c91ca722cd6"/><dir name="Edit"><file name="Form.php" hash="e1a9fe7cab032a32ca3407a76ce7fbee"/><dir name="Renderer"><file name="Article.php" hash="cf0e96bc078ab23d5641f6f2022749c8"/><file name="Configured.php" hash="4660b7102533fa42a83eb37603cc76a7"/><file name="Customoptions.php" hash="64d5d9a0b2fb3a97145cee69eda09e0c"/><file name="Inventory.php" hash="772903adb11487f69a3d02846d3fefe6"/><file name="Name.php" hash="bb38f3924522574e64ba6e811ff46450"/><file name="Price.php" hash="b6112891273ff496374b2778227b4143"/><file name="Status.php" hash="b114cd85e41eca64fe57a6ff51d5ee43"/></dir><dir name="Tabs"><file name="General.php" hash="14d287a2fc7ff8913697be143f79a367"/><dir name="Products"><file name="Add.php" hash="d85973292fb9fad08333ac4a13493215"/><file name="Massaction.php" hash="e9abc1d73fee5e1bb85569a80f37b9e5"/></dir><file name="Products.php" hash="10c6d381c61010065633e2da4b3b7b97"/><file name="Rules.php" hash="7b913d102970f46fb8db6ec409322d7c"/><file name="Selloptions.php" hash="111b94ee6039995882b30f29ccbce570"/></dir><file name="Tabs.php" hash="6c3df947696a88a2509cfcf25a28c38b"/></dir><file name="Edit.php" hash="e263001bb8fa2dde2be0cd1addf03748"/><dir name="Form"><file name="Abstract.php" hash="aa96a74bc83b7dae21a982812eb6fd90"/></dir><dir name="Grid"><dir name="Renderer"><file name="Status.php" hash="842be30b0586aa7481c91bd68928b955"/><file name="Total.php" hash="9570d3f5b50c043c0444d5fb3411f6f2"/></dir></dir><file name="Grid.php" hash="5b4c42ede2a076fc76b21b0511826d39"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="780650cb73819b55b355fe01119f703c"/><dir name="Tabs"><file name="Rules.php" hash="f8488f76c14247e25a61da9b03df0593"/><file name="Selloptions.php" hash="d4613fae72dd1fe3c68bff8419a82750"/></dir><file name="Tabs.php" hash="5d0781303281ae745d3609f907bd19d2"/></dir><file name="Edit.php" hash="6ab0342f46397cb1a2516f05077e79e9"/><file name="Preview.php" hash="e30655fb9ec51bf40de8c10d16af3a9d"/></dir><file name="Log.php" hash="f7cdaab52d3769ff93321e7647d67c06"/><dir name="New"><file name="Form.php" hash="38ab04ded807490619a0e3b1cb75c9e0"/></dir><file name="New.php" hash="59eea06c9b8ec22162c3fcaeba2933e1"/></dir><file name="Listing.php" hash="0c101749125ce6e1822b6f749ca924d2"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Button.php" hash="67d754bed74b6389355d554b255e7488"/></dir></dir></dir></dir><file name=".DS_Store" hash="72cb31c5cebe3828c3893e9ad7d8e874"/></dir><dir name="Payment"><file name="Info.php" hash="c63a717a400752ec569657d2cd418195"/></dir><file name=".DS_Store" hash="9e4d6465f1c9413c6138669f65821870"/></dir><dir name="Controller"><dir name="Adminhtml"><file name="Action.php" hash="1b63268330be4752b0720fae472d0d60"/><dir name="Products"><file name="Listing.php" hash="e132285e9a08bb96160882b034409360"/></dir></dir><file name=".DS_Store" hash="4d5d9c90ca3336c5032cfdfa17aedd6f"/></dir><file name="Exception.php" hash="93c9bde391933089d1e6632cea5ad786"/><dir name="Helper"><file name="Api.php" hash="67ae3a1cc9a3a6ba9db34ed327865ae6"/><dir name="Dashboard"><file name="Turnover.php" hash="eda721699f2e5cf8e298e0024a63a545"/></dir><file name="Data.php" hash="aa12cb6b494be68fa6117f09a28a0f03"/><file name="Image.php" hash="d031e118d00065ab77fecbd24f03594d"/><file name="Price.php" hash="ef6cb7106ba52582621e2a59de2553e4"/><file name="Support.php" hash="3cca6b96cc057332d86dca6c41822eba"/><file name="Tools.php" hash="13c923ae2c56e8305e481cb27570212d"/><file name=".DS_Store" hash="42504db0bd8d0f8007bef503bf8111c1"/></dir><dir name="Model"><dir name="Api"><dir name="Services"><file name="Abstract.php" hash="f8604c8e66857c1fbead4f77393ee999"/><file name="Customer.php" hash="d500e9e9035ffd8500407611f6796ad9"/><file name="Search.php" hash="d40fd404bfb3a2d5de9d6020df14b483"/><file name="Security.php" hash="d5f1d425155e4749344850e7b09feb22"/><file name="Sell.php" hash="19855539f2b83eebfb773c251f3f5958"/><file name="Selleraccount.php" hash="c0d31d32fee8b7c6347b81202a1ba0e5"/><file name="System.php" hash="7c20e49754e5e93503fc3ef7e4918dc8"/></dir><file name="Token.php" hash="a4145e890cafbd223fa42ba5b477c025"/></dir><dir name="Config"><dir name="Source"><file name="Abstract.php" hash="d671ca4f2f26f145f5fad2e30b532124"/><file name="Categories.php" hash="f982ceecede3d42547a08e6a36f49218"/><file name="Languages.php" hash="2c03657ebf714148b73cb3f15ef4488c"/><dir name="Products"><dir name="Listing"><file name="Log.php" hash="ba3a7d1e422755cd6739bed8820066c0"/><file name="Status.php" hash="170990ec2272e76863bbdc88be6a023b"/></dir></dir><dir name="Rules"><file name="Payment.php" hash="4d14509c99fa3c4fc26037b246f78265"/><dir name="Shipping"><file name="Availability.php" hash="f97891bf6fdf0765d0289c43bb457a97"/><file name="Calculation.php" hash="912f16d303a9b401d1de9d37296dde0a"/><file name="Packages.php" hash="d4ce5652ae2a80eeb8839290dfb64ee6"/></dir><file name="Shipping.php" hash="e66853a3ea9b51a0900fdadba935ae42"/></dir><dir name="Sales"><file name="Currency.php" hash="b07535355281a36f3b7e358d23a77e15"/><file name="Days.php" hash="5643dd61f80ccc52cbe29e75f18df2d9"/><dir name="Order"><file name="Status.php" hash="a3718bb7ab59b4d60748dee241888651"/></dir><dir name="Price"><file name="Method.php" hash="020a8e8d0d9d35802ea88c0028af4673"/><file name="Source.php" hash="94c5e4b5eb86ced80e5412159e6cf0f4"/></dir><dir name="Product"><dir name="Condition"><file name="Source.php" hash="14849df28b52facc5d91f462e9a90781"/></dir><file name="Condition.php" hash="32faa3b36d1b7de9577798578152d044"/></dir><file name="Promotion.php" hash="dfd838cfe50880d8d2facbf3b062b398"/><file name="Reactivation.php" hash="33d9dd75eeb119eb3b05bbb4dda8e432"/><file name="Template.php" hash="ccffc7632cd03d87f0245cd801d0bae5"/><file name="Type.php" hash="6f545897bbe8b99d5b30e4102279b827"/><file name="Warranty.php" hash="8762d38677d82bc8048e3d5d88b36eae"/></dir><file name="Status.php" hash="813afb1e443192b1d6a7d9937e56cafd"/><file name="Store.php" hash="6930c1537e4ebf98885d5c333bec3ffa"/><dir name="Sync"><file name="Progress.php" hash="d0430a73504085929ba5f8a3e867da07"/><file name="Status.php" hash="f4b8e72c905175730b3d566dee80ade6"/><file name="Type.php" hash="f3e216055d4e7e30f0d5a17de914a233"/></dir><file name="Watermark.php" hash="75b4bb2d4e63e970483ce3043ca33a7b"/><file name="Website.php" hash="c0168510dc5252a0689416959882136b"/></dir></dir><file name="Cron.php" hash="4cd03859ff8ea13780aa5e848b09267f"/><dir name="Dispatcher"><file name="Abstract.php" hash="2840777c292eeea5f30859ceb7a32753"/><dir name="Check"><file name="List.php" hash="6b9eef4d652debf6be1b333b73b737a0"/></dir><file name="Closed.php" hash="832f67b40eda28f2191960a692aedde4"/><file name="List.php" hash="a4fff4a4d0fbffe7321b81401a665b77"/><file name="Order.php" hash="957c6784e9a5714bc9557b946c3cf11f"/><file name="Stop.php" hash="f52e9d9ba708fbe8e1f7674f8b99d663"/><dir name="Sync"><file name="List.php" hash="eb4cc8966d896098fa452a917b0d41e6"/></dir><file name="Transaction.php" hash="ca9f61b02c3ce04e1ed3e245a1f81ab9"/><file name=".DS_Store" hash="ffc6974cacdba2fa044a37f669033112"/></dir><file name="Dispatcher.php" hash="d00fda597c8a294d6d133aceb0f7c922"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Conditions.php" hash="1223272c226b7bf7d1c6c61f27ef687e"/></dir></dir></dir><file name="Feed.php" hash="fecf4fead5bf6ab0742a8b8b2cb39dea"/><file name="Filter.php" hash="268a294b3309eb642434e8e59eacd291"/><file name="Observer.php" hash="a0cb400a1cfd9647f772bff37010b935"/><dir name="Products"><dir name="Category"><file name="Mapping.php" hash="b6df1431d7310759e5be17f29eb10df0"/></dir><file name="Category.php" hash="642f0520f549d520e9050a0286a56358"/><dir name="Listing"><dir name="Item"><file name="Product.php" hash="9e21b17779506e91c153f8996dbce27a"/></dir><file name="Item.php" hash="fe47f1895ab4842456bbc7e27b8a26ec"/><file name="Log.php" hash="98fa75315e6c2b490fea82854dbbbded"/></dir><file name="Listing.php" hash="8877ce70cb6ddb612e2f25ccfc3092c3"/></dir><dir name="Resource"><dir name="Api"><dir name="Token"><file name="Collection.php" hash="d2ab663440e27258841be3cf4a357a70"/></dir><file name="Token.php" hash="9899e9aa48e2ee7d416e840d575fff47"/></dir><dir name="Products"><dir name="Listing"><file name="Collection.php" hash="19b8f5d9d0107c897151d91e0cbae08e"/><dir name="Item"><file name="Collection.php" hash="c1d27c28e0c52f6f15641fe90cf2fba8"/></dir><file name="Item.php" hash="450a69ddd9023a40d1431f4a5c93a7db"/><dir name="Log"><file name="Collection.php" hash="c0b02c61246b76a31f2673931d90e985"/></dir><file name="Log.php" hash="514311bff0eee5b00e775c8b59b8b5a1"/></dir><file name="Listing.php" hash="450a3122ecd268a8714f90d06bd01328"/></dir><dir name="Rule"><file name="Collection.php" hash="9c35a937efb27fe3fd57616621035ceb"/></dir><file name="Rule.php" hash="2ec8533cbc357e2a204dcf6bcbdb2d88"/><dir name="Sales"><dir name="Options"><file name="Collection.php" hash="fbc1af66e9ce3c33f47cab4853d5bd3e"/></dir><file name="Options.php" hash="dbb7e3ecf2c1716cdbbc8fa81b25bdda"/><dir name="Transaction"><file name="Collection.php" hash="f661980fd6a907df331cd7df1f211dd0"/></dir><file name="Transaction.php" hash="f81eb7d223ab9357598199150c1281a2"/></dir><dir name="Sync"><file name="Abstract.php" hash="15030d2414b0ad5dc99b56cd656f92e8"/><dir name="Job"><file name="Collection.php" hash="b9bd2b8a3a7271524e65898a5f1fbd68"/><dir name="Listing"><file name="Collection.php" hash="a713a5910489912448c85a9987635a45"/></dir><file name="Listing.php" hash="44ec78a770948d9504c1138ce1f41fe1"/></dir><file name="Job.php" hash="a7496261d34501fc9a5c56a87110c688"/></dir></dir><file name="Rule.php" hash="4ff575a44898a6b63cdb22dc1c3bb180"/><dir name="Sales"><dir name="Method"><file name="Payment.php" hash="9ba10f1ceb6f4a97cb02a852afbb7e15"/><file name="Shipping.php" hash="2c7a63fe51d57deaf2cbc9c6ede6099b"/></dir><file name="Options.php" hash="d6bb5ab7343e79f2341113b8b6a123d0"/><dir name="Order"><file name="Create.php" hash="fa28733d72ddc214510f64f559189bf3"/><file name="Exception.php" hash="74d31df9035a6145563b25e9a5b0324b"/></dir><file name="Transaction.php" hash="81133f876c4988ebcf89f9bad6a19cd3"/></dir><file name="SplAutoloader.php" hash="39c58e1f9e4221d222960b801f9367e3"/><dir name="Sync"><file name="Abstract.php" hash="fc6ac3f307ea104c66fe4e758dd3a4a9"/><dir name="Job"><file name="Listing.php" hash="593875bf5d4d5588b684e39d833779b7"/></dir><file name="Job.php" hash="3983213a2e778479676fddcb74dc0e38"/></dir><dir name="Validate"><dir name="Products"><file name="Item.php" hash="4c1c96a5231c7465bb985612380e5386"/></dir><dir name="Rules"><file name="Methods.php" hash="9dcfc409d29f8eeb301c109212f1956e"/></dir><dir name="Sales"><file name="Increment.php" hash="1f92ec9c6ca26d34bdb3981e777bda14"/></dir></dir><file name=".DS_Store" hash="f9a7340d1296f6d442e7ed0d35641f53"/></dir><dir name="Test"><dir name="Model"><file name="Feed.php" hash="21c43e7f00928e1679a51ba1a77f0802"/><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="08260abb9a0bd685da4097916dfddc31"/></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="e32cd91e3f683e5300cbb91ad6f2f093"/></dir></dir></dir><file name=".DS_Store" hash="2d0ef23cfffbd7152f42d8ffd810eb3d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Ricento"><file name="AccountController.php" hash="58d36930bef394bbf8f9b40f5b13c1c8"/><file name="ApiController.php" hash="6947a1eaffd2a8a58af845659c9e0ec7"/><file name="DashboardController.php" hash="31259cb34b7fe9aba47e89d05eddabe0"/><file name="IndexController.php" hash="2b5ea838548d420f7705f63ab19c3aa0"/><file name="LogController.php" hash="c031048bd0d6138b22d7753a6f448c6e"/><dir name="Products"><file name="CategoryController.php" hash="119fae443c68a1f5abed66aa14640d17"/><dir name="Listing"><file name="ItemController.php" hash="db68f1c059cd16b5627dad88cf2bb0e3"/></dir><file name="ListingController.php" hash="0affe1d0ef795dc54738bedc11b1accd"/></dir><file name="SupportController.php" hash="68333da5952b58017013b5588d179b5b"/><file name="SyncController.php" hash="080782e7520ec7bdfeadf0ca908d6daf"/></dir></dir><file name=".DS_Store" hash="dc98ed3cbee208bd03bdd2eb069b4224"/></dir><dir name="data"><dir name="ricento_setup"><file name="data-install-1.0.0.php" hash="738f1d059e3968daea8592615106c7cf"/><file name="data-upgrade-1.0.18-1.1.0.php" hash="7f4480a5e13d64529e87219bc7f3348e"/><file name="data-upgrade-1.1.3-1.1.4.php" hash="3abe85a002f54038dfd8fe14902f8fb1"/></dir><file name=".DS_Store" hash="7a5eb044b368a5c2b1ed98d94ce316cb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="58b5594384a65411338e66fa271312d2"/><file name="config.xml" hash="f2732a83cc9bdbf93c95263b1b557918"/><file name="jstranslator.xml" hash="3a4a6307012f9660f925863659b38a2f"/><file name="system.xml" hash="8eccb649f84ee7d0423714c6a6da45f7"/><file name="uninstall.txt" hash="660b44580246f818f8e22f4c5a530c9b"/></dir><dir name="sql"><dir name="ricento_setup"><file name="install-1.0.0.php" hash="bc9f3b05ae68e0d8899a066384566801"/><file name="uninstall.php" hash="d0e2d68583a950374796b1d817c2958f"/><file name="upgrade-1.0.18-1.1.0.php" hash="fcf5dae1df75bbd2bca9193eef430d75"/><file name="upgrade-1.0.8-1.0.9.php" hash="47e0ce995ae6d7aff77245cbf05d0832"/><file name="upgrade-1.1.2-1.1.3.php" hash="c0c6c88441cd7aa216b04b512f4a44bc"/><file name="upgrade-1.1.3-1.1.4.php" hash="bc6aedfbbaf0cb942820579eecc6b912"/></dir><file name=".DS_Store" hash="7e19d3c3504d466eef74382a945d7586"/></dir><file name=".DS_Store" hash="cfd4a35c6d21fe670284d612c914d633"/></dir></dir></target><target name="magelib"><dir name="Diglin"><dir name="Ricardo"><file name="Api.php" hash="134fa85c9b0103979ad93ab67250c5f0"/><dir name="Composer"><file name="Magento.php" hash="2b1396d290496bd8e744d6d5b0be797e"/></dir><file name="Config.php" hash="1045568136c433270ddc178025d96a87"/><dir name="Core"><file name="ApiInterface.php" hash="c5a36ca69d27d76d913a2c4cb2d5876e"/><file name="ConfigInterface.php" hash="cd5d8d9eb5e0dd6946d4caf63f0cf6b2"/><file name="Helper.php" hash="4695227c2c6ddb099559fd688b54aa60"/></dir><dir name="Enums"><file name="AbstractEnums.php" hash="8e401abbc33bdbab34223bb3f4950166"/><dir name="Article"><file name="ArticlesTypes.php" hash="e13b730e4c5656091305c6e8a1031b8f"/><file name="CloseListStatus.php" hash="d67f65e3de13cf6747e6e10bc0c1bb21"/><file name="InternalReferenceType.php" hash="6c8eddab52eea86efb142999f76e7b65"/><file name="PromotionCode.php" hash="67c1026f8d2e31e02083c99bdc1250b3"/><file name="Warranty.php" hash="ec403c6fe606572fdb7e92eda4e2eff0"/></dir><file name="ArticleErrors.php" hash="705927167cdc08eb4ada7d7ce055af22"/><dir name="Customer"><file name="ArticleTypeFilter.php" hash="1ae6e485167cb19da3eadd12efe9cc42"/><file name="OpenArticlesSortBy.php" hash="7b73af00d1a0af79ffa33d0281d2af28"/><file name="PaidStatusFilter.php" hash="b6ff931bebcfa37a09a5cab04fdb7448"/><file name="ShippedStatusFilter.php" hash="c906c8a60ea6e91f68bf1015dce18177"/><file name="SoldArticlesSortBy.php" hash="80c3241b09c3f61a1711a449404667e0"/><file name="TransitionStatus.php" hash="29d33076004e5f9ee9b52e7b2e33bebb"/></dir><file name="CustomerErrors.php" hash="38588fb9c5a425d490593dc5f23eb2d7"/><file name="GeneralErrors.php" hash="65c4369f521e99dfe8f20f0b0b5d67a3"/><file name="PaymentMethods.php" hash="4bfcb7bc7ab1181cb8cc544f050b5d6b"/><file name="PictureErrors.php" hash="ad7e4888ec4b8b43ab70b2154de4adc0"/><file name="PictureExtension.php" hash="9f76c645e57efed13f52d74c23a687e6"/><file name="SearchErrors.php" hash="f16b01e7d62b76734a38776e546beb7f"/><file name="SecurityErrors.php" hash="cb6112e33a4d8fb318e84e028181838b"/><dir name="System"><file name="CategoryArticleType.php" hash="8b680d1791cafec2e43907b144ad63c8"/><file name="CategoryBrandingFilter.php" hash="c7eb8c9d61adb8cc76ae3c47638fcfab"/><file name="LanguageCode.php" hash="6998c880c44fbdbe3b60321818976b9a"/><file name="LanguageId.php" hash="bcef589026b025591b4fa6bb9328fbbd"/></dir></dir><dir name="Exceptions"><file name="ArticleException.php" hash="b5290b26c6e711e6f1074f9d6687c066"/><file name="CurlException.php" hash="b1fa36bf6f663f942ec444dcc1e75044"/><file name="CustomerException.php" hash="d011aad98f970733f7eefe369f53fee6"/><file name="ExceptionAbstract.php" hash="44f45dd5222a6810bc73b2825045c5bc"/><file name="GeneralException.php" hash="18d42b47fd69a9b427cb4427a5d56e56"/><file name="PictureException.php" hash="ba3f6cc087f6b0103ecc96b4357ab0ac"/><file name="SearchException.php" hash="ecd9902786eecb50414d3dd7e01b3492"/><file name="SecurityException.php" hash="b4b500a3f2abdc3bc957284d5fbc42a9"/><file name="TechnicalException.php" hash="fdad217159c2c995ef4415e6f6383456"/></dir><dir name="Managers"><file name="Customer.php" hash="e2b3241594fecb5ef944466b34c8fbfe"/><file name="ManagerAbstract.php" hash="13dca083592bd0651f06a03fe9dd589a"/><file name="ParameterAbstract.php" hash="e9725c5915f48d375bef33f377247083"/><dir name="Search"><dir name="Parameter"><file name="GetCategoryBestMatchParameter.php" hash="14619ec6f6dc3e45d68930189cd27ec9"/></dir></dir><file name="Search.php" hash="66d5733d48ebb8711525650cce74e705"/><file name="Security.php" hash="b9dd72f0724ec454d023b4767b687116"/><dir name="Sell"><dir name="Parameter"><file name="AddArticlePicturesParameter.php" hash="8e607c9579f951f94a9bed199acc1145"/><file name="AppendArticleDescriptionParameter.php" hash="f38f51ff97640e024a4c08cc6eeab652"/><file name="AppendDescriptionParameter.php" hash="8140c7d52d1f33dbe621e889251b923f"/><file name="ArticleDeliveryParameter.php" hash="d695329a3bc7e47b4409e11a3042e1a2"/><file name="ArticleDescriptionParameter.php" hash="98fef4f221b9f3a11ee9078bfd5116f0"/><file name="ArticleInformationParameter.php" hash="9900793d70875a80ca47d5d3e98691a9"/><file name="ArticleInternalReferenceParameter.php" hash="84cf8bcf50e6dda593b4f9570e1f6ed9"/><file name="ArticlePictureParameter.php" hash="795c16aa7096c1086cffe6506b051e8e"/><file name="BaseInsertArticleWithTrackingParameter.php" hash="5fdeb6656f1b0ebdf9fb76c8ba5973df"/><file name="CloseArticleParameter.php" hash="7f0a426ba4b277d9c02be87b5725cc45"/><file name="CloseArticlesParameter.php" hash="cbdc9f2045c7e1b440b5252d63717947"/><file name="ClosePlannedArticleParameter.php" hash="5ee0ee9a0b79098ee38bf0a4f8420551"/><file name="DeletePlannedArticleParameter.php" hash="f86cb01ff7cb1b91ece3191cde3cf6e1"/><file name="DeletePlannedArticlesParameter.php" hash="af2ec04803bb457b070fd73db749a72d"/><file name="GetArticleFeeParameter.php" hash="926f8960ce9162686d1eee03002ef5ca"/><file name="GetArticlesFeeParameter.php" hash="8d37fced5969657911facef553bf1f04"/><file name="InsertArticleParameter.php" hash="23707dad2636f8e0dda5423769f9e175"/><file name="InsertArticlesParameter.php" hash="4a6cdef758e32538ff4495d383567a4d"/><file name="UpdateArticleParameter.php" hash="d9291f525d389cc2c45be6ad2d5213ea"/><file name="UpdateArticlePicturesParameter.php" hash="33962ef42331f70924399e6ddfcad2fc"/></dir></dir><file name="Sell.php" hash="99ef921edc554dcfc7b2d81fed38f3a1"/><dir name="SellerAccount"><dir name="Parameter"><file name="ArticlesParameter.php" hash="45b41edc80da0abca182528299e6013c"/><file name="ClosedArticlesParameter.php" hash="b45eb7085da6129b1b91218865016dcb"/><file name="GetInTransitionArticlesParameter.php" hash="17f0a9b9911445cbf3a7a3f82363dc23"/><file name="OpenArticlesParameter.php" hash="601558abc262ec42d9d00f7ea7c0b044"/><file name="PlannedArticleParameter.php" hash="95c671b72c8b31a4dd396271bc5d13a2"/><file name="PlannedArticlesParameter.php" hash="f68737054ccda8cd5893f2448cbed2ee"/><file name="SoldArticlesParameter.php" hash="31aa25a901627cabf5b55c7f66a74f1b"/><file name="UnsoldArticlesParameter.php" hash="75e878f0d7fb1b9ed5a72278fb433d78"/></dir><file name=".DS_Store" hash="31e8c4b38e0ed1046b4d619765ad2f9c"/></dir><file name="SellerAccount.php" hash="16a6d18120714133ae07b609d0e950eb"/><file name="System.php" hash="c2b865dcfc0875cd417ec902dc759f69"/></dir><file name="Service.php" hash="697c4d014f6d70f223c21b7e90bbb82f"/><dir name="Services"><file name="Customer.php" hash="465b82a364b820d53312e57973abb6f4"/><file name="Search.php" hash="6be0957fb2b889736d9a360e00b5142b"/><file name="Security.php" hash="3e82163587f9f61ea52c24f706335251"/><file name="Sell.php" hash="28e657558ae2e7af2bedf247cdc81f1a"/><file name="SellerAccount.php" hash="a55787d327e38ddd436debd70ab8a794"/><file name="ServiceAbstract.php" hash="41b0fcbaff2a2df4baa925c58028a39b"/><file name="System.php" hash="ed174d4b1b1113fe512a6e0d5c4c5164"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Diglin_Ricento.xml" hash="0400f55950fe9fd6c4782d6a25096efd"/></dir></target><target name="mageweb"><dir name="js"><dir name="ricento"><file name="Countable.js" hash="dc66f2e57b917e39f897f254bcc8ec1b"/><file name="adminhtml.js" hash="ceb469bc46126e7e31e97d289300870b"/><dir name="livepipe-ui"><file name="livepipe.js" hash="d15a0747cdc197a7f7081d5be4f20d01"/><file name="progressbar.js" hash="2153c666af9b91c65111124665cb57f7"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ricento.xml" hash="c80cfd59f267e963cd3c647c8fba2992"/></dir><dir name="template"><dir name="ricento"><dir name="dashboard"><file name="account.phtml" hash="ad9d11463db769518a00fcf2d8f1bbb5"/><file name="banner.phtml" hash="9233cbde4520f4419ca87691906b48c5"/><file name="bestsellers.phtml" hash="c48282d7a83354f8054b20b751b9852e"/><file name="lifeturnover.phtml" hash="09c399dcd6aa68cb503c987a43aa3dce"/><file name="news.phtml" hash="799bab071c5a7b20b4c81f99824d3bc0"/><file name="toolbar.phtml" hash="408768e1804cc2685dd7a0bf5f95f8b5"/><dir name="turnover"><file name="graph.phtml" hash="96117aecbc0a074884357713482e5878"/></dir><file name="turnover.phtml" hash="0a85c63eef0863076504ee479c419e60"/></dir><file name="dashboard.phtml" hash="9f5db0d087823f15e6d428ae6dd773ec"/><file name="iframe.phtml" hash="e256fa4dec9eadf41f7c2b5f10ba48bd"/><dir name="js"><dir name="rules"><dir name="validate"><file name="paymentshipping.phtml" hash="8977da22325a8c1f469ce7eb4166f793"/></dir></dir><dir name="salesoptions"><dir name="validate"><file name="increment.phtml" hash="22d268c8498ad4ee3d6a18bdf42d2c26"/></dir></dir><dir name="sync"><file name="progress.phtml" hash="6e8c2dff5d024c7cb093b4df56f46ff3"/></dir></dir><file name="log.phtml" hash="1402eabd3eb946784c59c68a724738d9"/><dir name="notifications"><file name="configured.phtml" hash="f36530088576fdc4836a40012700f252"/><file name="expiration.phtml" hash="01d21a1804692ee9a83f9dd3f05d407b"/></dir><dir name="payment"><dir name="info"><file name="default.phtml" hash="771301b833f6e04b52cf9e9ef09fa188"/><dir name="pdf"><file name="default.phtml" hash="5ea160a594ac5569c0f32a46cd472e14"/></dir></dir></dir><dir name="products"><dir name="category"><file name="children.phtml" hash="bfe6d5d5ba7cb24f4a0f3344af224f0c"/><dir name="mapping"><file name="tree.phtml" hash="3dabf207a79d32b143e00b397c4a041b"/></dir><file name="mapping.phtml" hash="6a1def30027a07dc026a52e06a074dd3"/></dir><dir name="listing"><file name="confirmation.phtml" hash="4a33fc972a5ccb1088b3f631d88b053c"/><dir name="item"><dir name="edit"><file name="form.phtml" hash="15557d807e5aa6b5b34285729e04c3af"/></dir><file name="preview.phtml" hash="2d40dcc958496d49f8f2a72d96e37d91"/></dir></dir></dir><file name="stats.phtml" hash="80f99c7d36fb05d714369d291add351b"/><file name="support.phtml" hash="8dfdfcc91533594dbcbf40b6f30d469b"/><dir name="sync"><dir name="check"><file name="popup.phtml" hash="0152e8a3f85a7f9be5f24736c0f706de"/></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="73254e7af8ebd279f6f4156e88e8f465"/></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="4a5b6dc77c04c770b82f12a8d75061c0"/></dir><dir name="images"><file name="KB.png" hash="187e953f8ebf9fe5829ec31427ff853b"/><file name="banner.png" hash="0b34711f9cdd44f07baef2b9b9536391"/><file name="contact.png" hash="85ed8d8113a897128ab1263e23b69dbb"/><file name="diglin.png" hash="cb24b7fec64fd8f906375d497b7e5e0f"/><file name="diglin@2x.png" hash="0e834d7839f61e789db16c028100b6ff"/><file name="github.png" hash="548d544d642e6afbba46dd2482f95af3"/><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="magelocale"><dir name="en_US"><file name="Diglin_Ricento.csv" hash="0a2a6458c816902af2baea8ec8bc9306"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="token_expiration.html" hash="d0214f1f7905f50328a1e13b0dd7a72d"/></dir></dir></dir></dir><dir name="fr_FR"><file name="Diglin_Ricento.csv" hash="a00c767781b5a221178ef756c4243d5a"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="token_expiration.html" hash="995fb9dea103f6efffc9c392efa160b7"/></dir></dir></dir></dir><dir name="de_DE"><file name="Diglin_Ricento.csv" hash="902644abcc8cc75246c46bad3a45bfd5"/><dir name="template"><dir name="email"><dir name="ricento"><file name="admin_message.html" hash="40225dc7f1b06dae985c230bc4f3d0b7"/><file name="private_message.html" hash="3b2ea2a457b176194d91aeb54a05bb47"/><file name="support.html" hash="6e381c94546829bfb963276e51cf731b"/><file name="token_expiration.html" hash="d0214f1f7905f50328a1e13b0dd7a72d"/></dir></dir></dir></dir><dir name="de_CH"><file name="Diglin_Ricento.csv" hash="902644abcc8cc75246c46bad3a45bfd5"/><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></contents>
266
  <compatible/>
267
  <dependencies><required><php><min>5.3.2</min><max>5.7.0</max></php></required></dependencies>
268
  </package>