AvisVerifies - Version 2.6.5.6

Version Notes

La version 2.6.5.6 est stable.

Download this release

Release Info

Developer Magento Core Team
Extension AvisVerifies
Version 2.6.5.6
Comparing to
See all releases


Code changes from version 2.6.5.5 to 2.6.5.6

Files changed (57) hide show
  1. app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/Export.php +4 -4
  2. app/code/local/Netreviews/Avisverifies/Block/Review/Helper.php +1 -1
  3. app/code/local/Netreviews/Avisverifies/Helper/Data.php +7 -2
  4. app/code/local/Netreviews/Avisverifies/Helper/Export.php +6 -6
  5. app/code/local/Netreviews/Avisverifies/Helper/Install.php +17 -0
  6. app/code/local/Netreviews/Avisverifies/Model/Observers/System.php +18 -15
  7. app/code/local/Netreviews/Avisverifies/controllers/Adminhtml/AvisverifiesController.php +3 -0
  8. app/code/local/Netreviews/Avisverifies/controllers/DialogController.php +56 -1
  9. app/code/local/Netreviews/Avisverifies/etc/config.xml +5 -22
  10. app/code/local/Netreviews/Avisverifies/etc/system.xml +28 -20
  11. app/design/frontend/base/default/layout/avisverifies.xml +9 -11
  12. app/design/frontend/base/default/template/avisverifies/admin/checkinstallation.phtml +26 -15
  13. app/design/frontend/base/default/template/avisverifies/list.phtml +1 -1
  14. app/design/frontend/base/default/template/avisverifies/pagination.phtml +7 -0
  15. app/design/frontend/base/default/template/avisverifies/review/helper/product_summary.phtml +3 -2
  16. app/design/frontend/base/default/template/avisverifies/review/helper/review_summary.phtml +1 -1
  17. app/design/frontend/default/default/layout/avisverifies.xml +9 -11
  18. app/design/frontend/default/default/template/avisverifies/admin/checkinstallation.phtml +26 -15
  19. app/design/frontend/default/default/template/avisverifies/list.phtml +1 -1
  20. app/design/frontend/default/default/template/avisverifies/pagination.phtml +7 -0
  21. app/design/frontend/default/default/template/avisverifies/review/helper/product_summary.phtml +3 -2
  22. app/design/frontend/default/default/template/avisverifies/review/helper/review_summary.phtml +1 -1
  23. app/locale/en_AU/avisverifies.csv +56 -0
  24. app/locale/en_CA/avisverifies.csv +56 -0
  25. app/locale/en_NZ/avisverifies.csv +56 -0
  26. app/locale/es_CL/avisverifies.csv +56 -0
  27. app/locale/es_CO/avisverifies.csv +1 -1
  28. app/locale/es_ES/avisverifies.csv +1 -1
  29. app/locale/es_MX/avisverifies.csv +56 -0
  30. app/locale/es_PE/avisverifies.csv +56 -0
  31. app/locale/fr_FR/avisverifies.csv +1 -1
  32. app/locale/pt_PT/avisverifies.csv +1 -1
  33. package.xml +5 -5
  34. skin/frontend/base/default/images/avisverifies/Sceau_100en_AU.png +0 -0
  35. skin/frontend/base/default/images/avisverifies/Sceau_100en_CA.png +0 -0
  36. skin/frontend/base/default/images/avisverifies/Sceau_100en_NZ.png +0 -0
  37. skin/frontend/base/default/images/avisverifies/Sceau_100es_CL.png +0 -0
  38. skin/frontend/base/default/images/avisverifies/Sceau_100es_MX.png +0 -0
  39. skin/frontend/base/default/images/avisverifies/Sceau_100es_PE.png +0 -0
  40. skin/frontend/base/default/images/avisverifies/Sceau_45en_AU.png +0 -0
  41. skin/frontend/base/default/images/avisverifies/Sceau_45en_CA.png +0 -0
  42. skin/frontend/base/default/images/avisverifies/Sceau_45en_NZ.png +0 -0
  43. skin/frontend/base/default/images/avisverifies/Sceau_45es_CL.png +0 -0
  44. skin/frontend/base/default/images/avisverifies/Sceau_45es_MX.png +0 -0
  45. skin/frontend/base/default/images/avisverifies/Sceau_45es_PE.png +0 -0
  46. skin/frontend/default/default/images/avisverifies/Sceau_100en_AU.png +0 -0
  47. skin/frontend/default/default/images/avisverifies/Sceau_100en_CA.png +0 -0
  48. skin/frontend/default/default/images/avisverifies/Sceau_100en_NZ.png +0 -0
  49. skin/frontend/default/default/images/avisverifies/Sceau_100es_CL.png +0 -0
  50. skin/frontend/default/default/images/avisverifies/Sceau_100es_MX.png +0 -0
  51. skin/frontend/default/default/images/avisverifies/Sceau_100es_PE.png +0 -0
  52. skin/frontend/default/default/images/avisverifies/Sceau_45en_AU.png +0 -0
  53. skin/frontend/default/default/images/avisverifies/Sceau_45en_CA.png +0 -0
  54. skin/frontend/default/default/images/avisverifies/Sceau_45en_NZ.png +0 -0
  55. skin/frontend/default/default/images/avisverifies/Sceau_45es_CL.png +0 -0
  56. skin/frontend/default/default/images/avisverifies/Sceau_45es_MX.png +0 -0
  57. skin/frontend/default/default/images/avisverifies/Sceau_45es_PE.png +0 -0
app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/Export.php CHANGED
@@ -25,12 +25,12 @@ class Netreviews_Avisverifies_Block_Adminhtml_Form_Export_Export extends Mage_Ad
25
  $website = Mage::getModel('core/website')->load($websiteCode);
26
  $websiteId = $website->getId();
27
  //do your magic with $websiteId
28
- $useProductSKU = $website->getConfig('avisverifies/extra/useProductSKU');
29
  }
30
  else {
31
  $websiteId = 10000;
32
  $default = Mage::getModel('core/website')->load('default');
33
- $useProductSKU = $default->getConfig('avisverifies/extra/useProductSKU');
34
  }
35
 
36
  $fieldset->addField('websitetoexport', 'text', array(
@@ -55,7 +55,7 @@ class Netreviews_Avisverifies_Block_Adminhtml_Form_Export_Export extends Mage_Ad
55
  if ($storeCode) {
56
  $store = Mage::getModel('core/store')->load($storeCode);
57
  $storeId = $store->getId();
58
- $useProductSKU = $store->getConfig('avisverifies/extra/useProductSKU');
59
  }
60
  else {
61
  $storeId = 10000;
@@ -168,7 +168,7 @@ class Netreviews_Avisverifies_Block_Adminhtml_Form_Export_Export extends Mage_Ad
168
  ));
169
 
170
  $fieldset->addField('product', 'select', array(
171
- 'label' => Mage::helper('avisverifies')->__('Request product\'s review?'),
172
  'name' => 'product',
173
  'values' => array(
174
  array(
25
  $website = Mage::getModel('core/website')->load($websiteCode);
26
  $websiteId = $website->getId();
27
  //do your magic with $websiteId
28
+ $useProductSKU = $website->getConfig('avisverifies/extra/use_product_sku');
29
  }
30
  else {
31
  $websiteId = 10000;
32
  $default = Mage::getModel('core/website')->load('default');
33
+ $useProductSKU = $default->getConfig('avisverifies/extra/use_product_sku');
34
  }
35
 
36
  $fieldset->addField('websitetoexport', 'text', array(
55
  if ($storeCode) {
56
  $store = Mage::getModel('core/store')->load($storeCode);
57
  $storeId = $store->getId();
58
+ $useProductSKU = $store->getConfig('avisverifies/extra/use_product_sku');
59
  }
60
  else {
61
  $storeId = 10000;
168
  ));
169
 
170
  $fieldset->addField('product', 'select', array(
171
+ 'label' => Mage::helper('avisverifies')->__("Request product's review?"),
172
  'name' => 'product',
173
  'values' => array(
174
  array(
app/code/local/Netreviews/Avisverifies/Block/Review/Helper.php CHANGED
@@ -28,7 +28,7 @@ class Netreviews_Avisverifies_Block_Review_Helper extends Mage_Review_Block_Help
28
  }
29
 
30
  public function getReviewsUrl($forceReviewsUrl = FALSE) {
31
- if (Mage::getStoreConfig('avisverifies/extra/useProductUrl') && Mage::helper('avisverifies/Data')->isActive() && $forceReviewsUrl == FALSE) {
32
  return $this->getProduct()->getProductUrl();
33
  }
34
  else {
28
  }
29
 
30
  public function getReviewsUrl($forceReviewsUrl = FALSE) {
31
+ if (Mage::getStoreConfig('avisverifies/extra/use_product_url') && Mage::helper('avisverifies/Data')->isActive() && $forceReviewsUrl == FALSE) {
32
  return $this->getProduct()->getProductUrl();
33
  }
34
  else {
app/code/local/Netreviews/Avisverifies/Helper/Data.php CHANGED
@@ -104,12 +104,17 @@ class Netreviews_Avisverifies_Helper_Data extends Mage_Core_Helper_Abstract{
104
 
105
  public function addReviewToProductPage() {
106
  // default false , change to true
107
- return Mage::getStoreConfig('avisverifies/extra/addReviewToProductPage');
108
  }
109
 
110
  public function hasjQuery() {
111
  // default to No = 0
112
- return (boolean)Mage::getStoreConfig('avisverifies/extra/hasjQuery');
 
 
 
 
 
113
  }
114
 
115
  }
104
 
105
  public function addReviewToProductPage() {
106
  // default false , change to true
107
+ return Mage::getStoreConfig('avisverifies/extra/add_review_to_product_page');
108
  }
109
 
110
  public function hasjQuery() {
111
  // default to No = 0
112
+ return (boolean)Mage::getStoreConfig('avisverifies/extra/has_jquery');
113
+ }
114
+
115
+ public function showNoReviewsMessage() {
116
+ // default to No = 0
117
+ return (boolean)Mage::getStoreConfig('avisverifies/extra/show_empty_produt_message');
118
  }
119
 
120
  }
app/code/local/Netreviews/Avisverifies/Helper/Export.php CHANGED
@@ -94,7 +94,7 @@ class Netreviews_Avisverifies_Helper_Export{
94
  $this->arrStoresIds = $arrStores;
95
  // Force Parent Id
96
  $this->forceParentId = ($magesel->getConfig('avisverifies/extra/force_product_parent_id') == '1');
97
- $this->useSKU = ($magesel->getConfig('avisverifies/extra/useProductSKU') == '1');
98
  $this->configuredWebsiteId = true ;
99
 
100
  }
@@ -198,7 +198,6 @@ class Netreviews_Avisverifies_Helper_Export{
198
  ->columns($this->mainTable.'.customer_email as email')
199
  ->columns($this->mainTable.'.customer_firstname AS firstname')
200
  ->columns($this->mainTable.'.customer_lastname AS lastname')
201
- ->columns('product.product_type AS product_type')
202
  ->columns($this->mainTable.'.status');
203
  }
204
 
@@ -349,7 +348,7 @@ class Netreviews_Avisverifies_Helper_Export{
349
  $url = $storeUrlResult[$item['id_shop']];
350
  }
351
  else {
352
- $url = Mage::app()->getStore($item['id_shop'])->getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);;
353
  $storeUrlResult[$item['id_shop']] = $url;
354
  }
355
 
@@ -379,14 +378,15 @@ class Netreviews_Avisverifies_Helper_Export{
379
  // fields added after installation
380
  }
381
  // Force Product Parent id.
382
- if ($this->customer['product_id'] != "" && $this->forceParentId)
383
  $this->mapProductId[$this->customer['product_id']] = 0; // for now 0;
384
-
385
  $this->dataExport[] = $this->customer;
386
  $this->count++;
387
  }
388
- if ($this->forceParentId)
389
  $this->forceParentProductId();
 
390
  }
391
 
392
  protected function forceParentProductId() {
94
  $this->arrStoresIds = $arrStores;
95
  // Force Parent Id
96
  $this->forceParentId = ($magesel->getConfig('avisverifies/extra/force_product_parent_id') == '1');
97
+ $this->useSKU = ($magesel->getConfig('avisverifies/extra/use_product_sku') == '1');
98
  $this->configuredWebsiteId = true ;
99
 
100
  }
198
  ->columns($this->mainTable.'.customer_email as email')
199
  ->columns($this->mainTable.'.customer_firstname AS firstname')
200
  ->columns($this->mainTable.'.customer_lastname AS lastname')
 
201
  ->columns($this->mainTable.'.status');
202
  }
203
 
348
  $url = $storeUrlResult[$item['id_shop']];
349
  }
350
  else {
351
+ $url = Mage::app()->getStore($item['id_shop'])->getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);
352
  $storeUrlResult[$item['id_shop']] = $url;
353
  }
354
 
378
  // fields added after installation
379
  }
380
  // Force Product Parent id.
381
+ if ($this->customer['product_id'] != "" && $this->forceParentId) {
382
  $this->mapProductId[$this->customer['product_id']] = 0; // for now 0;
383
+ }
384
  $this->dataExport[] = $this->customer;
385
  $this->count++;
386
  }
387
+ if ($this->forceParentId) {
388
  $this->forceParentProductId();
389
+ }
390
  }
391
 
392
  protected function forceParentProductId() {
app/code/local/Netreviews/Avisverifies/Helper/Install.php CHANGED
@@ -1,6 +1,23 @@
1
  <?php
2
  class Netreviews_Avisverifies_Helper_Install {
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  public function checkOrder($orderId){
5
  try {
6
  return $this->_checkOrder($orderId);
1
  <?php
2
  class Netreviews_Avisverifies_Helper_Install {
3
 
4
+ public function resetConfiguration(){
5
+ try {
6
+ $this->_resetConfiguration();
7
+ } catch (Exception $exc) {
8
+ // do nothing
9
+ }
10
+ }
11
+
12
+ protected function _resetConfiguration() {
13
+ $collection = Mage::getModel("core/config_data")
14
+ ->getCollection()
15
+ ->addFieldToFilter('path',array('like'=>'avisverifies%'));
16
+ foreach($collection as $config){
17
+ $config->delete();
18
+ }
19
+ }
20
+
21
  public function checkOrder($orderId){
22
  try {
23
  return $this->_checkOrder($orderId);
app/code/local/Netreviews/Avisverifies/Model/Observers/System.php CHANGED
@@ -14,11 +14,12 @@ class Netreviews_Avisverifies_Model_Observers_System {
14
  $idwebsite = (isset($POST['groups']['system']['fields']['idwebsite']['value']))? $POST['groups']['system']['fields']['idwebsite']['value'] : NULL ;
15
  $enabledwebsite = (isset($POST['groups']['system']['fields']['enabledwebsite']['value']))? $POST['groups']['system']['fields']['enabledwebsite']['value'] : NULL ;
16
  $forceParentIds = (isset($POST['groups']['extra']['fields']['force_product_parent_id']['value']))? $POST['groups']['extra']['fields']['force_product_parent_id']['value'] : NULL ;
17
- $addReviewToProductPage = (isset($POST['groups']['extra']['fields']['addReviewToProductPage']['value']))? $POST['groups']['extra']['fields']['addReviewToProductPage']['value'] : NULL ;
18
- $useProductSKU = (isset($POST['groups']['extra']['fields']['useProductSKU']['value']))? $POST['groups']['extra']['fields']['useProductSKU']['value'] : NULL ;
19
- $productLightWidget = (isset($POST['groups']['extra']['fields']['productLightWidget']['value']))? $POST['groups']['extra']['fields']['productLightWidget']['value'] : NULL ;
20
- $hasjQuery = (isset($POST['groups']['extra']['fields']['hasjQuery']['value']))? $POST['groups']['extra']['fields']['hasjQuery']['value'] : NULL ;
21
- $useProductUrl = (isset($POST['groups']['extra']['fields']['useProductUrl']['value']))? $POST['groups']['extra']['fields']['useProductUrl']['value'] : NULL ;
 
22
 
23
  foreach ($storeModel->getWebsiteCollection() as $website) {
24
  if (is_null($curWebsite) || ($curWebsite == $website->getCode() && is_null($curStore))) {
@@ -26,11 +27,12 @@ class Netreviews_Avisverifies_Model_Observers_System {
26
  $mageselc->saveConfig('avisverifies/system/idwebsite',$idwebsite,'websites',$website->getId());
27
  $mageselc->saveConfig('avisverifies/system/enabledwebsite',$enabledwebsite,'websites',$website->getId());
28
  $mageselc->saveConfig('avisverifies/extra/force_product_parent_id',$forceParentIds,'websites',$website->getId());
29
- $mageselc->saveConfig('avisverifies/extra/addReviewToProductPage',$addReviewToProductPage,'websites',$website->getId());
30
- $mageselc->saveConfig('avisverifies/extra/useProductSKU',$useProductSKU,'websites',$website->getId());
31
- $mageselc->saveConfig('avisverifies/extra/productLightWidget',$productLightWidget,'websites',$website->getId());
32
- $mageselc->saveConfig('avisverifies/extra/hasjQuery',$hasjQuery,'websites',$website->getId());
33
- $mageselc->saveConfig('avisverifies/extra/useProductUrl',$useProductUrl,'websites',$website->getId());
 
34
  }
35
  }
36
 
@@ -40,11 +42,12 @@ class Netreviews_Avisverifies_Model_Observers_System {
40
  $mageselc->saveConfig('avisverifies/system/idwebsite',$idwebsite,'stores',$store->getId());
41
  $mageselc->saveConfig('avisverifies/system/enabledwebsite',$enabledwebsite,'stores',$store->getId());
42
  $mageselc->saveConfig('avisverifies/extra/force_product_parent_id',$forceParentIds,'stores',$store->getId());
43
- $mageselc->saveConfig('avisverifies/extra/addReviewToProductPage',$addReviewToProductPage,'stores',$store->getId());
44
- $mageselc->saveConfig('avisverifies/extra/useProductSKU',$useProductSKU,'stores',$store->getId());
45
- $mageselc->saveConfig('avisverifies/extra/productLightWidget',$productLightWidget,'stores',$store->getId());
46
- $mageselc->saveConfig('avisverifies/extra/hasjQuery',$hasjQuery,'stores',$store->getId());
47
- $mageselc->saveConfig('avisverifies/extra/useProductUrl',$useProductUrl,'stores',$store->getId());
 
48
  }
49
  }
50
 
14
  $idwebsite = (isset($POST['groups']['system']['fields']['idwebsite']['value']))? $POST['groups']['system']['fields']['idwebsite']['value'] : NULL ;
15
  $enabledwebsite = (isset($POST['groups']['system']['fields']['enabledwebsite']['value']))? $POST['groups']['system']['fields']['enabledwebsite']['value'] : NULL ;
16
  $forceParentIds = (isset($POST['groups']['extra']['fields']['force_product_parent_id']['value']))? $POST['groups']['extra']['fields']['force_product_parent_id']['value'] : NULL ;
17
+ $addReviewToProductPage = (isset($POST['groups']['extra']['fields']['add_review_to_product_page']['value']))? $POST['groups']['extra']['fields']['add_review_to_product_page']['value'] : NULL ;
18
+ $useProductSKU = (isset($POST['groups']['extra']['fields']['use_product_sku']['value']))? $POST['groups']['extra']['fields']['use_product_sku']['value'] : NULL ;
19
+ $productLightWidget = (isset($POST['groups']['extra']['fields']['product_light_widget']['value']))? $POST['groups']['extra']['fields']['product_light_widget']['value'] : NULL ;
20
+ $hasjQuery = (isset($POST['groups']['extra']['fields']['has_jquery']['value']))? $POST['groups']['extra']['fields']['has_jquery']['value'] : NULL ;
21
+ $useProductUrl = (isset($POST['groups']['extra']['fields']['use_product_url']['value']))? $POST['groups']['extra']['fields']['use_product_url']['value'] : NULL ;
22
+ $showEmptyProductMessage = (isset($POST['groups']['extra']['fields']['show_empty_produt_message']['value']))? $POST['groups']['extra']['fields']['show_empty_produt_message']['value'] : NULL ;
23
 
24
  foreach ($storeModel->getWebsiteCollection() as $website) {
25
  if (is_null($curWebsite) || ($curWebsite == $website->getCode() && is_null($curStore))) {
27
  $mageselc->saveConfig('avisverifies/system/idwebsite',$idwebsite,'websites',$website->getId());
28
  $mageselc->saveConfig('avisverifies/system/enabledwebsite',$enabledwebsite,'websites',$website->getId());
29
  $mageselc->saveConfig('avisverifies/extra/force_product_parent_id',$forceParentIds,'websites',$website->getId());
30
+ $mageselc->saveConfig('avisverifies/extra/add_review_to_product_page',$addReviewToProductPage,'websites',$website->getId());
31
+ $mageselc->saveConfig('avisverifies/extra/use_product_sku',$useProductSKU,'websites',$website->getId());
32
+ $mageselc->saveConfig('avisverifies/extra/product_light_widget',$productLightWidget,'websites',$website->getId());
33
+ $mageselc->saveConfig('avisverifies/extra/has_jquery',$hasjQuery,'websites',$website->getId());
34
+ $mageselc->saveConfig('avisverifies/extra/use_product_url',$useProductUrl,'websites',$website->getId());
35
+ $mageselc->saveConfig('avisverifies/extra/show_empty_produt_message',$showEmptyProductMessage,'websites',$website->getId());
36
  }
37
  }
38
 
42
  $mageselc->saveConfig('avisverifies/system/idwebsite',$idwebsite,'stores',$store->getId());
43
  $mageselc->saveConfig('avisverifies/system/enabledwebsite',$enabledwebsite,'stores',$store->getId());
44
  $mageselc->saveConfig('avisverifies/extra/force_product_parent_id',$forceParentIds,'stores',$store->getId());
45
+ $mageselc->saveConfig('avisverifies/extra/add_review_to_product_page',$addReviewToProductPage,'stores',$store->getId());
46
+ $mageselc->saveConfig('avisverifies/extra/use_product_sku',$useProductSKU,'stores',$store->getId());
47
+ $mageselc->saveConfig('avisverifies/extra/product_light_widget',$productLightWidget,'stores',$store->getId());
48
+ $mageselc->saveConfig('avisverifies/extra/has_jquery',$hasjQuery,'stores',$store->getId());
49
+ $mageselc->saveConfig('avisverifies/extra/use_product_url',$useProductUrl,'stores',$store->getId());
50
+ $mageselc->saveConfig('avisverifies/extra/show_empty_produt_message',$showEmptyProductMessage,'stores',$store->getId());
51
  }
52
  }
53
 
app/code/local/Netreviews/Avisverifies/controllers/Adminhtml/AvisverifiesController.php CHANGED
@@ -209,6 +209,9 @@ class Netreviews_Avisverifies_Adminhtml_AvisverifiesController extends Mage_Admi
209
  if (!empty($post['debug']['order'])) {
210
  Mage::getSingleton('admin/session')->setNetReviewsDebugOrder($post['debug']['order']);
211
  }
 
 
 
212
  $message = $this->__('Your form has been submitted successfully.');
213
  Mage::getSingleton('adminhtml/session')->addSuccess($message);
214
  } catch (Exception $e) {
209
  if (!empty($post['debug']['order'])) {
210
  Mage::getSingleton('admin/session')->setNetReviewsDebugOrder($post['debug']['order']);
211
  }
212
+ if (!empty($post['debug']['resetConfiguration'])) {
213
+ Mage::helper('avisverifies/Install')->resetConfiguration();
214
+ }
215
  $message = $this->__('Your form has been submitted successfully.');
216
  Mage::getSingleton('adminhtml/session')->addSuccess($message);
217
  } catch (Exception $e) {
app/code/local/Netreviews/Avisverifies/controllers/DialogController.php CHANGED
@@ -59,6 +59,9 @@ class Netreviews_Avisverifies_DialogController extends Mage_Core_Controller_Fron
59
  break;
60
  case 'getUrlProducts' :
61
  $toReply = $this->getUrlProducts($DATA,$API);
 
 
 
62
  break;
63
  case 'cleanCache' :
64
  $toReply = $this->cleanCache();
@@ -86,7 +89,59 @@ class Netreviews_Avisverifies_DialogController extends Mage_Core_Controller_Fron
86
  }
87
  }
88
 
89
- protected function cleanCache(){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  $mageselc = new Mage_Core_Model_Config();
91
  $mageselc->cleanCache(); // remove cache
92
  Mage::app()->cleanCache(); // remove cache
59
  break;
60
  case 'getUrlProducts' :
61
  $toReply = $this->getUrlProducts($DATA,$API);
62
+ break;
63
+ case 'getProductParentIds' :
64
+ $toReply = $this->getProductParentIds($DATA,$API);
65
  break;
66
  case 'cleanCache' :
67
  $toReply = $this->cleanCache();
89
  }
90
  }
91
 
92
+ protected function getProductParentIds($DATA,$API) {
93
+ echo '';
94
+ $page = $API->msg('page_id');
95
+ $page = (empty($page))? 1 : $page;
96
+ $limit = $API->msg('page_limit');
97
+ $limit = (empty($limit))? 50 : $limit;
98
+ $count = Mage::getModel('catalog/product')->getCollection()->count();
99
+ echo 'count: '.$count.'<br>'.PHP_EOL;
100
+ $allProducts = Mage::getModel('catalog/product')
101
+ ->getCollection()->addAttributeToSelect('name')
102
+ ->setPageSize($limit)->setCurPage($page);
103
+ $CSV = array(); $i = 0;
104
+ $CSV[$i] = array('old_product_id','old_product_sku','old_product_name','new_product_id','new_product_sku','new_product_name');
105
+ $i++;
106
+ foreach ($allProducts as $product) {
107
+ $CSV[$i][0] = $product->getId();
108
+ $CSV[$i][1] = $product->getSku();
109
+ $CSV[$i][2] = $product->getName();
110
+ if($product->getTypeId() == Mage_Catalog_Model_Product_Type::TYPE_SIMPLE){
111
+ $parentIds = Mage::getModel('catalog/product_type_grouped')->getParentIdsByChild($product->getId());
112
+ if (!$parentIds) {
113
+ $parentIds = Mage::getModel('catalog/product_type_configurable')->getParentIdsByChild($product->getId());
114
+ }
115
+ if(isset($parentIds[0])){
116
+ $parent = Mage::getModel('catalog/product')->load($parentIds[0]);
117
+ // do stuff here
118
+ $CSV[$i][3] = $parent->getId();
119
+ $CSV[$i][4] = $parent->getSku();
120
+ $CSV[$i][5] = $parent->getName();
121
+ }
122
+ else {
123
+ $CSV[$i][3] = $product->getId();
124
+ $CSV[$i][4] = $product->getSku();
125
+ $CSV[$i][5] = $product->getName();
126
+ }
127
+ }
128
+ else {
129
+ $CSV[$i][3] = $product->getId();
130
+ $CSV[$i][4] = $product->getSku();
131
+ $CSV[$i][5] = $product->getName();
132
+ }
133
+ $i++;
134
+ }
135
+ $fp = fopen("php://output", 'w');
136
+ foreach ($CSV as $fields){
137
+ fputcsv($fp, $fields);
138
+ }
139
+ fclose($fp);
140
+ exit;
141
+ }
142
+
143
+
144
+ protected function cleanCache(){
145
  $mageselc = new Mage_Core_Model_Config();
146
  $mageselc->cleanCache(); // remove cache
147
  Mage::app()->cleanCache(); // remove cache
app/code/local/Netreviews/Avisverifies/etc/config.xml CHANGED
@@ -1,13 +1,10 @@
1
  <?xml version="1.0"?>
2
  <config>
3
- <!-- General Config -->
4
  <modules>
5
  <Netreviews_Avisverifies>
6
- <version>2.6.5.5</version>
7
  </Netreviews_Avisverifies>
8
  </modules>
9
- <!-- General Config -->
10
- <!-- Global -->
11
  <global>
12
  <blocks>
13
  <avisverifies>
@@ -32,7 +29,6 @@
32
  </avisverifies>
33
  <avisverifies_mysql4>
34
  <class>Netreviews_Avisverifies_Model_Mysql4</class>
35
- <!-- used by the api -->
36
  <entities>
37
  <reviews>
38
  <table>avisverifies_products_reviews</table>
@@ -63,15 +59,12 @@
63
  </connection>
64
  </avisverifies_read>
65
  </resources>
66
- <!-- Data Helper -->
67
  <helpers>
68
  <avisverifies>
69
  <class>Netreviews_Avisverifies_Helper</class>
70
  </avisverifies>
71
- </helpers>
72
- <!-- Observers -->
73
- <events>
74
- <!-- Event: Checkout\controllers\OnepageController.php:273 -->
75
  <checkout_onepage_controller_success_action>
76
  <observers>
77
  <avisverifies_checkout_observer>
@@ -80,8 +73,7 @@
80
  <method>trackCheckout</method>
81
  </avisverifies_checkout_observer>
82
  </observers>
83
- </checkout_onepage_controller_success_action>
84
- <!-- Event: Checkout\controllers\MultishippingController.php:545 -->
85
  <checkout_multishipping_controller_success_action>
86
  <observers>
87
  <avisverifies_checkout_observer_multi>
@@ -90,8 +82,7 @@
90
  <method>trackCheckout</method>
91
  </avisverifies_checkout_observer_multi>
92
  </observers>
93
- </checkout_multishipping_controller_success_action>
94
- <!-- Event: /app/code/core/Mage/Catalog/Block/Product/List.php:162 -->
95
  <catalog_block_product_list_collection>
96
  <observers>
97
  <avisverifies_product_Observer>
@@ -101,7 +92,6 @@
101
  </avisverifies_product_Observer>
102
  </observers>
103
  </catalog_block_product_list_collection>
104
- <!-- module system config save -->
105
  <admin_system_config_changed_section_avisverifies>
106
  <observers>
107
  <avisverifies>
@@ -113,8 +103,6 @@
113
  </admin_system_config_changed_section_avisverifies>
114
  </events>
115
  </global>
116
- <!-- Global -->
117
- <!-- Frontend -->
118
  <frontend>
119
  <routers>
120
  <avisverifies>
@@ -142,8 +130,6 @@
142
  </modules>
143
  </translate>
144
  </frontend>
145
- <!-- Frontend -->
146
- <!-- Admin -->
147
  <admin>
148
  <routers>
149
  <avisverifies>
@@ -155,8 +141,6 @@
155
  </avisverifies>
156
  </routers>
157
  </admin>
158
- <!-- Admin -->
159
- <!-- AdminHtml -->
160
  <adminhtml>
161
  <menu>
162
  <catalog>
@@ -239,5 +223,4 @@
239
  </resources>
240
  </acl>
241
  </adminhtml>
242
- <!-- AdminHtml -->
243
  </config>
1
  <?xml version="1.0"?>
2
  <config>
 
3
  <modules>
4
  <Netreviews_Avisverifies>
5
+ <version>2.6.5.6</version>
6
  </Netreviews_Avisverifies>
7
  </modules>
 
 
8
  <global>
9
  <blocks>
10
  <avisverifies>
29
  </avisverifies>
30
  <avisverifies_mysql4>
31
  <class>Netreviews_Avisverifies_Model_Mysql4</class>
 
32
  <entities>
33
  <reviews>
34
  <table>avisverifies_products_reviews</table>
59
  </connection>
60
  </avisverifies_read>
61
  </resources>
 
62
  <helpers>
63
  <avisverifies>
64
  <class>Netreviews_Avisverifies_Helper</class>
65
  </avisverifies>
66
+ </helpers>
67
+ <events>
 
 
68
  <checkout_onepage_controller_success_action>
69
  <observers>
70
  <avisverifies_checkout_observer>
73
  <method>trackCheckout</method>
74
  </avisverifies_checkout_observer>
75
  </observers>
76
+ </checkout_onepage_controller_success_action>
 
77
  <checkout_multishipping_controller_success_action>
78
  <observers>
79
  <avisverifies_checkout_observer_multi>
82
  <method>trackCheckout</method>
83
  </avisverifies_checkout_observer_multi>
84
  </observers>
85
+ </checkout_multishipping_controller_success_action>
 
86
  <catalog_block_product_list_collection>
87
  <observers>
88
  <avisverifies_product_Observer>
92
  </avisverifies_product_Observer>
93
  </observers>
94
  </catalog_block_product_list_collection>
 
95
  <admin_system_config_changed_section_avisverifies>
96
  <observers>
97
  <avisverifies>
103
  </admin_system_config_changed_section_avisverifies>
104
  </events>
105
  </global>
 
 
106
  <frontend>
107
  <routers>
108
  <avisverifies>
130
  </modules>
131
  </translate>
132
  </frontend>
 
 
133
  <admin>
134
  <routers>
135
  <avisverifies>
141
  </avisverifies>
142
  </routers>
143
  </admin>
 
 
144
  <adminhtml>
145
  <menu>
146
  <catalog>
223
  </resources>
224
  </acl>
225
  </adminhtml>
 
226
  </config>
app/code/local/Netreviews/Avisverifies/etc/system.xml CHANGED
@@ -22,9 +22,8 @@
22
  <show_in_website>1</show_in_website>
23
  <show_in_store>1</show_in_store>
24
  <sort_order>1</sort_order>
25
- <!-- to open the tab here we use 0 -->
26
  <expanded>0</expanded>
27
- <comment>You can configure the module, for all website or a specific website or a specific store view</comment>
28
  </introtext>
29
  <system translate="label">
30
  <label>System integration</label>
@@ -41,7 +40,7 @@
41
  <show_in_default>1</show_in_default>
42
  <show_in_website>1</show_in_website>
43
  <show_in_store>1</show_in_store>
44
- <comment>By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration</comment>
45
  </enabledwebsite>
46
  <idwebsite translate="label">
47
  <label>IdWebsite</label>
@@ -66,11 +65,10 @@
66
  <show_in_default>1</show_in_default>
67
  <show_in_website>1</show_in_website>
68
  <show_in_store>1</show_in_store>
69
- <!-- to open the tab here we use 1 -->
70
  <expanded>1</expanded>
71
  <sort_order>20</sort_order>
72
  <fields>
73
- <useProductSKU translate="label comment">
74
  <label>Use product sku </label>
75
  <frontend_type>select</frontend_type>
76
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -78,9 +76,9 @@
78
  <show_in_default>1</show_in_default>
79
  <show_in_website>1</show_in_website>
80
  <show_in_store>1</show_in_store>
81
- <comment>Advanced Configuration: This configuration is used to identify product by their sku instead of their sql ids.</comment>
82
- </useProductSKU>
83
- <useProductUrl translate="label comment">
84
  <label>Use product Url Link in stars reviews</label>
85
  <frontend_type>select</frontend_type>
86
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -88,9 +86,9 @@
88
  <show_in_default>1</show_in_default>
89
  <show_in_website>1</show_in_website>
90
  <show_in_store>1</show_in_store>
91
- <comment>Advanced Configuration: This configuration is used to change review star url to product url.</comment>
92
- </useProductUrl>
93
- <addReviewToProductPage translate="label comment">
94
  <label>Add Review to product Page</label>
95
  <frontend_type>select</frontend_type>
96
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -98,9 +96,9 @@
98
  <show_in_default>1</show_in_default>
99
  <show_in_website>1</show_in_website>
100
  <show_in_store>1</show_in_store>
101
- <comment>Advanced Configuration: This configuration is used to add our product review block to the product page.</comment>
102
- </addReviewToProductPage>
103
- <productLightWidget translate="label comment">
104
  <label>Product Light widget</label>
105
  <frontend_type>select</frontend_type>
106
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -108,9 +106,9 @@
108
  <show_in_default>1</show_in_default>
109
  <show_in_website>1</show_in_website>
110
  <show_in_store>1</show_in_store>
111
- <comment>Advanced Configuration: Use this configuration to change the type of product widget to small design.</comment>
112
- </productLightWidget>
113
- <hasjQuery translate="label comment">
114
  <label>jQuery present on the site ? </label>
115
  <frontend_type>select</frontend_type>
116
  <source_model>adminhtml/system_config_source_yesno</source_model>
@@ -118,8 +116,8 @@
118
  <show_in_default>1</show_in_default>
119
  <show_in_website>1</show_in_website>
120
  <show_in_store>1</show_in_store>
121
- <comment>Advanced Configuration: change this to yes, if jQuery is all-ready used on the site.</comment>
122
- </hasjQuery>
123
  <force_product_parent_id translate="label comment">
124
  <label>Force parent product id</label>
125
  <frontend_type>select</frontend_type>
@@ -128,8 +126,18 @@
128
  <show_in_default>1</show_in_default>
129
  <show_in_website>1</show_in_website>
130
  <show_in_store>1</show_in_store>
131
- <comment>Advanced Configuration: This configuration is used to tell our module to only get the parent id of the child id.</comment>
132
  </force_product_parent_id>
 
 
 
 
 
 
 
 
 
 
133
  </fields>
134
  </extra>
135
  </groups>
22
  <show_in_website>1</show_in_website>
23
  <show_in_store>1</show_in_store>
24
  <sort_order>1</sort_order>
 
25
  <expanded>0</expanded>
26
+ <comment><![CDATA[You can configure the module, for all website or a specific website or a specific store view]]></comment>
27
  </introtext>
28
  <system translate="label">
29
  <label>System integration</label>
40
  <show_in_default>1</show_in_default>
41
  <show_in_website>1</show_in_website>
42
  <show_in_store>1</show_in_store>
43
+ <comment><![CDATA[By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration]]></comment>
44
  </enabledwebsite>
45
  <idwebsite translate="label">
46
  <label>IdWebsite</label>
65
  <show_in_default>1</show_in_default>
66
  <show_in_website>1</show_in_website>
67
  <show_in_store>1</show_in_store>
 
68
  <expanded>1</expanded>
69
  <sort_order>20</sort_order>
70
  <fields>
71
+ <use_product_sku translate="label comment">
72
  <label>Use product sku </label>
73
  <frontend_type>select</frontend_type>
74
  <source_model>adminhtml/system_config_source_yesno</source_model>
76
  <show_in_default>1</show_in_default>
77
  <show_in_website>1</show_in_website>
78
  <show_in_store>1</show_in_store>
79
+ <comment><![CDATA[Advanced Configuration: This configuration is used to identify product by their sku instead of their sql ids.]]></comment>
80
+ </use_product_sku>
81
+ <use_product_url translate="label comment">
82
  <label>Use product Url Link in stars reviews</label>
83
  <frontend_type>select</frontend_type>
84
  <source_model>adminhtml/system_config_source_yesno</source_model>
86
  <show_in_default>1</show_in_default>
87
  <show_in_website>1</show_in_website>
88
  <show_in_store>1</show_in_store>
89
+ <comment><![CDATA[Advanced Configuration: This configuration is used to change review star url to product url.]]></comment>
90
+ </use_product_url>
91
+ <add_review_to_product_page translate="label comment">
92
  <label>Add Review to product Page</label>
93
  <frontend_type>select</frontend_type>
94
  <source_model>adminhtml/system_config_source_yesno</source_model>
96
  <show_in_default>1</show_in_default>
97
  <show_in_website>1</show_in_website>
98
  <show_in_store>1</show_in_store>
99
+ <comment><![CDATA[Advanced Configuration: This configuration is used to add our product review block to the product page.]]></comment>
100
+ </add_review_to_product_page>
101
+ <product_light_widget translate="label comment">
102
  <label>Product Light widget</label>
103
  <frontend_type>select</frontend_type>
104
  <source_model>adminhtml/system_config_source_yesno</source_model>
106
  <show_in_default>1</show_in_default>
107
  <show_in_website>1</show_in_website>
108
  <show_in_store>1</show_in_store>
109
+ <comment><![CDATA[Advanced Configuration: Use this configuration to change the type of product widget to small design.]]></comment>
110
+ </product_light_widget>
111
+ <has_jquery translate="label comment">
112
  <label>jQuery present on the site ? </label>
113
  <frontend_type>select</frontend_type>
114
  <source_model>adminhtml/system_config_source_yesno</source_model>
116
  <show_in_default>1</show_in_default>
117
  <show_in_website>1</show_in_website>
118
  <show_in_store>1</show_in_store>
119
+ <comment><![CDATA[Advanced Configuration: change this to yes, if jQuery is all-ready used on the site.]]></comment>
120
+ </has_jquery>
121
  <force_product_parent_id translate="label comment">
122
  <label>Force parent product id</label>
123
  <frontend_type>select</frontend_type>
126
  <show_in_default>1</show_in_default>
127
  <show_in_website>1</show_in_website>
128
  <show_in_store>1</show_in_store>
129
+ <comment><![CDATA[Advanced Configuration: This configuration is used to tell our module to only get the parent id of the child id.]]></comment>
130
  </force_product_parent_id>
131
+ <show_empty_produt_message translate="label comment">
132
+ <label>Show "No product reviews" message</label>
133
+ <frontend_type>select</frontend_type>
134
+ <source_model>adminhtml/system_config_source_yesno</source_model>
135
+ <sort_order>70</sort_order>
136
+ <show_in_default>1</show_in_default>
137
+ <show_in_website>1</show_in_website>
138
+ <show_in_store>1</show_in_store>
139
+ <comment><![CDATA[Advanced Configuration: This configuration is used to tell our module to show a "No product reviews" message.]]></comment>
140
+ </show_empty_produt_message>
141
  </fields>
142
  </extra>
143
  </groups>
app/design/frontend/base/default/layout/avisverifies.xml CHANGED
@@ -1,21 +1,21 @@
1
  <?xml version="1.0"?>
2
  <layout version="1.0.0">
3
- <!-- All Stores -->
4
  <default>
5
- <!-- Loaded in the head block -->
6
  <reference name="head">
7
  <block name="avisverifies.float" template="avisverifies/float.phtml" type="core/template"/>
8
  </reference>
9
- <!-- Loaded in the left block -->
10
  <reference name="left">
11
  <block after="-" name="avisverifies.left" template="avisverifies/left.phtml" type="core/template"/>
12
  </reference>
13
- <!-- Loaded in the right block -->
14
  <reference name="right">
15
  <block after="-" name="avisverifies.right" template="avisverifies/right.phtml" type="core/template"/>
16
  </reference>
17
  </default>
18
- <!-- !!!! -->
19
  <review_product_list>
20
  <reference name="head">
21
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
@@ -25,7 +25,7 @@
25
  <tpl>avisverifies/review/product/view/count.phtml</tpl>
26
  </action>
27
  </review_product_list>
28
- <!-- !!!! -->
29
  <catalog_product_view>
30
  <reference name="head">
31
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
@@ -35,19 +35,17 @@
35
  <block after="product_additional_data" type="review/product_view_list" name="product.info.product_additional_data2" as="reviews" template="avisverifies/catalogProductList.phtml"/>
36
  </reference>
37
  </catalog_product_view>
38
-
39
- <!-- !!!! -->
40
  <catalog_category_view>
41
  <reference name="head">
42
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
43
  </reference>
44
  </catalog_category_view>
45
-
46
- <!-- Checkout process -->
47
  <checkout_track>
48
  <reference name="content">
49
  <block type="avisverifies/observers_checkout" name="avisverifies.observers.checkout" template="avisverifies/observers/checkout.phtml"/>
50
  </reference>
51
  </checkout_track>
52
- <!-- Checkout process -->
53
  </layout>
1
  <?xml version="1.0"?>
2
  <layout version="1.0.0">
3
+ <!--All Stores-->
4
  <default>
5
+ <!--Loaded in the head block-->
6
  <reference name="head">
7
  <block name="avisverifies.float" template="avisverifies/float.phtml" type="core/template"/>
8
  </reference>
9
+ <!--Loaded in the left block-->
10
  <reference name="left">
11
  <block after="-" name="avisverifies.left" template="avisverifies/left.phtml" type="core/template"/>
12
  </reference>
13
+ <!--Loaded in the right block-->
14
  <reference name="right">
15
  <block after="-" name="avisverifies.right" template="avisverifies/right.phtml" type="core/template"/>
16
  </reference>
17
  </default>
18
+ <!--!!!!-->
19
  <review_product_list>
20
  <reference name="head">
21
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
25
  <tpl>avisverifies/review/product/view/count.phtml</tpl>
26
  </action>
27
  </review_product_list>
28
+ <!--!!!!-->
29
  <catalog_product_view>
30
  <reference name="head">
31
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
35
  <block after="product_additional_data" type="review/product_view_list" name="product.info.product_additional_data2" as="reviews" template="avisverifies/catalogProductList.phtml"/>
36
  </reference>
37
  </catalog_product_view>
38
+ <!--!!!!-->
 
39
  <catalog_category_view>
40
  <reference name="head">
41
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
42
  </reference>
43
  </catalog_category_view>
44
+ <!--Checkout process-->
 
45
  <checkout_track>
46
  <reference name="content">
47
  <block type="avisverifies/observers_checkout" name="avisverifies.observers.checkout" template="avisverifies/observers/checkout.phtml"/>
48
  </reference>
49
  </checkout_track>
50
+ <!--Checkout process-->
51
  </layout>
app/design/frontend/base/default/template/avisverifies/admin/checkinstallation.phtml CHANGED
@@ -86,7 +86,7 @@
86
  </table>
87
  <?php endif; ?>
88
  </div>
89
-
90
  <div class="content-header">
91
  <table cellspacing="0" class="grid-header">
92
  <tr>
@@ -104,43 +104,43 @@
104
  <fieldset id="my-fieldset">
105
  <table cellspacing="1" class="form-list">
106
  <tr>
107
- <td class="label"><?php echo $this->__('Perform a re-installation of the module tables')?></td>
108
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="yes" /><?php echo $this->__('Yes')?></td>
109
  <td>&nbsp;&nbsp;&nbsp;</td>
110
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="no" /><?php echo $this->__('No')?></td>
111
  </tr>
112
  </table>
113
  </fieldset>
114
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Flag orders to 1')?></h4>
115
  <fieldset id="my-fieldset">
116
  <table cellspacing="1" class="form-list">
117
  <tr>
118
- <td class="label"><?php echo $this->__('Flag all orders to 1')?></td>
119
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="yes" /><?php echo $this->__('Yes')?></td>
120
  <td>&nbsp;&nbsp;&nbsp;</td>
121
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="no" /><?php echo $this->__('No')?></td>
122
  </tr>
123
  </table>
124
  </fieldset>
125
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Add missing fields')?></h4>
126
  <fieldset id="my-fieldset">
127
  <table cellspacing="1" class="form-list">
128
  <tr>
129
- <td class="label"><?php echo $this->__('Add missing fields')?></td>
130
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="yes" /><?php echo $this->__('Yes')?></td>
131
  <td>&nbsp;&nbsp;&nbsp;</td>
132
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="no" /><?php echo $this->__('No')?></td>
133
  </tr>
134
  </table>
135
  </fieldset>
136
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Fix fields type')?></h4>
137
  <fieldset id="my-fieldset">
138
  <table cellspacing="1" class="form-list">
139
  <tr>
140
- <td class="label"><?php echo $this->__('Fix fields type')?></td>
141
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="yes" /><?php echo $this->__('Yes')?></td>
142
  <td>&nbsp;&nbsp;&nbsp;</td>
143
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="no" /><?php echo $this->__('No')?></td>
144
  </tr>
145
  </table>
146
  </fieldset>
@@ -148,11 +148,22 @@
148
  <fieldset id="my-fieldset">
149
  <table cellspacing="1" class="form-list">
150
  <tr>
151
- <td class="label"><?php echo $this->__('check order configuration parent child relation')?></td>
152
  <td class="input-ele"><input type="text" class="input-text" name="debug[order]" /></td>
153
  </tr>
154
  </table>
155
  </fieldset>
 
 
 
 
 
 
 
 
 
 
 
156
  </form>
157
  </div>
158
  <script type="text/javascript">
86
  </table>
87
  <?php endif; ?>
88
  </div>
89
+ <style>.form-list td.label{ width: 390px;}</style>
90
  <div class="content-header">
91
  <table cellspacing="0" class="grid-header">
92
  <tr>
104
  <fieldset id="my-fieldset">
105
  <table cellspacing="1" class="form-list">
106
  <tr>
107
+ <td class="label"><?php echo $this->__('Perform a re-installation of the module tables (Reviews & Average)')?></td>
108
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="yes" /><?php echo $this->__('Yes')?></td>
109
  <td>&nbsp;&nbsp;&nbsp;</td>
110
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="no" /><?php echo $this->__('No')?></td>
111
  </tr>
112
  </table>
113
  </fieldset>
114
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Add missing fields')?></h4>
115
  <fieldset id="my-fieldset">
116
  <table cellspacing="1" class="form-list">
117
  <tr>
118
+ <td class="label"><?php echo $this->__('Add missing fields (AV_Flag & AV_Horodate_Get) To orders Table')?></td>
119
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="yes" /><?php echo $this->__('Yes')?></td>
120
  <td>&nbsp;&nbsp;&nbsp;</td>
121
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="no" /><?php echo $this->__('No')?></td>
122
  </tr>
123
  </table>
124
  </fieldset>
125
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Fix primary key field')?></h4>
126
  <fieldset id="my-fieldset">
127
  <table cellspacing="1" class="form-list">
128
  <tr>
129
+ <td class="label"><?php echo $this->__('Fix primary key field in module tables (Reviews & Average) ')?></td>
130
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="yes" /><?php echo $this->__('Yes')?></td>
131
  <td>&nbsp;&nbsp;&nbsp;</td>
132
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="no" /><?php echo $this->__('No')?></td>
133
  </tr>
134
  </table>
135
  </fieldset>
136
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Flag orders to 1')?></h4>
137
  <fieldset id="my-fieldset">
138
  <table cellspacing="1" class="form-list">
139
  <tr>
140
+ <td class="label"><?php echo $this->__('Flag all orders to 1, our system will not read them.')?></td>
141
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="yes" /><?php echo $this->__('Yes')?></td>
142
  <td>&nbsp;&nbsp;&nbsp;</td>
143
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="no" /><?php echo $this->__('No')?></td>
144
  </tr>
145
  </table>
146
  </fieldset>
148
  <fieldset id="my-fieldset">
149
  <table cellspacing="1" class="form-list">
150
  <tr>
151
+ <td class="label"><?php echo $this->__('check order configuration, to check parent child relation')?></td>
152
  <td class="input-ele"><input type="text" class="input-text" name="debug[order]" /></td>
153
  </tr>
154
  </table>
155
  </fieldset>
156
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Reset all module configuration page')?></h4>
157
+ <fieldset id="my-fieldset">
158
+ <table cellspacing="1" class="form-list">
159
+ <tr>
160
+ <td class="label"><?php echo $this->__('Reset all module configuration page')?></td>
161
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[resetConfiguration]" value="yes" /><?php echo $this->__('Yes')?></td>
162
+ <td>&nbsp;&nbsp;&nbsp;</td>
163
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[resetConfiguration]" value="no" /><?php echo $this->__('No')?></td>
164
+ </tr>
165
+ </table>
166
+ </fieldset>
167
  </form>
168
  </div>
169
  <script type="text/javascript">
app/design/frontend/base/default/template/avisverifies/list.phtml CHANGED
@@ -68,7 +68,7 @@
68
  </div>
69
  <div class="clear"></div>
70
  </div>
71
- <?php else: ?>
72
  <div class="box-collateral box-reviews" id="customer-reviews">
73
  <div id="idTabavisverifies">
74
  <div id="headerAV">
68
  </div>
69
  <div class="clear"></div>
70
  </div>
71
+ <?php elseif(Mage::helper('avisverifies/Data')->showNoReviewsMessage()): ?>
72
  <div class="box-collateral box-reviews" id="customer-reviews">
73
  <div id="idTabavisverifies">
74
  <div id="headerAV">
app/design/frontend/base/default/template/avisverifies/pagination.phtml CHANGED
@@ -69,4 +69,11 @@
69
  <?php endif; ?>
70
  </div>
71
  <?php endforeach; ?>
 
 
 
 
 
 
 
72
  <?php endif; ?>
69
  <?php endif; ?>
70
  </div>
71
  <?php endforeach; ?>
72
+ <script>
73
+ window.avisVerifies.jQuery('document').ready(function(){
74
+ window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
75
+ window.avisVerifies.scrollTo();
76
+ });
77
+ });
78
+ </script>
79
  <?php endif; ?>
app/design/frontend/base/default/template/avisverifies/review/helper/product_summary.phtml CHANGED
@@ -6,9 +6,10 @@
6
  <?php $statsProduct = $o_av->getStatsProduct(); ?>
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
- <?php $href = (Mage::getStoreConfig('avisverifies/extra/addReviewToProductPage'))? "javascript:window.avisVerifies.scrollTo()" : $this->getReviewsUrl(TRUE) ?>
 
10
  <?php if($countReviews): ?>
11
- <?php if(!Mage::getStoreConfig('avisverifies/extra/productLightWidget')): ?>
12
  <div id="av_product_award">
13
  <div id="top">
14
  <div class="ratingWrapper">
6
  <?php $statsProduct = $o_av->getStatsProduct(); ?>
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
+ <?php // either we have a link to the reviews page , or we have scroll to link?>
10
+ <?php $href = (Mage::getStoreConfig('avisverifies/extra/add_review_to_product_page'))? "javascript:window.avisVerifies.scrollTo()" : $this->getReviewsUrl(TRUE); ?>
11
  <?php if($countReviews): ?>
12
+ <?php if(!Mage::getStoreConfig('avisverifies/extra/product_light_widget')): ?>
13
  <div id="av_product_award">
14
  <div id="top">
15
  <div class="ratingWrapper">
app/design/frontend/base/default/template/avisverifies/review/helper/review_summary.phtml CHANGED
@@ -7,7 +7,7 @@
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
  <?php if($countReviews): ?>
10
- <?php if(!Mage::getStoreConfig('avisverifies/extra/productLightWidget')): ?>
11
  <div id="av_product_award">
12
  <div id="top">
13
  <div class="ratingWrapper">
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
  <?php if($countReviews): ?>
10
+ <?php if(!Mage::getStoreConfig('avisverifies/extra/product_light_widget')): ?>
11
  <div id="av_product_award">
12
  <div id="top">
13
  <div class="ratingWrapper">
app/design/frontend/default/default/layout/avisverifies.xml CHANGED
@@ -1,21 +1,21 @@
1
  <?xml version="1.0"?>
2
  <layout version="1.0.0">
3
- <!-- All Stores -->
4
  <default>
5
- <!-- Loaded in the head block -->
6
  <reference name="head">
7
  <block name="avisverifies.float" template="avisverifies/float.phtml" type="core/template"/>
8
  </reference>
9
- <!-- Loaded in the left block -->
10
  <reference name="left">
11
  <block after="-" name="avisverifies.left" template="avisverifies/left.phtml" type="core/template"/>
12
  </reference>
13
- <!-- Loaded in the right block -->
14
  <reference name="right">
15
  <block after="-" name="avisverifies.right" template="avisverifies/right.phtml" type="core/template"/>
16
  </reference>
17
  </default>
18
- <!-- !!!! -->
19
  <review_product_list>
20
  <reference name="head">
21
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
@@ -25,7 +25,7 @@
25
  <tpl>avisverifies/review/product/view/count.phtml</tpl>
26
  </action>
27
  </review_product_list>
28
- <!-- !!!! -->
29
  <catalog_product_view>
30
  <reference name="head">
31
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
@@ -35,19 +35,17 @@
35
  <block after="product_additional_data" type="review/product_view_list" name="product.info.product_additional_data2" as="reviews" template="avisverifies/catalogProductList.phtml"/>
36
  </reference>
37
  </catalog_product_view>
38
-
39
- <!-- !!!! -->
40
  <catalog_category_view>
41
  <reference name="head">
42
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
43
  </reference>
44
  </catalog_category_view>
45
-
46
- <!-- Checkout process -->
47
  <checkout_track>
48
  <reference name="content">
49
  <block type="avisverifies/observers_checkout" name="avisverifies.observers.checkout" template="avisverifies/observers/checkout.phtml"/>
50
  </reference>
51
  </checkout_track>
52
- <!-- Checkout process -->
53
  </layout>
1
  <?xml version="1.0"?>
2
  <layout version="1.0.0">
3
+ <!--All Stores-->
4
  <default>
5
+ <!--Loaded in the head block-->
6
  <reference name="head">
7
  <block name="avisverifies.float" template="avisverifies/float.phtml" type="core/template"/>
8
  </reference>
9
+ <!--Loaded in the left block-->
10
  <reference name="left">
11
  <block after="-" name="avisverifies.left" template="avisverifies/left.phtml" type="core/template"/>
12
  </reference>
13
+ <!--Loaded in the right block-->
14
  <reference name="right">
15
  <block after="-" name="avisverifies.right" template="avisverifies/right.phtml" type="core/template"/>
16
  </reference>
17
  </default>
18
+ <!--!!!!-->
19
  <review_product_list>
20
  <reference name="head">
21
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
25
  <tpl>avisverifies/review/product/view/count.phtml</tpl>
26
  </action>
27
  </review_product_list>
28
+ <!--!!!!-->
29
  <catalog_product_view>
30
  <reference name="head">
31
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
35
  <block after="product_additional_data" type="review/product_view_list" name="product.info.product_additional_data2" as="reviews" template="avisverifies/catalogProductList.phtml"/>
36
  </reference>
37
  </catalog_product_view>
38
+ <!--!!!!-->
 
39
  <catalog_category_view>
40
  <reference name="head">
41
  <block name="avisverifies_css" type="core/template" template="avisverifies/css.phtml"/>
42
  </reference>
43
  </catalog_category_view>
44
+ <!--Checkout process-->
 
45
  <checkout_track>
46
  <reference name="content">
47
  <block type="avisverifies/observers_checkout" name="avisverifies.observers.checkout" template="avisverifies/observers/checkout.phtml"/>
48
  </reference>
49
  </checkout_track>
50
+ <!--Checkout process-->
51
  </layout>
app/design/frontend/default/default/template/avisverifies/admin/checkinstallation.phtml CHANGED
@@ -86,7 +86,7 @@
86
  </table>
87
  <?php endif; ?>
88
  </div>
89
-
90
  <div class="content-header">
91
  <table cellspacing="0" class="grid-header">
92
  <tr>
@@ -104,43 +104,43 @@
104
  <fieldset id="my-fieldset">
105
  <table cellspacing="1" class="form-list">
106
  <tr>
107
- <td class="label"><?php echo $this->__('Perform a re-installation of the module tables')?></td>
108
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="yes" /><?php echo $this->__('Yes')?></td>
109
  <td>&nbsp;&nbsp;&nbsp;</td>
110
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="no" /><?php echo $this->__('No')?></td>
111
  </tr>
112
  </table>
113
  </fieldset>
114
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Flag orders to 1')?></h4>
115
  <fieldset id="my-fieldset">
116
  <table cellspacing="1" class="form-list">
117
  <tr>
118
- <td class="label"><?php echo $this->__('Flag all orders to 1')?></td>
119
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="yes" /><?php echo $this->__('Yes')?></td>
120
  <td>&nbsp;&nbsp;&nbsp;</td>
121
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="no" /><?php echo $this->__('No')?></td>
122
  </tr>
123
  </table>
124
  </fieldset>
125
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Add missing fields')?></h4>
126
  <fieldset id="my-fieldset">
127
  <table cellspacing="1" class="form-list">
128
  <tr>
129
- <td class="label"><?php echo $this->__('Add missing fields')?></td>
130
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="yes" /><?php echo $this->__('Yes')?></td>
131
  <td>&nbsp;&nbsp;&nbsp;</td>
132
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="no" /><?php echo $this->__('No')?></td>
133
  </tr>
134
  </table>
135
  </fieldset>
136
- <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Fix fields type')?></h4>
137
  <fieldset id="my-fieldset">
138
  <table cellspacing="1" class="form-list">
139
  <tr>
140
- <td class="label"><?php echo $this->__('Fix fields type')?></td>
141
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="yes" /><?php echo $this->__('Yes')?></td>
142
  <td>&nbsp;&nbsp;&nbsp;</td>
143
- <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="no" /><?php echo $this->__('No')?></td>
144
  </tr>
145
  </table>
146
  </fieldset>
@@ -148,11 +148,22 @@
148
  <fieldset id="my-fieldset">
149
  <table cellspacing="1" class="form-list">
150
  <tr>
151
- <td class="label"><?php echo $this->__('check order configuration parent child relation')?></td>
152
  <td class="input-ele"><input type="text" class="input-text" name="debug[order]" /></td>
153
  </tr>
154
  </table>
155
  </fieldset>
 
 
 
 
 
 
 
 
 
 
 
156
  </form>
157
  </div>
158
  <script type="text/javascript">
86
  </table>
87
  <?php endif; ?>
88
  </div>
89
+ <style>.form-list td.label{ width: 390px;}</style>
90
  <div class="content-header">
91
  <table cellspacing="0" class="grid-header">
92
  <tr>
104
  <fieldset id="my-fieldset">
105
  <table cellspacing="1" class="form-list">
106
  <tr>
107
+ <td class="label"><?php echo $this->__('Perform a re-installation of the module tables (Reviews & Average)')?></td>
108
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="yes" /><?php echo $this->__('Yes')?></td>
109
  <td>&nbsp;&nbsp;&nbsp;</td>
110
  <td class="input-ele"><input type="radio" class="input-radio" name="debug[reinstall]" value="no" /><?php echo $this->__('No')?></td>
111
  </tr>
112
  </table>
113
  </fieldset>
114
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Add missing fields')?></h4>
115
  <fieldset id="my-fieldset">
116
  <table cellspacing="1" class="form-list">
117
  <tr>
118
+ <td class="label"><?php echo $this->__('Add missing fields (AV_Flag & AV_Horodate_Get) To orders Table')?></td>
119
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="yes" /><?php echo $this->__('Yes')?></td>
120
  <td>&nbsp;&nbsp;&nbsp;</td>
121
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[fields]" value="no" /><?php echo $this->__('No')?></td>
122
  </tr>
123
  </table>
124
  </fieldset>
125
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Fix primary key field')?></h4>
126
  <fieldset id="my-fieldset">
127
  <table cellspacing="1" class="form-list">
128
  <tr>
129
+ <td class="label"><?php echo $this->__('Fix primary key field in module tables (Reviews & Average) ')?></td>
130
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="yes" /><?php echo $this->__('Yes')?></td>
131
  <td>&nbsp;&nbsp;&nbsp;</td>
132
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[UpdateFields]" value="no" /><?php echo $this->__('No')?></td>
133
  </tr>
134
  </table>
135
  </fieldset>
136
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Flag orders to 1')?></h4>
137
  <fieldset id="my-fieldset">
138
  <table cellspacing="1" class="form-list">
139
  <tr>
140
+ <td class="label"><?php echo $this->__('Flag all orders to 1, our system will not read them.')?></td>
141
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="yes" /><?php echo $this->__('Yes')?></td>
142
  <td>&nbsp;&nbsp;&nbsp;</td>
143
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[flag]" value="no" /><?php echo $this->__('No')?></td>
144
  </tr>
145
  </table>
146
  </fieldset>
148
  <fieldset id="my-fieldset">
149
  <table cellspacing="1" class="form-list">
150
  <tr>
151
+ <td class="label"><?php echo $this->__('check order configuration, to check parent child relation')?></td>
152
  <td class="input-ele"><input type="text" class="input-text" name="debug[order]" /></td>
153
  </tr>
154
  </table>
155
  </fieldset>
156
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Reset all module configuration page')?></h4>
157
+ <fieldset id="my-fieldset">
158
+ <table cellspacing="1" class="form-list">
159
+ <tr>
160
+ <td class="label"><?php echo $this->__('Reset all module configuration page')?></td>
161
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[resetConfiguration]" value="yes" /><?php echo $this->__('Yes')?></td>
162
+ <td>&nbsp;&nbsp;&nbsp;</td>
163
+ <td class="input-ele"><input type="radio" class="input-radio" name="debug[resetConfiguration]" value="no" /><?php echo $this->__('No')?></td>
164
+ </tr>
165
+ </table>
166
+ </fieldset>
167
  </form>
168
  </div>
169
  <script type="text/javascript">
app/design/frontend/default/default/template/avisverifies/list.phtml CHANGED
@@ -68,7 +68,7 @@
68
  </div>
69
  <div class="clear"></div>
70
  </div>
71
- <?php else: ?>
72
  <div class="box-collateral box-reviews" id="customer-reviews">
73
  <div id="idTabavisverifies">
74
  <div id="headerAV">
68
  </div>
69
  <div class="clear"></div>
70
  </div>
71
+ <?php elseif(Mage::helper('avisverifies/Data')->showNoReviewsMessage()): ?>
72
  <div class="box-collateral box-reviews" id="customer-reviews">
73
  <div id="idTabavisverifies">
74
  <div id="headerAV">
app/design/frontend/default/default/template/avisverifies/pagination.phtml CHANGED
@@ -69,4 +69,11 @@
69
  <?php endif; ?>
70
  </div>
71
  <?php endforeach; ?>
 
 
 
 
 
 
 
72
  <?php endif; ?>
69
  <?php endif; ?>
70
  </div>
71
  <?php endforeach; ?>
72
+ <script>
73
+ window.avisVerifies.jQuery('document').ready(function(){
74
+ window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
75
+ window.avisVerifies.scrollTo();
76
+ });
77
+ });
78
+ </script>
79
  <?php endif; ?>
app/design/frontend/default/default/template/avisverifies/review/helper/product_summary.phtml CHANGED
@@ -6,9 +6,10 @@
6
  <?php $statsProduct = $o_av->getStatsProduct(); ?>
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
- <?php $href = (Mage::getStoreConfig('avisverifies/extra/addReviewToProductPage'))? "javascript:window.avisVerifies.scrollTo()" : $this->getReviewsUrl(TRUE) ?>
 
10
  <?php if($countReviews): ?>
11
- <?php if(!Mage::getStoreConfig('avisverifies/extra/productLightWidget')): ?>
12
  <div id="av_product_award">
13
  <div id="top">
14
  <div class="ratingWrapper">
6
  <?php $statsProduct = $o_av->getStatsProduct(); ?>
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
+ <?php // either we have a link to the reviews page , or we have scroll to link?>
10
+ <?php $href = (Mage::getStoreConfig('avisverifies/extra/add_review_to_product_page'))? "javascript:window.avisVerifies.scrollTo()" : $this->getReviewsUrl(TRUE); ?>
11
  <?php if($countReviews): ?>
12
+ <?php if(!Mage::getStoreConfig('avisverifies/extra/product_light_widget')): ?>
13
  <div id="av_product_award">
14
  <div id="top">
15
  <div class="ratingWrapper">
app/design/frontend/default/default/template/avisverifies/review/helper/review_summary.phtml CHANGED
@@ -7,7 +7,7 @@
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
  <?php if($countReviews): ?>
10
- <?php if(!Mage::getStoreConfig('avisverifies/extra/productLightWidget')): ?>
11
  <div id="av_product_award">
12
  <div id="top">
13
  <div class="ratingWrapper">
7
  <?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
8
  <?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
9
  <?php if($countReviews): ?>
10
+ <?php if(!Mage::getStoreConfig('avisverifies/extra/product_light_widget')): ?>
11
  <div id="av_product_award">
12
  <div id="top">
13
  <div class="ratingWrapper">
app/locale/en_AU/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Export Settings"
2
+ "Choose the website to export these orders","Choose the website to export these orders"
3
+ "Run Export CSV","Run Export CSV"
4
+ "Yes","Yes"
5
+ "No","No"
6
+ "Until","Until"
7
+ "1 week","1 week"
8
+ "2 weeks","2 weeks"
9
+ "1 month","1 month"
10
+ "2 months","2 months"
11
+ "3 months","3 months"
12
+ "4 months","4 months"
13
+ "5 months","5 months"
14
+ "6 months","6 months"
15
+ "7 months","7 months"
16
+ "8 months","8 months"
17
+ "9 months","9 months"
18
+ "10 months","10 months"
19
+ "11 months","11 months"
20
+ "12 months","12 months"
21
+ "Request product\'s review?","Request product\'s review?"
22
+ "Verified Reviews Tabs","Verified Reviews Tabs"
23
+ "Export","Export"
24
+ "Verified Reviews Form","Verified Reviews Form"
25
+ "version","version"
26
+ "Form","Form"
27
+ "VerifiedReviews","VerifiedReviews"
28
+ "Management","Management"
29
+ "Configuration","Configuration"
30
+ "Check Installation","Check Installation"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set"
32
+ "System integration","System integration"
33
+ "Enable Module on this Website","Enable Module on this Website"
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration"
35
+ "IdWebsite","IdWebsite"
36
+ "Secret Key","Secret Key"
37
+ "Table Name","Table Name"
38
+ "Status","Status"
39
+ "Number of reviews","Number of reviews"
40
+ "Average rating","Average rating"
41
+ "View the trust certificate","View the trust certificate"
42
+ "More Reviews...","More Reviews..."
43
+ "Product Reviews","Product Reviews"
44
+ "No reviews for this product.","No reviews for this product."
45
+ "the","the"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Comments of"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderator"
50
+ "on","on"
51
+ "Show conversation","Show conversation"
52
+ "Hide conversation","Hide conversation"
53
+ "%d Review(s)","%d Review(s)"
54
+ "%d Review","%d Review"
55
+ "%d Reviews","%d Reviews"
56
+ "See the review(s)","See the review(s)"
app/locale/en_CA/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Export Settings"
2
+ "Choose the website to export these orders","Choose the website to export these orders"
3
+ "Run Export CSV","Run Export CSV"
4
+ "Yes","Yes"
5
+ "No","No"
6
+ "Until","Until"
7
+ "1 week","1 week"
8
+ "2 weeks","2 weeks"
9
+ "1 month","1 month"
10
+ "2 months","2 months"
11
+ "3 months","3 months"
12
+ "4 months","4 months"
13
+ "5 months","5 months"
14
+ "6 months","6 months"
15
+ "7 months","7 months"
16
+ "8 months","8 months"
17
+ "9 months","9 months"
18
+ "10 months","10 months"
19
+ "11 months","11 months"
20
+ "12 months","12 months"
21
+ "Request product\'s review?","Request product\'s review?"
22
+ "Verified Reviews Tabs","Verified Reviews Tabs"
23
+ "Export","Export"
24
+ "Verified Reviews Form","Verified Reviews Form"
25
+ "version","version"
26
+ "Form","Form"
27
+ "VerifiedReviews","VerifiedReviews"
28
+ "Management","Management"
29
+ "Configuration","Configuration"
30
+ "Check Installation","Check Installation"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set"
32
+ "System integration","System integration"
33
+ "Enable Module on this Website","Enable Module on this Website"
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration"
35
+ "IdWebsite","IdWebsite"
36
+ "Secret Key","Secret Key"
37
+ "Table Name","Table Name"
38
+ "Status","Status"
39
+ "Number of reviews","Number of reviews"
40
+ "Average rating","Average rating"
41
+ "View the trust certificate","View the trust certificate"
42
+ "More Reviews...","More Reviews..."
43
+ "Product Reviews","Product Reviews"
44
+ "No reviews for this product.","No reviews for this product."
45
+ "the","the"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Comments of"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderator"
50
+ "on","on"
51
+ "Show conversation","Show conversation"
52
+ "Hide conversation","Hide conversation"
53
+ "%d Review(s)","%d Review(s)"
54
+ "%d Review","%d Review"
55
+ "%d Reviews","%d Reviews"
56
+ "See the review(s)","See the review(s)"
app/locale/en_NZ/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Export Settings"
2
+ "Choose the website to export these orders","Choose the website to export these orders"
3
+ "Run Export CSV","Run Export CSV"
4
+ "Yes","Yes"
5
+ "No","No"
6
+ "Until","Until"
7
+ "1 week","1 week"
8
+ "2 weeks","2 weeks"
9
+ "1 month","1 month"
10
+ "2 months","2 months"
11
+ "3 months","3 months"
12
+ "4 months","4 months"
13
+ "5 months","5 months"
14
+ "6 months","6 months"
15
+ "7 months","7 months"
16
+ "8 months","8 months"
17
+ "9 months","9 months"
18
+ "10 months","10 months"
19
+ "11 months","11 months"
20
+ "12 months","12 months"
21
+ "Request product\'s review?","Request product\'s review?"
22
+ "Verified Reviews Tabs","Verified Reviews Tabs"
23
+ "Export","Export"
24
+ "Verified Reviews Form","Verified Reviews Form"
25
+ "version","version"
26
+ "Form","Form"
27
+ "VerifiedReviews","VerifiedReviews"
28
+ "Management","Management"
29
+ "Configuration","Configuration"
30
+ "Check Installation","Check Installation"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set"
32
+ "System integration","System integration"
33
+ "Enable Module on this Website","Enable Module on this Website"
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration"
35
+ "IdWebsite","IdWebsite"
36
+ "Secret Key","Secret Key"
37
+ "Table Name","Table Name"
38
+ "Status","Status"
39
+ "Number of reviews","Number of reviews"
40
+ "Average rating","Average rating"
41
+ "View the trust certificate","View the trust certificate"
42
+ "More Reviews...","More Reviews..."
43
+ "Product Reviews","Product Reviews"
44
+ "No reviews for this product.","No reviews for this product."
45
+ "the","the"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Comments of"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderator"
50
+ "on","on"
51
+ "Show conversation","Show conversation"
52
+ "Hide conversation","Hide conversation"
53
+ "%d Review(s)","%d Review(s)"
54
+ "%d Review","%d Review"
55
+ "%d Reviews","%d Reviews"
56
+ "See the review(s)","See the review(s)"
app/locale/es_CL/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Configuración de exportación"
2
+ "Choose the website to export these orders","Elige el sitio web para exportar los pedidos"
3
+ "Run Export CSV","Exportar CSV"
4
+ "Yes", "Sí"
5
+ "No", "No"
6
+ "Until","Pedidos desde"
7
+ "1 week", "1 semana"
8
+ "2 weeks", "2 semanas"
9
+ "1 month", "1 mes"
10
+ "2 months", "2 meses"
11
+ "3 months", "3 meses"
12
+ "4 months", "4 meses"
13
+ "5 months", "5 meses"
14
+ "6 months", "6 meses"
15
+ "7 months", "7 meses"
16
+ "8 months", "8 meses"
17
+ "9 months", "9 meses"
18
+ "10 months", "10 meses"
19
+ "11 months", "11 meses"
20
+ "12 months", "12 meses"
21
+ "Request product\'s review?","¿Quieres solicitar la opinion de los productos?"
22
+ "Verified Reviews Tabs","Pestaña Opiniones Verificadas"
23
+ "Export","Exportar"
24
+ "Verified Reviews Form","Formulario Opiniones Verificadas"
25
+ "version","version"
26
+ "Form","Formulario"
27
+ "VerifiedReviews","Opiniones-Verificadas"
28
+ "Management","Gestión"
29
+ "Configuration","Configuración"
30
+ "Check Installation","Verificar instalación"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
32
+ "System integration","Integración del sistema"
33
+ "Enable Module on this Website","Habilitar el módulo en el sitio web."
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
35
+ "IdWebsite","Id de la web"
36
+ "Secret Key","Clave secreta"
37
+ "Table Name","Nombre de la tabla"
38
+ "Status","Estatuto"
39
+ "Number of reviews","Núm. de opiniones"
40
+ "Average rating","Valor medio"
41
+ "View the trust certificate","Ver el certificado"
42
+ "More Reviews...","Más comentarios..."
43
+ "Product Reviews","Valoración de los productos"
44
+ "No reviews for this product.","No hay ninguna opinión para este producto."
45
+ "the","el"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Opinión de"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderador"
50
+ "on","en"
51
+ "Show conversation","Ver las conversaciones"
52
+ "Hide conversation","Ocultar las conversaciones"
53
+ "%d Review(s)","%d Opiniones"
54
+ "%d Review","%d Opiniones"
55
+ "%d Reviews","%d Opiniones"
56
+ "See the review(s)","Ver las Opiniones"
app/locale/es_CO/avisverifies.csv CHANGED
@@ -43,7 +43,7 @@
43
  "Product Reviews","Valoración de los productos"
44
  "No reviews for this product.","No hay ninguna opinión para este producto."
45
  "the","el"
46
- "d/m/Y","d/m/A"
47
  "Comments of","Opinión de"
48
  "Webmaster","Webmaster"
49
  "Moderator","Moderador"
43
  "Product Reviews","Valoración de los productos"
44
  "No reviews for this product.","No hay ninguna opinión para este producto."
45
  "the","el"
46
+ "d/m/Y","d/m/Y"
47
  "Comments of","Opinión de"
48
  "Webmaster","Webmaster"
49
  "Moderator","Moderador"
app/locale/es_ES/avisverifies.csv CHANGED
@@ -43,7 +43,7 @@
43
  "Product Reviews","Valoración de los productos"
44
  "No reviews for this product.","No hay ninguna opinión para este producto."
45
  "the","el"
46
- "d/m/Y","d/m/A"
47
  "Comments of","Opinión de"
48
  "Webmaster","Webmaster"
49
  "Moderator","Moderador"
43
  "Product Reviews","Valoración de los productos"
44
  "No reviews for this product.","No hay ninguna opinión para este producto."
45
  "the","el"
46
+ "d/m/Y","d/m/Y"
47
  "Comments of","Opinión de"
48
  "Webmaster","Webmaster"
49
  "Moderator","Moderador"
app/locale/es_MX/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Configuración de exportación"
2
+ "Choose the website to export these orders","Elige el sitio web para exportar los pedidos"
3
+ "Run Export CSV","Exportar CSV"
4
+ "Yes", "Sí"
5
+ "No", "No"
6
+ "Until","Pedidos desde"
7
+ "1 week", "1 semana"
8
+ "2 weeks", "2 semanas"
9
+ "1 month", "1 mes"
10
+ "2 months", "2 meses"
11
+ "3 months", "3 meses"
12
+ "4 months", "4 meses"
13
+ "5 months", "5 meses"
14
+ "6 months", "6 meses"
15
+ "7 months", "7 meses"
16
+ "8 months", "8 meses"
17
+ "9 months", "9 meses"
18
+ "10 months", "10 meses"
19
+ "11 months", "11 meses"
20
+ "12 months", "12 meses"
21
+ "Request product\'s review?","¿Quieres solicitar la opinion de los productos?"
22
+ "Verified Reviews Tabs","Pestaña Opiniones Verificadas"
23
+ "Export","Exportar"
24
+ "Verified Reviews Form","Formulario Opiniones Verificadas"
25
+ "version","version"
26
+ "Form","Formulario"
27
+ "VerifiedReviews","Opiniones-Verificadas"
28
+ "Management","Gestión"
29
+ "Configuration","Configuración"
30
+ "Check Installation","Verificar instalación"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
32
+ "System integration","Integración del sistema"
33
+ "Enable Module on this Website","Habilitar el módulo en el sitio web."
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
35
+ "IdWebsite","Id de la web"
36
+ "Secret Key","Clave secreta"
37
+ "Table Name","Nombre de la tabla"
38
+ "Status","Estatuto"
39
+ "Number of reviews","Núm. de opiniones"
40
+ "Average rating","Valor medio"
41
+ "View the trust certificate","Ver el certificado"
42
+ "More Reviews...","Más comentarios..."
43
+ "Product Reviews","Valoración de los productos"
44
+ "No reviews for this product.","No hay ninguna opinión para este producto."
45
+ "the","el"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Opinión de"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderador"
50
+ "on","en"
51
+ "Show conversation","Ver las conversaciones"
52
+ "Hide conversation","Ocultar las conversaciones"
53
+ "%d Review(s)","%d Opiniones"
54
+ "%d Review","%d Opiniones"
55
+ "%d Reviews","%d Opiniones"
56
+ "See the review(s)","Ver las Opiniones"
app/locale/es_PE/avisverifies.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Export Settings","Configuración de exportación"
2
+ "Choose the website to export these orders","Elige el sitio web para exportar los pedidos"
3
+ "Run Export CSV","Exportar CSV"
4
+ "Yes", "Sí"
5
+ "No", "No"
6
+ "Until","Pedidos desde"
7
+ "1 week", "1 semana"
8
+ "2 weeks", "2 semanas"
9
+ "1 month", "1 mes"
10
+ "2 months", "2 meses"
11
+ "3 months", "3 meses"
12
+ "4 months", "4 meses"
13
+ "5 months", "5 meses"
14
+ "6 months", "6 meses"
15
+ "7 months", "7 meses"
16
+ "8 months", "8 meses"
17
+ "9 months", "9 meses"
18
+ "10 months", "10 meses"
19
+ "11 months", "11 meses"
20
+ "12 months", "12 meses"
21
+ "Request product\'s review?","¿Quieres solicitar la opinion de los productos?"
22
+ "Verified Reviews Tabs","Pestaña Opiniones Verificadas"
23
+ "Export","Exportar"
24
+ "Verified Reviews Form","Formulario Opiniones Verificadas"
25
+ "version","version"
26
+ "Form","Formulario"
27
+ "VerifiedReviews","Opiniones-Verificadas"
28
+ "Management","Gestión"
29
+ "Configuration","Configuración"
30
+ "Check Installation","Verificar instalación"
31
+ "You must set the configuration VerifiedReviews according to a website module. Select from the list on the left, the website that you want to set","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
32
+ "System integration","Integración del sistema"
33
+ "Enable Module on this Website","Habilitar el módulo en el sitio web."
34
+ "By activating the module, you will reap your reviews sites. To harvest the products reviews, go to the last part of the configuration","Al activar el módulo, comenzarás a recuperar las opiniones para este sitio. Para recuperar las opiniones de los productos continua con la configuración"
35
+ "IdWebsite","Id de la web"
36
+ "Secret Key","Clave secreta"
37
+ "Table Name","Nombre de la tabla"
38
+ "Status","Estatuto"
39
+ "Number of reviews","Núm. de opiniones"
40
+ "Average rating","Valor medio"
41
+ "View the trust certificate","Ver el certificado"
42
+ "More Reviews...","Más comentarios..."
43
+ "Product Reviews","Valoración de los productos"
44
+ "No reviews for this product.","No hay ninguna opinión para este producto."
45
+ "the","el"
46
+ "d/m/Y","d/m/Y"
47
+ "Comments of","Opinión de"
48
+ "Webmaster","Webmaster"
49
+ "Moderator","Moderador"
50
+ "on","en"
51
+ "Show conversation","Ver las conversaciones"
52
+ "Hide conversation","Ocultar las conversaciones"
53
+ "%d Review(s)","%d Opiniones"
54
+ "%d Review","%d Opiniones"
55
+ "%d Reviews","%d Opiniones"
56
+ "See the review(s)","Ver las Opiniones"
app/locale/fr_FR/avisverifies.csv CHANGED
@@ -41,7 +41,7 @@
41
  "Check orders Table","Check orders Table"
42
  "Number of reviews","Nombre d'avis"
43
  "Average rating","Note moyenne"
44
- "View the trust certificate","Afficher le certificat de confiance"
45
  "More Reviews...","Plus de commentaires..."
46
  "Product Reviews","Evaluations produits"
47
  "No reviews for this product.","Aucun avis n'a encore été laissé sur ce produit."
41
  "Check orders Table","Check orders Table"
42
  "Number of reviews","Nombre d'avis"
43
  "Average rating","Note moyenne"
44
+ "View the trust certificate","Afficher l'attestation de confiance"
45
  "More Reviews...","Plus de commentaires..."
46
  "Product Reviews","Evaluations produits"
47
  "No reviews for this product.","Aucun avis n'a encore été laissé sur ce produit."
app/locale/pt_PT/avisverifies.csv CHANGED
@@ -42,7 +42,7 @@
42
  "Product Reviews,"Opiniões dos produtos"
43
  "No reviews for this product.,"Não há opiniões para este produto."
44
  "the,"O"
45
- "d/m/Y,"d/m/a"
46
  "Comments of,"Comentários de"
47
  "Webmaster,"Webmaster"
48
  "Moderator,"Mediador"
42
  "Product Reviews,"Opiniões dos produtos"
43
  "No reviews for this product.,"Não há opiniões para este produto."
44
  "the,"O"
45
+ "d/m/Y,"d/m/Y"
46
  "Comments of,"Comentários de"
47
  "Webmaster,"Webmaster"
48
  "Moderator,"Mediador"
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AvisVerifies</name>
4
- <version>2.6.5.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Avis Verifies vous permet de recolter l'avis des clients sur votre site ecommerce.</summary>
10
  <description>Avis Verifies vous permet de recolter l'avis de vos clients suite &#xE0; leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant &#xE0; r&#xE9;colter les avis de vos clients.</description>
11
- <notes>La version 2.6.5.5 est stable.</notes>
12
  <authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@verified-reviews.com</email></author><author><name>R&#xE9;mi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
13
- <date>2015-01-22</date>
14
- <time>16:02:31</time>
15
- <contents><target name="magelocal"><dir name="Netreviews"><dir name="Avisverifies"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Export"><file name="Export.php" hash="edc3da1044e62fbd31b8b226620ccb5e"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="4418155485abf1f945180c15e5777af9"/></dir><dir name="Rating"><dir name="Entity"><file name="Detailed.php" hash="9b5ff09d8117b255024cfe71e2467129"/></dir></dir><dir name="Review"><dir name="Product"><dir name="View"><file name="List.php" hash="b0f2b551d04ed178262362ed7c15bb96"/></dir></dir><file name="Helper.php" hash="7ba17d6a69fa915b0e845713487d918c"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="b03c7baafab21260e8ac55b42a98a32c"/><file name="Export.php" hash="3f7c84159825ec961e58e85fbc19e6b0"/><file name="Install.php" hash="c10b694a5af4b6c9fb95352f95bb1f71"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Average"><file name="Collection.php" hash="4255bd6ef8fdd2b7c6ee0632962286ed"/></dir><dir name="Reviews"><file name="Collection.php" hash="4187377e5fca20a959bfeceec88713ff"/></dir><file name="Average.php" hash="008a4558e9991d5ea04601c98a836480"/><file name="Reviews.php" hash="e6fccb35502c0acf635aab593d2a0beb"/></dir><dir name="Observers"><dir name="Checkout"><file name="Track.php" hash="26a1ee180faf1f7ba3a87f0dcc8cd5af"/></dir><dir name="Product"><file name="List.php" hash="2cc654ca31d9f5a0c707cf888727b5da"/></dir><file name="System.php" hash="8d939ee12131f4c595859a490d6b9432"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Reviews.php" hash="3456e14be1bdb7cc9d0fd14f167a2aba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="dfa38001fa0739c286d3f28f1c1a2b24"/></dir><file name="DialogController.php" hash="56ae8a3b58ff36ab40d49601d40385c3"/><file name="IndexController.php" hash="d20950a3296c6b726c959ad08f2780ed"/></dir><dir name="etc"><file name="config.xml" hash="116304ae131650e83160e98495399929"/><file name="system.xml" hash="6baa5dfdf88ce9f65159cdde44c87d6c"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="391054915593dfed2a34e64e0729ad1c"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netreviews_Avisverifies.xml" hash="2369bd341056eb0304a546e27ad07306"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="9c5f62c9f03a7a4e1d8f281f1cc5278c"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="466c17fd7ba29e25c8f219422b180c0e"/><file name="review_summary.phtml" hash="d02014e52de328999557d92482cf3d9f"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="407e1c4cbf34ee3484c9d4e704e2bf48"/><file name="pagination.phtml" hash="5af9118e98f41e959b8bc14e6a1b7b3f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="72e8fd9167b46df87de4c1eedcbec29f"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="9c5f62c9f03a7a4e1d8f281f1cc5278c"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="466c17fd7ba29e25c8f219422b180c0e"/><file name="review_summary.phtml" hash="d02014e52de328999557d92482cf3d9f"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="407e1c4cbf34ee3484c9d4e704e2bf48"/><file name="pagination.phtml" hash="5af9118e98f41e959b8bc14e6a1b7b3f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="72e8fd9167b46df87de4c1eedcbec29f"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="avisverifies.csv" hash="37402797f28e69c5f25000ce09074f55"/></dir><dir name="en_US"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="es_ES"><file name="avisverifies.csv" hash="4efff3ee9d885ed7eb4e9144015e1217"/></dir><dir name="fr_FR"><file name="avisverifies.csv" hash="53b96dda5d24de710e091406be481be4"/></dir><dir name="nl_NL"><file name="avisverifies.csv" hash="53b96dda5d24de710e091406be481be4"/></dir><dir name="pt_PT"><file name="avisverifies.csv" hash="9163ca25902ec36ffa458cd7fd616063"/></dir><dir name="en_GB"><file name="avisverifies.csv" hash="c624e356f31a47e6fae3551d3741ad09"/></dir><dir name="it_IT"><file name="avisverifies.csv" hash="895920aabb6a63638bc8fb4d2bf1c506"/></dir><dir name="es_CO"><file name="avisverifies.csv" hash="4efff3ee9d885ed7eb4e9144015e1217"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AvisVerifies</name>
4
+ <version>2.6.5.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Avis Verifies vous permet de recolter l'avis des clients sur votre site ecommerce.</summary>
10
  <description>Avis Verifies vous permet de recolter l'avis de vos clients suite &#xE0; leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant &#xE0; r&#xE9;colter les avis de vos clients.</description>
11
+ <notes>La version 2.6.5.6 est stable.</notes>
12
  <authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@verified-reviews.com</email></author><author><name>R&#xE9;mi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
13
+ <date>2015-05-25</date>
14
+ <time>08:17:38</time>
15
+ <contents><target name="magelocal"><dir name="Netreviews"><dir name="Avisverifies"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Export"><file name="Export.php" hash="deb9a6d151049fb2f6eb05e0586318fb"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="4418155485abf1f945180c15e5777af9"/></dir><dir name="Rating"><dir name="Entity"><file name="Detailed.php" hash="9b5ff09d8117b255024cfe71e2467129"/></dir></dir><dir name="Review"><dir name="Product"><dir name="View"><file name="List.php" hash="b0f2b551d04ed178262362ed7c15bb96"/></dir></dir><file name="Helper.php" hash="55317c7a83a57b8a80c69086b3a2a8bd"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="ff5da25c6d93640c8b7d221dc1b8d74e"/><file name="Export.php" hash="4da526c901dc082bffef722efaadcac8"/><file name="Install.php" hash="8b89529b7242f47fba1e24a89dea3aaa"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Average"><file name="Collection.php" hash="4255bd6ef8fdd2b7c6ee0632962286ed"/></dir><dir name="Reviews"><file name="Collection.php" hash="4187377e5fca20a959bfeceec88713ff"/></dir><file name="Average.php" hash="008a4558e9991d5ea04601c98a836480"/><file name="Reviews.php" hash="e6fccb35502c0acf635aab593d2a0beb"/></dir><dir name="Observers"><dir name="Checkout"><file name="Track.php" hash="26a1ee180faf1f7ba3a87f0dcc8cd5af"/></dir><dir name="Product"><file name="List.php" hash="2cc654ca31d9f5a0c707cf888727b5da"/></dir><file name="System.php" hash="e37df265583c44f7bb0973f651d3cef6"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Reviews.php" hash="3456e14be1bdb7cc9d0fd14f167a2aba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="720671e57ea4e92b8018f20389ff61eb"/></dir><file name="DialogController.php" hash="24c30a8eb48ca0ba058d5bac84a821c6"/><file name="IndexController.php" hash="d20950a3296c6b726c959ad08f2780ed"/></dir><dir name="etc"><file name="config.xml" hash="1d66ad03e33b03c236d51dc456828f2b"/><file name="system.xml" hash="6190cc0d373e4ba17bff1c646723f769"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="391054915593dfed2a34e64e0729ad1c"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netreviews_Avisverifies.xml" hash="2369bd341056eb0304a546e27ad07306"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="a8dd97a542dd27253a9bc1d7ab57e986"/><file name="pagination.phtml" hash="e1f3a1614a0d62e47a75d67a9ef59b1f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="a8dd97a542dd27253a9bc1d7ab57e986"/><file name="pagination.phtml" hash="e1f3a1614a0d62e47a75d67a9ef59b1f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="avisverifies.csv" hash="37402797f28e69c5f25000ce09074f55"/></dir><dir name="en_US"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="es_ES"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="fr_FR"><file name="avisverifies.csv" hash="7c5090082d6734e13b18dfd771ebf960"/></dir><dir name="nl_NL"><file name="avisverifies.csv" hash="53b96dda5d24de710e091406be481be4"/></dir><dir name="pt_PT"><file name="avisverifies.csv" hash="82cf1a5134272c032a034cac05aef792"/></dir><dir name="en_GB"><file name="avisverifies.csv" hash="c624e356f31a47e6fae3551d3741ad09"/></dir><dir name="it_IT"><file name="avisverifies.csv" hash="895920aabb6a63638bc8fb4d2bf1c506"/></dir><dir name="es_CO"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_CL"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_MX"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_PE"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="en_NZ"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_AU"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_CA"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
skin/frontend/base/default/images/avisverifies/Sceau_100en_AU.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_100en_CA.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_100en_NZ.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_100es_CL.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_100es_MX.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_100es_PE.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45en_AU.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45en_CA.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45en_NZ.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45es_CL.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45es_MX.png ADDED
Binary file
skin/frontend/base/default/images/avisverifies/Sceau_45es_PE.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100en_AU.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100en_CA.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100en_NZ.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100es_CL.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100es_MX.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_100es_PE.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45en_AU.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45en_CA.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45en_NZ.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45es_CL.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45es_MX.png ADDED
Binary file
skin/frontend/default/default/images/avisverifies/Sceau_45es_PE.png ADDED
Binary file