Version Notes
La version 2.6.5.1 est stable.
Download this release
Release Info
Developer | Magento Core Team |
Extension | AvisVerifies |
Version | 2.6.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.6.5 to 2.6.5.1
- app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Edit/Form.php +0 -18
- app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/Tabs.php +0 -27
- app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/index.php +0 -12
- app/code/local/Netreviews/Avisverifies/Block/Review/Helper.php +1 -15
- app/code/local/Netreviews/Avisverifies/Helper/Data.php +7 -8
- app/code/local/Netreviews/Avisverifies/Helper/Export.php +22 -3
- app/code/local/Netreviews/Avisverifies/controllers/Adminhtml/AvisverifiesController.php +10 -4
- app/code/local/Netreviews/Avisverifies/etc/config.xml +1 -1
- app/design/frontend/base/default/template/avisverifies/admin/export.phtml +26 -0
- app/design/frontend/base/default/template/avisverifies/admin/export_tab.phtml +13 -0
- app/design/frontend/base/default/template/avisverifies/catalogProductList.phtml +1 -0
- app/design/frontend/base/default/template/avisverifies/review/helper/summary.phtml +2 -2
- app/design/frontend/base/default/template/avisverifies/review/helper/summary_short.phtml +2 -2
- app/design/frontend/base/default/template/avisverifies/reviewProductList.phtml +1 -0
- app/design/frontend/default/default/template/avisverifies/admin/export.phtml +26 -0
- app/design/frontend/default/default/template/avisverifies/admin/export_tab.phtml +13 -0
- app/design/frontend/default/default/template/avisverifies/catalogProductList.phtml +1 -0
- app/design/frontend/default/default/template/avisverifies/review/helper/summary.phtml +2 -2
- app/design/frontend/default/default/template/avisverifies/review/helper/summary_short.phtml +2 -2
- app/design/frontend/default/default/template/avisverifies/reviewProductList.phtml +1 -0
- package.xml +5 -5
app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Edit/Form.php
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Netreviews_Avisverifies_Block_Adminhtml_Form_Edit_Form extends Mage_Adminhtml_Block_Widget_Form
|
3 |
-
{
|
4 |
-
protected function _prepareForm()
|
5 |
-
{
|
6 |
-
$form = new Varien_Data_Form(
|
7 |
-
array(
|
8 |
-
'id' => 'edit_form',
|
9 |
-
'action' => $this->getUrl('*/*/save'),
|
10 |
-
'method' => 'post',
|
11 |
-
)
|
12 |
-
);
|
13 |
-
|
14 |
-
$form->setUseContainer(true);
|
15 |
-
$this->setForm($form);
|
16 |
-
return parent::_prepareForm();
|
17 |
-
}
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/Tabs.php
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Netreviews_Avisverifies_Block_Adminhtml_Form_Export_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
|
3 |
-
{
|
4 |
-
public function __construct()
|
5 |
-
{
|
6 |
-
parent::__construct();
|
7 |
-
$this->setId('edit_home_tabs');
|
8 |
-
$this->setDestElementId('edit_form');
|
9 |
-
$this->setTitle(Mage::helper('avisverifies')->__('Verified Reviews Tabs'));
|
10 |
-
}
|
11 |
-
|
12 |
-
protected function _beforeToHtml()
|
13 |
-
{
|
14 |
-
$style = '<style>';
|
15 |
-
$style .= '#export_storetoexport{width: 274px !important;background-color: #DBDBDB;}';
|
16 |
-
$style .= '#export_websitetoexport{width: 274px !important;background-color: #DBDBDB;}';
|
17 |
-
$style .= '</style>';
|
18 |
-
$this->addTab('export', array(
|
19 |
-
'label' => Mage::helper('avisverifies')->__('Export'),
|
20 |
-
'title' => Mage::helper('avisverifies')->__('Export'),
|
21 |
-
'content' => $this->getLayout()->createBlock('adminhtml/system_config_switcher')->toHtml().
|
22 |
-
$this->getLayout()->createBlock('avisverifies/adminhtml_form_export_export')->toHtml().$style,
|
23 |
-
));
|
24 |
-
|
25 |
-
return parent::_beforeToHtml();
|
26 |
-
}
|
27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Netreviews/Avisverifies/Block/Adminhtml/Form/Export/index.php
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Netreviews_Avisverifies_Block_Adminhtml_Form_Export_Index extends Mage_Adminhtml_Block_Widget_Form_Container
|
3 |
-
{
|
4 |
-
public function __construct()
|
5 |
-
{
|
6 |
-
parent::__construct();
|
7 |
-
$this->_blockGroup = 'avisverifies';
|
8 |
-
$this->_controller = 'adminhtml_form';
|
9 |
-
$version = Mage::getConfig()->getNode()->modules->Netreviews_Avisverifies->version;
|
10 |
-
$this->_headerText = Mage::helper('avisverifies')->__('Verified Reviews Form');
|
11 |
-
}
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Netreviews/Avisverifies/Block/Review/Helper.php
CHANGED
@@ -32,19 +32,5 @@ class Netreviews_Avisverifies_Block_Review_Helper extends Mage_Review_Block_Help
|
|
32 |
else {
|
33 |
return parent::getSummaryHtml($product, $templateType, $displayIfNoReviews);
|
34 |
}
|
35 |
-
}
|
36 |
-
|
37 |
-
// add shorcut function for product id.
|
38 |
-
public function getProductId()
|
39 |
-
{
|
40 |
-
return $this->getProduct()->getId();
|
41 |
-
}
|
42 |
-
|
43 |
-
public function getProductSKU()
|
44 |
-
{
|
45 |
-
return $this->getProduct()->getSku();
|
46 |
-
}
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
}
|
32 |
else {
|
33 |
return parent::getSummaryHtml($product, $templateType, $displayIfNoReviews);
|
34 |
}
|
35 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
}
|
app/code/local/Netreviews/Avisverifies/Helper/Data.php
CHANGED
@@ -115,18 +115,17 @@ class Netreviews_Avisverifies_Helper_Data extends Mage_Core_Helper_Abstract{
|
|
115 |
$addReviewToProductPage = Mage::getStoreConfig('avisverifies/extra/addReviewToProductPage');
|
116 |
$pageType = Mage::app()->getRequest()->getControllerName();
|
117 |
$moduleName = Mage::app()->getRequest()->getModuleName();
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
elseif($pageType == 'review' && $moduleName = 'review') {
|
123 |
return true;
|
124 |
-
}
|
125 |
-
elseif($pageType == 'product' && $moduleName = '
|
126 |
return true;
|
127 |
}
|
128 |
else {
|
129 |
-
return
|
130 |
}
|
131 |
|
132 |
}
|
115 |
$addReviewToProductPage = Mage::getStoreConfig('avisverifies/extra/addReviewToProductPage');
|
116 |
$pageType = Mage::app()->getRequest()->getControllerName();
|
117 |
$moduleName = Mage::app()->getRequest()->getModuleName();
|
118 |
+
$action = Mage::app()->getRequest()->getActionName();
|
119 |
+
|
120 |
+
// review product page
|
121 |
+
if($pageType == 'product' && $moduleName = 'review' && $action == 'list'){
|
|
|
122 |
return true;
|
123 |
+
}// product page with configuration active
|
124 |
+
elseif($pageType == 'product' && $moduleName = 'catalog' && $action == 'view' && $addReviewToProductPage == 1) {
|
125 |
return true;
|
126 |
}
|
127 |
else {
|
128 |
+
return 0;
|
129 |
}
|
130 |
|
131 |
}
|
app/code/local/Netreviews/Avisverifies/Helper/Export.php
CHANGED
@@ -381,18 +381,37 @@ class Netreviews_Avisverifies_Helper_Export{
|
|
381 |
$table = $resource->getTableName('catalog/product_super_link');
|
382 |
$query = "SELECT * FROM $table";
|
383 |
$collection = $readConnection->fetchAll($query);
|
|
|
384 |
foreach ($collection as $val) {
|
385 |
-
if (isset($this->mapProductId[$val['product_id']]))
|
386 |
$this->mapProductId[$val['product_id']] = (int) $val['parent_id'];
|
|
|
387 |
}
|
388 |
// product link
|
389 |
$table = $resource->getTableName('catalog/product_link');
|
390 |
$query = "SELECT * FROM $table";
|
391 |
$collection = $readConnection->fetchAll($query);
|
392 |
foreach ($collection as $val) {
|
393 |
-
if (isset($this->mapProductId[$val['
|
394 |
-
$this->mapProductId[$val['
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
}
|
|
|
|
|
|
|
|
|
396 |
// continue algo
|
397 |
$tmp = $this->dataExport;
|
398 |
unset($tmp[0]); // 0 contain header info
|
381 |
$table = $resource->getTableName('catalog/product_super_link');
|
382 |
$query = "SELECT * FROM $table";
|
383 |
$collection = $readConnection->fetchAll($query);
|
384 |
+
// enfant parent
|
385 |
foreach ($collection as $val) {
|
386 |
+
if (isset($this->mapProductId[$val['product_id']])) {
|
387 |
$this->mapProductId[$val['product_id']] = (int) $val['parent_id'];
|
388 |
+
}
|
389 |
}
|
390 |
// product link
|
391 |
$table = $resource->getTableName('catalog/product_link');
|
392 |
$query = "SELECT * FROM $table";
|
393 |
$collection = $readConnection->fetchAll($query);
|
394 |
foreach ($collection as $val) {
|
395 |
+
if (isset($this->mapProductId[$val['linked_product_id']])) {
|
396 |
+
$this->mapProductId[$val['linked_product_id']] = (int) $val['product_id'];
|
397 |
+
}
|
398 |
+
}
|
399 |
+
|
400 |
+
try{
|
401 |
+
// product link
|
402 |
+
$table = $resource->getTableName('catalog/product_relation');
|
403 |
+
$query = "SELECT * FROM $table";
|
404 |
+
$collection = $readConnection->fetchAll($query);
|
405 |
+
foreach ($collection as $val) {
|
406 |
+
if (isset($this->mapProductId[$val['child_id']])) {
|
407 |
+
$this->mapProductId[$val['child_id']] = (int) $val['parent_id'];
|
408 |
+
}
|
409 |
+
}
|
410 |
}
|
411 |
+
catch (Exception $ex) {
|
412 |
+
// do nothing
|
413 |
+
}
|
414 |
+
|
415 |
// continue algo
|
416 |
$tmp = $this->dataExport;
|
417 |
unset($tmp[0]); // 0 contain header info
|
app/code/local/Netreviews/Avisverifies/controllers/Adminhtml/AvisverifiesController.php
CHANGED
@@ -10,11 +10,17 @@ class Netreviews_Avisverifies_Adminhtml_AvisverifiesController extends Mage_Admi
|
|
10 |
$this->_addBreadcrumb(Mage::helper('avisverifies')->__('Form'), Mage::helper('avisverifies')->__('Form'));
|
11 |
|
12 |
// add block to layout
|
13 |
-
$
|
14 |
-
$this->getLayout()->getBlock('content')->append($block);
|
15 |
|
16 |
-
$block = $
|
17 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
$this->renderLayout();
|
20 |
}
|
10 |
$this->_addBreadcrumb(Mage::helper('avisverifies')->__('Form'), Mage::helper('avisverifies')->__('Form'));
|
11 |
|
12 |
// add block to layout
|
13 |
+
$layout = $this->getLayout();
|
|
|
14 |
|
15 |
+
$block = $layout->createBlock('core/template');
|
16 |
+
$block->setData('area','frontend');
|
17 |
+
$block->setTemplate('avisverifies/admin/export.phtml');
|
18 |
+
$layout->getBlock('content')->append($block);
|
19 |
+
|
20 |
+
$block = $layout->createBlock('core/template');
|
21 |
+
$block->setData('area','frontend');
|
22 |
+
$block->setTemplate('avisverifies/admin/export_tab.phtml');
|
23 |
+
$layout->getBlock('left')->append($block);
|
24 |
|
25 |
$this->renderLayout();
|
26 |
}
|
app/code/local/Netreviews/Avisverifies/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<!-- General Config -->
|
4 |
<modules>
|
5 |
<Netreviews_Avisverifies>
|
6 |
-
<version>2.6.
|
7 |
</Netreviews_Avisverifies>
|
8 |
</modules>
|
9 |
<!-- General Config -->
|
3 |
<!-- General Config -->
|
4 |
<modules>
|
5 |
<Netreviews_Avisverifies>
|
6 |
+
<version>2.6.5.1</version>
|
7 |
</Netreviews_Avisverifies>
|
8 |
</modules>
|
9 |
<!-- General Config -->
|
app/design/frontend/base/default/template/avisverifies/admin/export.phtml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<style>
|
3 |
+
#export_storetoexport{width: 274px !important;background-color: #DBDBDB;}
|
4 |
+
#export_websitetoexport{width: 274px !important;background-color: #DBDBDB;}
|
5 |
+
</style>
|
6 |
+
|
7 |
+
<div class="content-header">
|
8 |
+
<table cellspacing="0" class="grid-header">
|
9 |
+
<tr>
|
10 |
+
<td><h3><?php echo $this->__('Verified Reviews Form') ?></h3></td>
|
11 |
+
<td class="a-right">
|
12 |
+
<button onclick="editForm.submit()" class="scalable save" type="button"><span><?php echo $this->__('Submit') ?></span></button>
|
13 |
+
</td>
|
14 |
+
</tr>
|
15 |
+
</table>
|
16 |
+
</div>
|
17 |
+
<div class="entry-edit">
|
18 |
+
<?php echo Mage::app()->getLayout()->createBlock('adminhtml/system_config_switcher')->toHtml() ?>
|
19 |
+
<form id="edit_form" name="edit_form" method="post" action="<?php echo $this->getUrl('*/*/save')?>">
|
20 |
+
<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
|
21 |
+
<?php echo Mage::app()->getLayout()->createBlock('avisverifies/adminhtml_form_export_export')->toHtml() ?>
|
22 |
+
</form>
|
23 |
+
</div>
|
24 |
+
<script type="text/javascript">
|
25 |
+
var editForm = new varienForm('edit_form');
|
26 |
+
</script>
|
app/design/frontend/base/default/template/avisverifies/admin/export_tab.phtml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<h3>
|
3 |
+
<?php echo $this->__('Verified Reviews Tabs') ?>
|
4 |
+
</h3>
|
5 |
+
<ul id="edit_home_tabs" class="tabs">
|
6 |
+
<li>
|
7 |
+
<a style="cursor: default;" id="edit_home_tabs_export" name="export" title="Exporter" class="tab-item-link active">
|
8 |
+
<span style="cursor: default;">
|
9 |
+
<?php echo $this->__('Export') ?>
|
10 |
+
</span>
|
11 |
+
</a>
|
12 |
+
</li>
|
13 |
+
</ul>
|
app/design/frontend/base/default/template/avisverifies/catalogProductList.phtml
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
|
|
8 |
<?php $o_av->idProduct = $ProductId; ?>
|
9 |
<?php $o_av->page = $p; ?>
|
10 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
8 |
+
<?php try{if(empty($ProductId)){$ProductId = $this->getParentBlock()->getProduct()->getId();}}catch (Exception $ex){};?>
|
9 |
<?php $o_av->idProduct = $ProductId; ?>
|
10 |
<?php $o_av->page = $p; ?>
|
11 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
app/design/frontend/base/default/template/avisverifies/review/helper/summary.phtml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display.?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
-
<?php $o_av->idProduct = $this->
|
5 |
-
<?php $o_av->skuProduct = $this->
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display.?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
+
<?php $o_av->idProduct = $this->getProduct()->getId(); ?>
|
5 |
+
<?php $o_av->skuProduct = $this->getProduct()->getSku(); ?>
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
app/design/frontend/base/default/template/avisverifies/review/helper/summary_short.phtml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display. ?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
-
<?php $o_av->idProduct = $this->
|
5 |
-
<?php $o_av->skuProduct = $this->
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display. ?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
+
<?php $o_av->idProduct = $this->getProduct()->getId(); ?>
|
5 |
+
<?php $o_av->skuProduct = $this->getProduct()->getSku(); ?>
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
app/design/frontend/base/default/template/avisverifies/reviewProductList.phtml
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
|
|
8 |
<?php $o_av->idProduct = $ProductId; ?>
|
9 |
<?php $o_av->page = $p; ?>
|
10 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
8 |
+
<?php try{if(empty($ProductId)){$ProductId = $this->getParentBlock()->getProduct()->getId();}}catch (Exception $ex){};?>
|
9 |
<?php $o_av->idProduct = $ProductId; ?>
|
10 |
<?php $o_av->page = $p; ?>
|
11 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
app/design/frontend/default/default/template/avisverifies/admin/export.phtml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<style>
|
3 |
+
#export_storetoexport{width: 274px !important;background-color: #DBDBDB;}
|
4 |
+
#export_websitetoexport{width: 274px !important;background-color: #DBDBDB;}
|
5 |
+
</style>
|
6 |
+
|
7 |
+
<div class="content-header">
|
8 |
+
<table cellspacing="0" class="grid-header">
|
9 |
+
<tr>
|
10 |
+
<td><h3><?php echo $this->__('Verified Reviews Form') ?></h3></td>
|
11 |
+
<td class="a-right">
|
12 |
+
<button onclick="editForm.submit()" class="scalable save" type="button"><span><?php echo $this->__('Submit') ?></span></button>
|
13 |
+
</td>
|
14 |
+
</tr>
|
15 |
+
</table>
|
16 |
+
</div>
|
17 |
+
<div class="entry-edit">
|
18 |
+
<?php echo Mage::app()->getLayout()->createBlock('adminhtml/system_config_switcher')->toHtml() ?>
|
19 |
+
<form id="edit_form" name="edit_form" method="post" action="<?php echo $this->getUrl('*/*/save')?>">
|
20 |
+
<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
|
21 |
+
<?php echo Mage::app()->getLayout()->createBlock('avisverifies/adminhtml_form_export_export')->toHtml() ?>
|
22 |
+
</form>
|
23 |
+
</div>
|
24 |
+
<script type="text/javascript">
|
25 |
+
var editForm = new varienForm('edit_form');
|
26 |
+
</script>
|
app/design/frontend/default/default/template/avisverifies/admin/export_tab.phtml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<h3>
|
3 |
+
<?php echo $this->__('Verified Reviews Tabs') ?>
|
4 |
+
</h3>
|
5 |
+
<ul id="edit_home_tabs" class="tabs">
|
6 |
+
<li>
|
7 |
+
<a style="cursor: default;" id="edit_home_tabs_export" name="export" title="Exporter" class="tab-item-link active">
|
8 |
+
<span style="cursor: default;">
|
9 |
+
<?php echo $this->__('Export') ?>
|
10 |
+
</span>
|
11 |
+
</a>
|
12 |
+
</li>
|
13 |
+
</ul>
|
app/design/frontend/default/default/template/avisverifies/catalogProductList.phtml
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
|
|
8 |
<?php $o_av->idProduct = $ProductId; ?>
|
9 |
<?php $o_av->page = $p; ?>
|
10 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
8 |
+
<?php try{if(empty($ProductId)){$ProductId = $this->getParentBlock()->getProduct()->getId();}}catch (Exception $ex){};?>
|
9 |
<?php $o_av->idProduct = $ProductId; ?>
|
10 |
<?php $o_av->page = $p; ?>
|
11 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
app/design/frontend/default/default/template/avisverifies/review/helper/summary.phtml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display.?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
-
<?php $o_av->idProduct = $this->
|
5 |
-
<?php $o_av->skuProduct = $this->
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display.?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
+
<?php $o_av->idProduct = $this->getProduct()->getId(); ?>
|
5 |
+
<?php $o_av->skuProduct = $this->getProduct()->getSku(); ?>
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
app/design/frontend/default/default/template/avisverifies/review/helper/summary_short.phtml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display. ?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
-
<?php $o_av->idProduct = $this->
|
5 |
-
<?php $o_av->skuProduct = $this->
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
1 |
<?php /* changement de mécanique si extension activée au niveau des produits on masque les avis natif Magento */ ?>
|
2 |
<?php if(Netreviews_Avisverifies_Helper_Data::isActive()): // Our Display. ?>
|
3 |
<?php $o_av = Mage::getModel('avisverifies/reviews'); ?>
|
4 |
+
<?php $o_av->idProduct = $this->getProduct()->getId(); ?>
|
5 |
+
<?php $o_av->skuProduct = $this->getProduct()->getSku(); ?>
|
6 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
7 |
<?php $countReviews = $statsProduct->getData('nb_reviews'); ?>
|
8 |
<?php $getNote = $o_av->formatNote($statsProduct->getData('rate')); ?>
|
app/design/frontend/default/default/template/avisverifies/reviewProductList.phtml
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
|
|
8 |
<?php $o_av->idProduct = $ProductId; ?>
|
9 |
<?php $o_av->page = $p; ?>
|
10 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
5 |
<?php // to use same code. we are going to call first page from our code. ?>
|
6 |
<?php $ProductId =($ProductId != 0)? $ProductId : $this->getData('productId'); ?>
|
7 |
<?php // to use same code. we are going to call first page from our code. ?>
|
8 |
+
<?php try{if(empty($ProductId)){$ProductId = $this->getParentBlock()->getProduct()->getId();}}catch (Exception $ex){};?>
|
9 |
<?php $o_av->idProduct = $ProductId; ?>
|
10 |
<?php $o_av->page = $p; ?>
|
11 |
<?php $statsProduct = $o_av->getStatsProduct(); ?>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>AvisVerifies</name>
|
4 |
-
<version>2.6.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 à leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant à récolter les avis de vos clients.</description>
|
11 |
-
<notes>La version 2.6.5 est stable.</notes>
|
12 |
<authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@verified-reviews.com</email></author><author><name>Rémi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
|
13 |
-
<date>2014-11-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Netreviews"><dir name="Avisverifies"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Edit"><file name="Form.php" hash="17d761de90f9b13a6b7f563bf18a82eb"/></dir><dir name="Export"><file name="Export.php" hash="b60d5008b4a983e94c9d47666174cb04"/><file name="Tabs.php" hash="7d0c8c95e2c730de172d81bed071b217"/><file name="index.php" hash="1adf89c770911256511bc9d4b51d4ae7"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="b870528cc6680350c8b972fd52ec02c9"/></dir><dir name="Review"><dir name="Product"><file name="View.php" hash="cc191a129b59541d32207d5057a7ca45"/></dir><file name="Helper.php" hash="cf499b8a4743273c0231c42d493811a1"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="31dd78edef789bd78e369fbb8c5fc982"/><file name="Export.php" hash="e7f0c7ce694f38d3080ac466908492b6"/><file name="Install.php" hash="caba9ff15a8222db5504ab709cfb3592"/></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="9ef1537ad83507e55c8e47611d22c1d2"/></dir><dir name="Product"><file name="List.php" hash="f62a03cc9ded762a13597d05c8506de9"/></dir><file name="System.php" hash="7aa21adecba29bef48ad60bd991c46c1"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Avisverifies.php" hash="8c9fc21252411493eb6afdfb41aec0fc"/><file name="Product.php" hash="39e7d522d7aa08be30a668d9e94f3313"/><file name="Reviews.php" hash="61a37da30b2957dd5f6fe67ef147219b"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="1d2d3f0dfd51d4dacc024680ab4f725a"/></dir><file name="DialogController.php" hash="ed242f3afbe6df4bed47b03d0f1f56cc"/><file name="IndexController.php" hash="75cfdbd6b4389cace1a1462b88f44887"/></dir><dir name="etc"><file name="config.xml" hash="db989ec7033333c8c408528edeb2f822"/><file name="system.xml" hash="66eef8cbd5bf4f822d4a9415b997a598"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="82b330380c2c9f35ae61843a19b892bf"/><file name="mysql4-upgrade-2.0.0-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.3-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.4-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.5-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.6-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.7.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.2-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.4-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.2-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.5-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.6-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/></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="af62d00968b9e0296c20a0a1e2a31017"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/></dir><dir name="observers"><file name="checkout.phtml" hash="8828981443a80c6103589d3a5e70e3fa"/></dir><dir name="review"><dir name="helper"><file name="summary.phtml" hash="9918fb594ccdefdc2efb867cfbcbfe9b"/><file name="summary_short.phtml" hash="f3e3af07d235c8014d2af43c274e66be"/></dir></dir><file name="catalogProductList.phtml" hash="db9c805f21512e53720958fbe3b6d17c"/><file name="css.phtml" hash="d884ce5a880505cd8fee6e2466a0d13f"/><file name="float.phtml" hash="cb89835ae11a33e133cfbbed9f457f84"/><file name="js.phtml" hash="66fff1cc64954f7221e6e738c56fb003"/><file name="left.phtml" hash="7fc73d43af41d23da96ee95c41276c08"/><file name="pagination.phtml" hash="286065724e2ef719f6affe1bdce09a7c"/><file name="reviewProductList.phtml" hash="a681bdb5513fa2d7f6f09ab0fb3ae938"/><file name="right.phtml" hash="04a02dc8d1a7d396893569079807811e"/><file name="wrapper.phtml" hash="b16a826c6049efdd5987d38919befba1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1d3c6529fabb975d73a6a6b25d2191c9"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="af62d00968b9e0296c20a0a1e2a31017"/><file name="checkinstallation_tab.phtml" hash="35cadb081328826be1bc96877c4f2c8d"/></dir><dir name="observers"><file name="checkout.phtml" hash="8828981443a80c6103589d3a5e70e3fa"/></dir><dir name="review"><dir name="helper"><file name="summary.phtml" hash="9918fb594ccdefdc2efb867cfbcbfe9b"/><file name="summary_short.phtml" hash="f3e3af07d235c8014d2af43c274e66be"/></dir></dir><file name="catalogProductList.phtml" hash="db9c805f21512e53720958fbe3b6d17c"/><file name="css.phtml" hash="d884ce5a880505cd8fee6e2466a0d13f"/><file name="float.phtml" hash="cb89835ae11a33e133cfbbed9f457f84"/><file name="js.phtml" hash="66fff1cc64954f7221e6e738c56fb003"/><file name="left.phtml" hash="7fc73d43af41d23da96ee95c41276c08"/><file name="pagination.phtml" hash="286065724e2ef719f6affe1bdce09a7c"/><file name="reviewProductList.phtml" hash="a681bdb5513fa2d7f6f09ab0fb3ae938"/><file name="right.phtml" hash="04a02dc8d1a7d396893569079807811e"/><file name="wrapper.phtml" hash="b16a826c6049efdd5987d38919befba1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1d3c6529fabb975d73a6a6b25d2191c9"/></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_100.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><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_45.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45_fr.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><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="avisverifies.png" hash="1216d2675304fc40693d9645fcdf4d12"/><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="avisverifies.png" hash="1216d2675304fc40693d9645fcdf4d12"/><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.1</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 à leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant à récolter les avis de vos clients.</description>
|
11 |
+
<notes>La version 2.6.5.1 est stable.</notes>
|
12 |
<authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@verified-reviews.com</email></author><author><name>Rémi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
|
13 |
+
<date>2014-11-20</date>
|
14 |
+
<time>09:26:08</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="b60d5008b4a983e94c9d47666174cb04"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="b870528cc6680350c8b972fd52ec02c9"/></dir><dir name="Review"><dir name="Product"><file name="View.php" hash="cc191a129b59541d32207d5057a7ca45"/></dir><file name="Helper.php" hash="35788c6b5ce60f9b12f9b30271e56834"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="bf06304ae7545e69236ea38db0df44be"/><file name="Export.php" hash="ed1b7664e7dca456fc514572ceb2499b"/><file name="Install.php" hash="caba9ff15a8222db5504ab709cfb3592"/></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="9ef1537ad83507e55c8e47611d22c1d2"/></dir><dir name="Product"><file name="List.php" hash="f62a03cc9ded762a13597d05c8506de9"/></dir><file name="System.php" hash="7aa21adecba29bef48ad60bd991c46c1"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Avisverifies.php" hash="8c9fc21252411493eb6afdfb41aec0fc"/><file name="Product.php" hash="39e7d522d7aa08be30a668d9e94f3313"/><file name="Reviews.php" hash="61a37da30b2957dd5f6fe67ef147219b"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="efc93ee553425187e540b0b688bd3ae5"/></dir><file name="DialogController.php" hash="ed242f3afbe6df4bed47b03d0f1f56cc"/><file name="IndexController.php" hash="75cfdbd6b4389cace1a1462b88f44887"/></dir><dir name="etc"><file name="config.xml" hash="ce4549ff4826acdf632d664fb86e3af2"/><file name="system.xml" hash="66eef8cbd5bf4f822d4a9415b997a598"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="82b330380c2c9f35ae61843a19b892bf"/><file name="mysql4-upgrade-2.0.0-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.3-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.4-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.5-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.6-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.7.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.2-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.8.4-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.1-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.2-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.5-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/><file name="mysql4-upgrade-2.5.9.6-2.6.0.php" hash="c21d67c5b3cb60e9ca0a3ce5ab9fd6bf"/></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="af62d00968b9e0296c20a0a1e2a31017"/><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="8828981443a80c6103589d3a5e70e3fa"/></dir><dir name="review"><dir name="helper"><file name="summary.phtml" hash="55e8e5afb184285e71518259508a9981"/><file name="summary_short.phtml" hash="3ebfdd77e49f57e197337e159434aa66"/></dir></dir><file name="catalogProductList.phtml" hash="09cb74f6523613c36001a6f3b5459f4c"/><file name="css.phtml" hash="d884ce5a880505cd8fee6e2466a0d13f"/><file name="float.phtml" hash="cb89835ae11a33e133cfbbed9f457f84"/><file name="js.phtml" hash="66fff1cc64954f7221e6e738c56fb003"/><file name="left.phtml" hash="7fc73d43af41d23da96ee95c41276c08"/><file name="pagination.phtml" hash="286065724e2ef719f6affe1bdce09a7c"/><file name="reviewProductList.phtml" hash="deae854ec63cdc4d643da1e089d9686d"/><file name="right.phtml" hash="04a02dc8d1a7d396893569079807811e"/><file name="wrapper.phtml" hash="b16a826c6049efdd5987d38919befba1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1d3c6529fabb975d73a6a6b25d2191c9"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="af62d00968b9e0296c20a0a1e2a31017"/><file name="checkinstallation_tab.phtml" hash="35cadb081328826be1bc96877c4f2c8d"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="8828981443a80c6103589d3a5e70e3fa"/></dir><dir name="review"><dir name="helper"><file name="summary.phtml" hash="55e8e5afb184285e71518259508a9981"/><file name="summary_short.phtml" hash="3ebfdd77e49f57e197337e159434aa66"/></dir></dir><file name="catalogProductList.phtml" hash="09cb74f6523613c36001a6f3b5459f4c"/><file name="css.phtml" hash="d884ce5a880505cd8fee6e2466a0d13f"/><file name="float.phtml" hash="cb89835ae11a33e133cfbbed9f457f84"/><file name="js.phtml" hash="66fff1cc64954f7221e6e738c56fb003"/><file name="left.phtml" hash="7fc73d43af41d23da96ee95c41276c08"/><file name="pagination.phtml" hash="286065724e2ef719f6affe1bdce09a7c"/><file name="reviewProductList.phtml" hash="deae854ec63cdc4d643da1e089d9686d"/><file name="right.phtml" hash="04a02dc8d1a7d396893569079807811e"/><file name="wrapper.phtml" hash="b16a826c6049efdd5987d38919befba1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1d3c6529fabb975d73a6a6b25d2191c9"/></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_100.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><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_45.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45_fr.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><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="avisverifies.png" hash="1216d2675304fc40693d9645fcdf4d12"/><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="avisverifies.png" hash="1216d2675304fc40693d9645fcdf4d12"/><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>
|