Version Notes
First stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Magmodules_Feedbackcompany |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.3.0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog/Grid.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews/Grid.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews/Renderer/Experience.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Buttons/Process.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Buttons/Test.php +0 -0
- app/code/community/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Field/Version.php +27 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Form/Heading.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Form/Note.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Log.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Seconds.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Stars.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Custom.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Reviews.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Block/Sidebar.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Helper/Data.php +2 -2
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Api.php +21 -15
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Log.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Log.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Log/Collection.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Reviews.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Reviews/Collection.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Stats.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Stats/Collection.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Observer.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Reviews.php +9 -9
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/Stats.php +1 -1
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Attribute.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Category.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Cronfrequency.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Orderstatus.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Position.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Reviewlink.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Sidebarlink.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbacklogController.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/controllers/IndexController.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/etc/adminhtml.xml +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/etc/config.xml +1 -1
- app/code/{local → community}/Magmodules/Feedbackcompany/etc/system.xml +57 -33
- app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-install-0.9.0.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-upgrade-1.2.1-1.2.2.php +0 -0
- app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-upgrade-1.2.5-1.2.6.php +0 -0
- app/etc/modules/Magmodules_Feedbackcompany.xml +1 -1
- app/locale/nl_NL/Magmodules_Feedbackcompany.csv +3 -1
- package.xml +4 -4
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbacklog/Grid.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews/Grid.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Feedbackreviews/Renderer/Experience.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Buttons/Process.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Buttons/Test.php
RENAMED
File without changes
|
app/code/community/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Field/Version.php
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magmodules.eu - http://www.magmodules.eu - info@magmodules.eu
|
4 |
+
* =============================================================
|
5 |
+
* NOTICE OF LICENSE [Single domain license]
|
6 |
+
* This source file is subject to the EULA that is
|
7 |
+
* available through the world-wide-web at:
|
8 |
+
* http://www.magmodules.eu/license-agreement/
|
9 |
+
* =============================================================
|
10 |
+
* @category Magmodules
|
11 |
+
* @package Magmodules_Feedbackcompany
|
12 |
+
* @author Magmodules <info@magmodules.eu>
|
13 |
+
* @copyright Copyright (c) 2015 (http://www.magmodules.eu)
|
14 |
+
* @license http://www.magmodules.eu/license-agreement/
|
15 |
+
* =============================================================
|
16 |
+
*/
|
17 |
+
|
18 |
+
class Magmodules_Feedbackcompany_Block_Adminhtml_Widget_Field_Version extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
19 |
+
|
20 |
+
public function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
21 |
+
{
|
22 |
+
$modules = Mage::getConfig()->getNode('modules')->children();
|
23 |
+
$modulesArray = (array)$modules;
|
24 |
+
return $modulesArray['Magmodules_Feedbackcompany']->version;
|
25 |
+
}
|
26 |
+
|
27 |
+
}
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Form/Heading.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Form/Note.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Log.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Seconds.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Grid/Stars.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Adminhtml/Widget/Info/Info.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Custom.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Reviews.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Block/Sidebar.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Helper/Data.php
RENAMED
@@ -26,8 +26,8 @@ class Magmodules_Feedbackcompany_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
26 |
$shop_id = Mage::getStoreConfig('feedbackcompany/general/api_id');
|
27 |
$review_stats = Mage::getModel('feedbackcompany/stats')->load($shop_id, 'shop_id');
|
28 |
if($review_stats->getScore() > 0) {
|
29 |
-
$review_stats->setPercentage($review_stats->getScore()
|
30 |
-
$review_stats->setStarsQty(number_format(($review_stats->getScore() /
|
31 |
return $review_stats;
|
32 |
} else {
|
33 |
return false;
|
26 |
$shop_id = Mage::getStoreConfig('feedbackcompany/general/api_id');
|
27 |
$review_stats = Mage::getModel('feedbackcompany/stats')->load($shop_id, 'shop_id');
|
28 |
if($review_stats->getScore() > 0) {
|
29 |
+
$review_stats->setPercentage($review_stats->getScore());
|
30 |
+
$review_stats->setStarsQty(number_format(($review_stats->getScore() / 10), 1, ',', ''));
|
31 |
return $review_stats;
|
32 |
} else {
|
33 |
return false;
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Api.php
RENAMED
@@ -21,7 +21,8 @@
|
|
21 |
|
22 |
class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
23 |
|
24 |
-
public function processFeed($storeid = 0, $type)
|
|
|
25 |
if($feed = $this->getFeed($storeid, $type)) {
|
26 |
$results = Mage::getModel('feedbackcompany/reviews')->processFeed($feed, $storeid, $type);
|
27 |
$results['stats'] = Mage::getModel('feedbackcompany/stats')->processFeed($feed, $storeid);
|
@@ -31,17 +32,18 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
31 |
}
|
32 |
}
|
33 |
|
34 |
-
public function getFeed($storeid, $type = '')
|
35 |
-
|
|
|
36 |
|
37 |
if($type == 'stats') {
|
38 |
-
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishDetails=0&nor=0';
|
39 |
}
|
40 |
if($type == 'reviews') {
|
41 |
-
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishIDs=1&nor=50&publishDetails=1&publishOnHold=0&sort=desc&emlpass=test&publishCompResponse=1';
|
42 |
}
|
43 |
if($type == 'history') {
|
44 |
-
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishIDs=1&nor=5000&publishDetails=1&publishOnHold=0&sort=desc&emlpass=test&publishCompResponse=1';
|
45 |
}
|
46 |
|
47 |
if($api_id) {
|
@@ -56,11 +58,10 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
56 |
}
|
57 |
}
|
58 |
|
59 |
-
public function sendInvitation($order)
|
60 |
-
|
61 |
$store_id = $order->getStoreId();
|
62 |
$inv_status = Mage::getStoreConfig('feedbackcompany/invitation/status', $store_id);
|
63 |
-
|
64 |
$date_now = Mage::getModel('core/date')->timestamp(time());
|
65 |
$date_order = Mage::getModel('core/date')->timestamp($order->getCreatedAt());
|
66 |
$date_diff = (($date_order - $date_now) / 86400);
|
@@ -116,11 +117,13 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
116 |
if(($product->getStatus() == '1') && ($product->getVisibility() != '1')) {
|
117 |
$var_url = urlencode('product_url[' .$i. ']');
|
118 |
$var_text = urlencode('product_text[' .$i. ']');
|
|
|
119 |
if($product->getUrlPath()) {
|
120 |
$deeplink = $websiteUrl . $product->getUrlPath();
|
121 |
$request[$var_url] = urlencode($deeplink);
|
122 |
-
$product_text =
|
123 |
$request[$var_text] = urlencode($product_text);
|
|
|
124 |
$i++;
|
125 |
}
|
126 |
}
|
@@ -184,7 +187,7 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
184 |
|
185 |
$post = '';
|
186 |
foreach(array_reverse($request) as $key => $value) {
|
187 |
-
$post .= '&' . $key . '=' . $value;
|
188 |
}
|
189 |
$post = trim($post, '&');
|
190 |
|
@@ -199,11 +202,13 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
199 |
curl_setopt($feedbackconnect, CURLOPT_SSL_VERIFYPEER, false);
|
200 |
$response = curl_exec($feedbackconnect);
|
201 |
curl_close($feedbackconnect);
|
202 |
-
|
203 |
if($response) {
|
204 |
-
$
|
205 |
-
if($response_html == 'Request OK.') {
|
206 |
$order->setFeedbackSent(1)->save();
|
|
|
|
|
|
|
207 |
}
|
208 |
} else {
|
209 |
$response_html = 'No response from https://connect.feedbackcompany.nl';
|
@@ -217,7 +222,8 @@ class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
|
217 |
return false;
|
218 |
}
|
219 |
|
220 |
-
public function getStoreIds()
|
|
|
221 |
$store_ids = array(); $api_ids = array();
|
222 |
$stores = Mage::getModel('core/store')->getCollection();
|
223 |
foreach ($stores as $store) {
|
21 |
|
22 |
class Magmodules_Feedbackcompany_Model_Api extends Mage_Core_Model_Abstract {
|
23 |
|
24 |
+
public function processFeed($storeid = 0, $type)
|
25 |
+
{
|
26 |
if($feed = $this->getFeed($storeid, $type)) {
|
27 |
$results = Mage::getModel('feedbackcompany/reviews')->processFeed($feed, $storeid, $type);
|
28 |
$results['stats'] = Mage::getModel('feedbackcompany/stats')->processFeed($feed, $storeid);
|
32 |
}
|
33 |
}
|
34 |
|
35 |
+
public function getFeed($storeid, $type = '')
|
36 |
+
{
|
37 |
+
$api_id = trim(Mage::getStoreConfig('feedbackcompany/general/api_id', $storeid));
|
38 |
|
39 |
if($type == 'stats') {
|
40 |
+
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishDetails=0&nor=0&Basescore=10';
|
41 |
}
|
42 |
if($type == 'reviews') {
|
43 |
+
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishIDs=1&nor=50&publishDetails=1&publishOnHold=0&sort=desc&emlpass=test&publishCompResponse=1&Basescore=10';
|
44 |
}
|
45 |
if($type == 'history') {
|
46 |
+
$api_url = 'https://beoordelingen.feedbackcompany.nl/samenvoordeel/scripts/flexreview/getreviewxml.cfm?ws=' . $api_id . '&publishIDs=1&nor=5000&publishDetails=1&publishOnHold=0&sort=desc&emlpass=test&publishCompResponse=1&Basescore=10';
|
47 |
}
|
48 |
|
49 |
if($api_id) {
|
58 |
}
|
59 |
}
|
60 |
|
61 |
+
public function sendInvitation($order)
|
62 |
+
{
|
63 |
$store_id = $order->getStoreId();
|
64 |
$inv_status = Mage::getStoreConfig('feedbackcompany/invitation/status', $store_id);
|
|
|
65 |
$date_now = Mage::getModel('core/date')->timestamp(time());
|
66 |
$date_order = Mage::getModel('core/date')->timestamp($order->getCreatedAt());
|
67 |
$date_diff = (($date_order - $date_now) / 86400);
|
117 |
if(($product->getStatus() == '1') && ($product->getVisibility() != '1')) {
|
118 |
$var_url = urlencode('product_url[' .$i. ']');
|
119 |
$var_text = urlencode('product_text[' .$i. ']');
|
120 |
+
$var_id = urlencode('product_ids[' .$i. ']');
|
121 |
if($product->getUrlPath()) {
|
122 |
$deeplink = $websiteUrl . $product->getUrlPath();
|
123 |
$request[$var_url] = urlencode($deeplink);
|
124 |
+
$product_text = $product->getName();
|
125 |
$request[$var_text] = urlencode($product_text);
|
126 |
+
$request[$var_id] = urlencode('SKU=' . $item->getSku());
|
127 |
$i++;
|
128 |
}
|
129 |
}
|
187 |
|
188 |
$post = '';
|
189 |
foreach(array_reverse($request) as $key => $value) {
|
190 |
+
$post .= '&' . $key . '=' . trim($value);
|
191 |
}
|
192 |
$post = trim($post, '&');
|
193 |
|
202 |
curl_setopt($feedbackconnect, CURLOPT_SSL_VERIFYPEER, false);
|
203 |
$response = curl_exec($feedbackconnect);
|
204 |
curl_close($feedbackconnect);
|
205 |
+
|
206 |
if($response) {
|
207 |
+
if($response == 'Request OK.') {
|
|
|
208 |
$order->setFeedbackSent(1)->save();
|
209 |
+
$response_html = $response;
|
210 |
+
} else {
|
211 |
+
$response_html = 'Error sending review request!';
|
212 |
}
|
213 |
} else {
|
214 |
$response_html = 'No response from https://connect.feedbackcompany.nl';
|
222 |
return false;
|
223 |
}
|
224 |
|
225 |
+
public function getStoreIds()
|
226 |
+
{
|
227 |
$store_ids = array(); $api_ids = array();
|
228 |
$stores = Mage::getModel('core/store')->getCollection();
|
229 |
foreach ($stores as $store) {
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Log.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Log.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Log/Collection.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Reviews.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Reviews/Collection.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Stats.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Mysql4/Stats/Collection.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Observer.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Reviews.php
RENAMED
@@ -41,16 +41,16 @@ class Magmodules_Feedbackcompany_Model_Reviews extends Mage_Core_Model_Abstract
|
|
41 |
|
42 |
foreach($feed->reviewDetails->reviewDetail as $review) {
|
43 |
$feedback_id = $review->id;
|
44 |
-
$score = $review->score;
|
45 |
-
$score_max = $review->scoremax;
|
46 |
$review_text = $review->text;
|
47 |
-
$score_aftersales = $review->score_aftersales;
|
48 |
-
$score_checkout = $review->score_bestelgemak;
|
49 |
-
$score_information = $review->score_informatievoorziening;
|
50 |
-
$score_friendly = $review->score_klantvriendelijk;
|
51 |
-
$score_leadtime = $review->score_levertijd;
|
52 |
-
$score_responsetime = $review->score_reactiesnelheid;
|
53 |
-
$score_order = $review->score_orderverloop;
|
54 |
$customer_name = $review->user;
|
55 |
$customer_recommend = $review->beveeltAan;
|
56 |
$customer_active = $review->kooptvakeronline;
|
41 |
|
42 |
foreach($feed->reviewDetails->reviewDetail as $review) {
|
43 |
$feedback_id = $review->id;
|
44 |
+
$score = ($review->score / 2);
|
45 |
+
$score_max = ($review->scoremax / 2);
|
46 |
$review_text = $review->text;
|
47 |
+
$score_aftersales = ($review->score_aftersales / 2);
|
48 |
+
$score_checkout = ($review->score_bestelgemak / 2);
|
49 |
+
$score_information = ($review->score_informatievoorziening / 2);
|
50 |
+
$score_friendly = ($review->score_klantvriendelijk / 2);
|
51 |
+
$score_leadtime = ($review->score_levertijd / 2);
|
52 |
+
$score_responsetime = ($review->score_reactiesnelheid / 2);
|
53 |
+
$score_order = ($review->score_orderverloop / 2);
|
54 |
$customer_name = $review->user;
|
55 |
$customer_recommend = $review->beveeltAan;
|
56 |
$customer_active = $review->kooptvakeronline;
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/Stats.php
RENAMED
@@ -75,7 +75,7 @@ class Magmodules_Feedbackcompany_Model_Stats extends Mage_Core_Model_Abstract {
|
|
75 |
|
76 |
$score = '';
|
77 |
$scoremax = '';
|
78 |
-
$votes= '';
|
79 |
$i = 0;
|
80 |
|
81 |
foreach($stats as $stat) {
|
75 |
|
76 |
$score = '';
|
77 |
$scoremax = '';
|
78 |
+
$votes = '';
|
79 |
$i = 0;
|
80 |
|
81 |
foreach($stats as $stat) {
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Attribute.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Category.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Cronfrequency.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Orderstatus.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Position.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Reviewlink.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/Model/System/Config/Source/Sidebarlink.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbacklogController.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/controllers/Adminhtml/FeedbackreviewsController.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/controllers/IndexController.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/etc/config.xml
RENAMED
@@ -23,7 +23,7 @@
|
|
23 |
<config>
|
24 |
<modules>
|
25 |
<Magmodules_Feedbackcompany>
|
26 |
-
<version>1.
|
27 |
</Magmodules_Feedbackcompany>
|
28 |
</modules>
|
29 |
<global>
|
23 |
<config>
|
24 |
<modules>
|
25 |
<Magmodules_Feedbackcompany>
|
26 |
+
<version>1.3.0</version>
|
27 |
</Magmodules_Feedbackcompany>
|
28 |
</modules>
|
29 |
<global>
|
app/code/{local → community}/Magmodules/Feedbackcompany/etc/system.xml
RENAMED
@@ -32,7 +32,7 @@
|
|
32 |
<label>The Feedback Company</label>
|
33 |
<tab>magmodules</tab>
|
34 |
<frontend_type>text</frontend_type>
|
35 |
-
<sort_order>
|
36 |
<show_in_default>1</show_in_default>
|
37 |
<show_in_website>1</show_in_website>
|
38 |
<show_in_store>1</show_in_store>
|
@@ -54,11 +54,20 @@
|
|
54 |
<expanded>1</expanded>
|
55 |
<comment><![CDATA[You can find the necessary information in your The Feedback Company dashboard.<br/> As addition next to the activation of this extension we also recommend you to place the appropriate The Feedback Company logo.<br/><br/>]]></comment>
|
56 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
<enabled translate="label">
|
58 |
<label>Enabled</label>
|
59 |
<frontend_type>select</frontend_type>
|
60 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
61 |
-
<sort_order>
|
62 |
<show_in_default>1</show_in_default>
|
63 |
<show_in_website>1</show_in_website>
|
64 |
<show_in_store>1</show_in_store>
|
@@ -66,7 +75,7 @@
|
|
66 |
<heading_api translate="label">
|
67 |
<label>API CREDENTIALS</label>
|
68 |
<frontend_model>feedbackcompany/adminhtml_widget_form_heading</frontend_model>
|
69 |
-
<sort_order>
|
70 |
<show_in_default>1</show_in_default>
|
71 |
<show_in_website>0</show_in_website>
|
72 |
<show_in_store>1</show_in_store>
|
@@ -74,7 +83,7 @@
|
|
74 |
<company translate="label">
|
75 |
<label>Company</label>
|
76 |
<frontend_type>text</frontend_type>
|
77 |
-
<sort_order>
|
78 |
<show_in_default>1</show_in_default>
|
79 |
<show_in_website>0</show_in_website>
|
80 |
<show_in_store>1</show_in_store>
|
@@ -82,7 +91,7 @@
|
|
82 |
<api_id translate="label">
|
83 |
<label>The Feedback Company ID</label>
|
84 |
<frontend_type>text</frontend_type>
|
85 |
-
<sort_order>
|
86 |
<show_in_default>1</show_in_default>
|
87 |
<show_in_website>0</show_in_website>
|
88 |
<show_in_store>1</show_in_store>
|
@@ -609,11 +618,19 @@
|
|
609 |
<expanded>1</expanded>
|
610 |
<comment><![CDATA[You can invite your customers to write customer reviews.]]></comment>
|
611 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
612 |
<enabled translate="label">
|
613 |
<label>Activate</label>
|
614 |
<frontend_type>select</frontend_type>
|
615 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
616 |
-
<sort_order>
|
617 |
<show_in_default>1</show_in_default>
|
618 |
<show_in_website>1</show_in_website>
|
619 |
<show_in_store>1</show_in_store>
|
@@ -623,7 +640,7 @@
|
|
623 |
<connector>
|
624 |
<label>Connector Code</label>
|
625 |
<frontend_type>text</frontend_type>
|
626 |
-
<sort_order>
|
627 |
<show_in_default>1</show_in_default>
|
628 |
<show_in_website>1</show_in_website>
|
629 |
<show_in_store>1</show_in_store>
|
@@ -634,7 +651,7 @@
|
|
634 |
<label>Order completed with status</label>
|
635 |
<frontend_type>select</frontend_type>
|
636 |
<source_model>feedbackcompany/system_config_source_orderstatus</source_model>
|
637 |
-
<sort_order>
|
638 |
<show_in_default>1</show_in_default>
|
639 |
<show_in_website>1</show_in_website>
|
640 |
<show_in_store>1</show_in_store>
|
@@ -646,7 +663,7 @@
|
|
646 |
<delay translate="label">
|
647 |
<label>Delay</label>
|
648 |
<frontend_type>text</frontend_type>
|
649 |
-
<sort_order>
|
650 |
<show_in_default>1</show_in_default>
|
651 |
<show_in_website>1</show_in_website>
|
652 |
<show_in_store>1</show_in_store>
|
@@ -657,7 +674,7 @@
|
|
657 |
<remind_delay translate="label">
|
658 |
<label>Remind Delay</label>
|
659 |
<frontend_type>text</frontend_type>
|
660 |
-
<sort_order>
|
661 |
<show_in_default>1</show_in_default>
|
662 |
<show_in_website>1</show_in_website>
|
663 |
<show_in_store>1</show_in_store>
|
@@ -667,7 +684,7 @@
|
|
667 |
<backlog translate="label">
|
668 |
<label>Maximum Delay</label>
|
669 |
<frontend_type>text</frontend_type>
|
670 |
-
<sort_order>
|
671 |
<show_in_default>1</show_in_default>
|
672 |
<show_in_website>1</show_in_website>
|
673 |
<show_in_store>1</show_in_store>
|
@@ -679,66 +696,73 @@
|
|
679 |
<label>Resend if Double</label>
|
680 |
<frontend_type>select</frontend_type>
|
681 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
682 |
-
<sort_order>
|
683 |
<show_in_default>1</show_in_default>
|
684 |
<show_in_website>1</show_in_website>
|
685 |
<show_in_store>1</show_in_store>
|
686 |
<depends><enabled>1</enabled></depends>
|
687 |
<comment>If yes, customers will get new review reminders for every new order.</comment>
|
688 |
</resend>
|
689 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
690 |
<productreviews translate="label">
|
691 |
-
<label>
|
692 |
<frontend_type>select</frontend_type>
|
693 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
694 |
-
<sort_order>
|
695 |
<show_in_default>1</show_in_default>
|
696 |
<show_in_website>1</show_in_website>
|
697 |
<show_in_store>1</show_in_store>
|
698 |
-
<depends><enabled>1</enabled></depends>
|
699 |
-
<comment>If yes, product links will be added to the review email, so people can leave a review about the product on your webshop</comment>
|
700 |
</productreviews>
|
701 |
-
<
|
702 |
-
<label>
|
703 |
-
<
|
704 |
-
<sort_order>
|
705 |
<show_in_default>1</show_in_default>
|
706 |
-
<show_in_website>
|
707 |
<show_in_store>1</show_in_store>
|
708 |
-
|
709 |
-
<depends><enabled>1</enabled></depends>
|
710 |
-
</productreviews_text>
|
711 |
-
|
712 |
<min_order_total translate="label">
|
713 |
<label>Minimum Order Total</label>
|
714 |
<frontend_type>text</frontend_type>
|
715 |
-
<sort_order>
|
716 |
<show_in_default>1</show_in_default>
|
717 |
<show_in_website>1</show_in_website>
|
718 |
<show_in_store>1</show_in_store>
|
719 |
-
<depends><enabled>1</enabled></depends>
|
720 |
<comment><![CDATA[Invitation e-mail is sent only for order above this value. Use 0 for no minimum.]]></comment>
|
721 |
</min_order_total>
|
722 |
<exclude_category translate="label">
|
723 |
<label>Exclude by Category</label>
|
724 |
<frontend_type>select</frontend_type>
|
725 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
726 |
-
<sort_order>
|
727 |
<show_in_default>1</show_in_default>
|
728 |
<show_in_website>1</show_in_website>
|
729 |
<show_in_store>1</show_in_store>
|
730 |
-
<depends><enabled>1</enabled></depends>
|
731 |
-
|
732 |
</exclude_category>
|
733 |
<exclude_categories>
|
734 |
<label>Exclude following Categories</label>
|
735 |
<frontend_type>multiselect</frontend_type>
|
736 |
<source_model>feedbackcompany/system_config_source_category</source_model>
|
737 |
-
<sort_order>
|
738 |
<show_in_default>1</show_in_default>
|
739 |
<show_in_website>1</show_in_website>
|
740 |
<show_in_store>1</show_in_store>
|
741 |
-
<depends><
|
742 |
<comment><![CDATA[The invitation e-mail will not be sent whenever there is ordered a product from one of the selected categories.]]></comment>
|
743 |
</exclude_categories>
|
744 |
</fields>
|
32 |
<label>The Feedback Company</label>
|
33 |
<tab>magmodules</tab>
|
34 |
<frontend_type>text</frontend_type>
|
35 |
+
<sort_order>120</sort_order>
|
36 |
<show_in_default>1</show_in_default>
|
37 |
<show_in_website>1</show_in_website>
|
38 |
<show_in_store>1</show_in_store>
|
54 |
<expanded>1</expanded>
|
55 |
<comment><![CDATA[You can find the necessary information in your The Feedback Company dashboard.<br/> As addition next to the activation of this extension we also recommend you to place the appropriate The Feedback Company logo.<br/><br/>]]></comment>
|
56 |
<fields>
|
57 |
+
<version translate="label">
|
58 |
+
<label>Extension Version</label>
|
59 |
+
<frontend_type>text</frontend_type>
|
60 |
+
<frontend_model>feedbackcompany/adminhtml_widget_field_version</frontend_model>
|
61 |
+
<sort_order>1</sort_order>
|
62 |
+
<show_in_default>1</show_in_default>
|
63 |
+
<show_in_website>0</show_in_website>
|
64 |
+
<show_in_store>0</show_in_store>
|
65 |
+
</version>
|
66 |
<enabled translate="label">
|
67 |
<label>Enabled</label>
|
68 |
<frontend_type>select</frontend_type>
|
69 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
70 |
+
<sort_order>2</sort_order>
|
71 |
<show_in_default>1</show_in_default>
|
72 |
<show_in_website>1</show_in_website>
|
73 |
<show_in_store>1</show_in_store>
|
75 |
<heading_api translate="label">
|
76 |
<label>API CREDENTIALS</label>
|
77 |
<frontend_model>feedbackcompany/adminhtml_widget_form_heading</frontend_model>
|
78 |
+
<sort_order>3</sort_order>
|
79 |
<show_in_default>1</show_in_default>
|
80 |
<show_in_website>0</show_in_website>
|
81 |
<show_in_store>1</show_in_store>
|
83 |
<company translate="label">
|
84 |
<label>Company</label>
|
85 |
<frontend_type>text</frontend_type>
|
86 |
+
<sort_order>4</sort_order>
|
87 |
<show_in_default>1</show_in_default>
|
88 |
<show_in_website>0</show_in_website>
|
89 |
<show_in_store>1</show_in_store>
|
91 |
<api_id translate="label">
|
92 |
<label>The Feedback Company ID</label>
|
93 |
<frontend_type>text</frontend_type>
|
94 |
+
<sort_order>5</sort_order>
|
95 |
<show_in_default>1</show_in_default>
|
96 |
<show_in_website>0</show_in_website>
|
97 |
<show_in_store>1</show_in_store>
|
618 |
<expanded>1</expanded>
|
619 |
<comment><![CDATA[You can invite your customers to write customer reviews.]]></comment>
|
620 |
<fields>
|
621 |
+
<heading_setup translate="label">
|
622 |
+
<label>Invitation Emails</label>
|
623 |
+
<frontend_model>feedbackcompany/adminhtml_widget_form_heading</frontend_model>
|
624 |
+
<sort_order>10</sort_order>
|
625 |
+
<show_in_default>1</show_in_default>
|
626 |
+
<show_in_website>0</show_in_website>
|
627 |
+
<show_in_store>1</show_in_store>
|
628 |
+
</heading_setup>
|
629 |
<enabled translate="label">
|
630 |
<label>Activate</label>
|
631 |
<frontend_type>select</frontend_type>
|
632 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
633 |
+
<sort_order>11</sort_order>
|
634 |
<show_in_default>1</show_in_default>
|
635 |
<show_in_website>1</show_in_website>
|
636 |
<show_in_store>1</show_in_store>
|
640 |
<connector>
|
641 |
<label>Connector Code</label>
|
642 |
<frontend_type>text</frontend_type>
|
643 |
+
<sort_order>12</sort_order>
|
644 |
<show_in_default>1</show_in_default>
|
645 |
<show_in_website>1</show_in_website>
|
646 |
<show_in_store>1</show_in_store>
|
651 |
<label>Order completed with status</label>
|
652 |
<frontend_type>select</frontend_type>
|
653 |
<source_model>feedbackcompany/system_config_source_orderstatus</source_model>
|
654 |
+
<sort_order>13</sort_order>
|
655 |
<show_in_default>1</show_in_default>
|
656 |
<show_in_website>1</show_in_website>
|
657 |
<show_in_store>1</show_in_store>
|
663 |
<delay translate="label">
|
664 |
<label>Delay</label>
|
665 |
<frontend_type>text</frontend_type>
|
666 |
+
<sort_order>14</sort_order>
|
667 |
<show_in_default>1</show_in_default>
|
668 |
<show_in_website>1</show_in_website>
|
669 |
<show_in_store>1</show_in_store>
|
674 |
<remind_delay translate="label">
|
675 |
<label>Remind Delay</label>
|
676 |
<frontend_type>text</frontend_type>
|
677 |
+
<sort_order>15</sort_order>
|
678 |
<show_in_default>1</show_in_default>
|
679 |
<show_in_website>1</show_in_website>
|
680 |
<show_in_store>1</show_in_store>
|
684 |
<backlog translate="label">
|
685 |
<label>Maximum Delay</label>
|
686 |
<frontend_type>text</frontend_type>
|
687 |
+
<sort_order>16</sort_order>
|
688 |
<show_in_default>1</show_in_default>
|
689 |
<show_in_website>1</show_in_website>
|
690 |
<show_in_store>1</show_in_store>
|
696 |
<label>Resend if Double</label>
|
697 |
<frontend_type>select</frontend_type>
|
698 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
699 |
+
<sort_order>17</sort_order>
|
700 |
<show_in_default>1</show_in_default>
|
701 |
<show_in_website>1</show_in_website>
|
702 |
<show_in_store>1</show_in_store>
|
703 |
<depends><enabled>1</enabled></depends>
|
704 |
<comment>If yes, customers will get new review reminders for every new order.</comment>
|
705 |
</resend>
|
706 |
+
<heading_products translate="label">
|
707 |
+
<label>Optional: Product Reviews</label>
|
708 |
+
<frontend_model>feedbackcompany/adminhtml_widget_form_heading</frontend_model>
|
709 |
+
<sort_order>30</sort_order>
|
710 |
+
<show_in_default>1</show_in_default>
|
711 |
+
<show_in_website>0</show_in_website>
|
712 |
+
<show_in_store>1</show_in_store>
|
713 |
+
</heading_products>
|
714 |
+
<products_note translate="label">
|
715 |
+
<label><![CDATA[This option is still in beta, contact The Feedback Company for more information.<br/>]]></label>
|
716 |
+
<frontend_model>feedbackcompany/adminhtml_widget_form_note</frontend_model>
|
717 |
+
<sort_order>31</sort_order>
|
718 |
+
<show_in_default>1</show_in_default>
|
719 |
+
<show_in_website>1</show_in_website>
|
720 |
+
<show_in_store>1</show_in_store>
|
721 |
+
</products_note>
|
722 |
<productreviews translate="label">
|
723 |
+
<label>Enabled</label>
|
724 |
<frontend_type>select</frontend_type>
|
725 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
726 |
+
<sort_order>32</sort_order>
|
727 |
<show_in_default>1</show_in_default>
|
728 |
<show_in_website>1</show_in_website>
|
729 |
<show_in_store>1</show_in_store>
|
|
|
|
|
730 |
</productreviews>
|
731 |
+
<heading_filter translate="label">
|
732 |
+
<label>Filter options</label>
|
733 |
+
<frontend_model>feedbackcompany/adminhtml_widget_form_heading</frontend_model>
|
734 |
+
<sort_order>40</sort_order>
|
735 |
<show_in_default>1</show_in_default>
|
736 |
+
<show_in_website>0</show_in_website>
|
737 |
<show_in_store>1</show_in_store>
|
738 |
+
</heading_filter>
|
|
|
|
|
|
|
739 |
<min_order_total translate="label">
|
740 |
<label>Minimum Order Total</label>
|
741 |
<frontend_type>text</frontend_type>
|
742 |
+
<sort_order>41</sort_order>
|
743 |
<show_in_default>1</show_in_default>
|
744 |
<show_in_website>1</show_in_website>
|
745 |
<show_in_store>1</show_in_store>
|
|
|
746 |
<comment><![CDATA[Invitation e-mail is sent only for order above this value. Use 0 for no minimum.]]></comment>
|
747 |
</min_order_total>
|
748 |
<exclude_category translate="label">
|
749 |
<label>Exclude by Category</label>
|
750 |
<frontend_type>select</frontend_type>
|
751 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
752 |
+
<sort_order>42</sort_order>
|
753 |
<show_in_default>1</show_in_default>
|
754 |
<show_in_website>1</show_in_website>
|
755 |
<show_in_store>1</show_in_store>
|
|
|
|
|
756 |
</exclude_category>
|
757 |
<exclude_categories>
|
758 |
<label>Exclude following Categories</label>
|
759 |
<frontend_type>multiselect</frontend_type>
|
760 |
<source_model>feedbackcompany/system_config_source_category</source_model>
|
761 |
+
<sort_order>43</sort_order>
|
762 |
<show_in_default>1</show_in_default>
|
763 |
<show_in_website>1</show_in_website>
|
764 |
<show_in_store>1</show_in_store>
|
765 |
+
<depends><exclude_category>1</exclude_category></depends>
|
766 |
<comment><![CDATA[The invitation e-mail will not be sent whenever there is ordered a product from one of the selected categories.]]></comment>
|
767 |
</exclude_categories>
|
768 |
</fields>
|
app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-install-0.9.0.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-upgrade-1.2.1-1.2.2.php
RENAMED
File without changes
|
app/code/{local → community}/Magmodules/Feedbackcompany/sql/feedbackcompany_setup/mysql4-upgrade-1.2.5-1.2.6.php
RENAMED
File without changes
|
app/etc/modules/Magmodules_Feedbackcompany.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Magmodules_Feedbackcompany>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</Magmodules_Feedbackcompany>
|
8 |
</modules>
|
9 |
</config>
|
3 |
<modules>
|
4 |
<Magmodules_Feedbackcompany>
|
5 |
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
</Magmodules_Feedbackcompany>
|
8 |
</modules>
|
9 |
</config>
|
app/locale/nl_NL/Magmodules_Feedbackcompany.csv
CHANGED
@@ -168,4 +168,6 @@
|
|
168 |
"Delivery speed","Snelheid levering"
|
169 |
"Order status updates","Info over verloop order"
|
170 |
"Customer-friendly","Klantvriendelijkheid"
|
171 |
-
"Response time","Reactiesnelheid"
|
|
|
|
168 |
"Delivery speed","Snelheid levering"
|
169 |
"Order status updates","Info over verloop order"
|
170 |
"Customer-friendly","Klantvriendelijkheid"
|
171 |
+
"Response time","Reactiesnelheid"
|
172 |
+
"Optional: Product Reviews","Optioneel: Product Reviews"
|
173 |
+
"This option is still in beta, contact The Feedback Company for more information.<br/>","Deze functie is nog niet voor alle klanten van The Feedback Company beschikbaar. Momenteel worden er beta tests uitgevoerd door The Feedback Company in samenwerking met een aantal klanten. Wilt u graag meehelpen met het testen? Neem dan contact op met support@feedbackcompany.com zij leggen u graag uit hoe dit in zijn werk gaat.<br/>"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Feedbackcompany</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Connect your Magento shop to The Feedback Company</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magmodules_Feedbackcompany</name>
|
4 |
+
<version>1.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
10 |
<description>Connect your Magento shop to The Feedback Company</description>
|
11 |
<notes>First stable release</notes>
|
12 |
<authors><author><name>Magmodules</name><user>auto-converted</user><email>info@magmodules.nl</email></author></authors>
|
13 |
+
<date>2015-11-23</date>
|
14 |
+
<time>10:36:43</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Magmodules"><dir name="Feedbackcompany"><dir name="Block"><dir name="Adminhtml"><dir name="Feedbacklog"><file name="Grid.php" hash="1898d4df8746111e1a5404869226b26a"/></dir><dir name="Feedbackreviews"><dir name="Renderer"><file name="Experience.php" hash="b5fd639eea45b31779747da049b66a80"/></dir><file name="Grid.php" hash="e56fee3f655371a066e9f56ce5ae914d"/></dir><dir name="Widget"><dir name="Buttons"><file name="Process.php" hash="4d2bce798a5b9c2b5d62bfe35c27d720"/><file name="Test.php" hash="040ecb43856a68dca4699a63c1e9c9f8"/></dir><dir name="Field"><file name="Version.php" hash="01bbd4eb77108ef49a8bd7792bf2acd2"/></dir><dir name="Form"><file name="Heading.php" hash="8f820fe2ad56e3c4be54f7f84bc47eca"/><file name="Note.php" hash="974eaf447da64ec78001cd91f3cc3827"/></dir><dir name="Grid"><file name="Log.php" hash="ceff6fe31ea786257d1fd1c5c7a4ef82"/><file name="Seconds.php" hash="a7e6db7624fee7717cba3048f3f5638b"/><file name="Stars.php" hash="8041613a13a202b0df1d376dc38c5e76"/></dir><dir name="Info"><file name="Info.php" hash="fe80bd3c99f8cd6c814ab2ae8ad4cffe"/></dir></dir><file name="Feedbacklog.php" hash="eb36920b105077ca572137ccb4a9345c"/><file name="Feedbackreviews.php" hash="d1cf617989422aa0533d354dfde0fdf1"/></dir><file name="Custom.php" hash="de171ebe7fbc8a6d398c29da4427c0b5"/><file name="Reviews.php" hash="9393b1ffb4f9514cad46a51db24e6ab4"/><file name="Sidebar.php" hash="2cf37dc01dbde2a192f1b3a7f81c60c8"/></dir><dir name="Helper"><file name="Data.php" hash="e08c236b7638b9ba756a66caa36567f8"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Log"><file name="Collection.php" hash="1c6f30ede26cadb9fd4c51f916cbfeb2"/></dir><dir name="Reviews"><file name="Collection.php" hash="17f3acddd0e184f923d137433aaa40ee"/></dir><dir name="Stats"><file name="Collection.php" hash="184fe402b66949e0d4fdb95fc6b4189d"/></dir><file name="Log.php" hash="542d942a56d159d5c1af65ed5c6de857"/><file name="Reviews.php" hash="5518780ad915f644ed9cc319def2da8c"/><file name="Stats.php" hash="268aed9ed09e83611b12c7bbbfca5076"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Attribute.php" hash="de511d86d47ae252e3097c335302c294"/><file name="Category.php" hash="43e5e5d69b764e9c93f9089e0ec64d26"/><file name="Cronfrequency.php" hash="80f7f624a17328052b156c7fde67ff7a"/><file name="Orderstatus.php" hash="64429a1804e1bc5ec2f0ea89e7627fc8"/><file name="Position.php" hash="3c11a9fba6006528bb904036ca87f619"/><file name="Reviewlink.php" hash="87122c1414c49a24222288fe3e96216c"/><file name="Sidebarlink.php" hash="9e1a817b4253645b5632306ffd89dd03"/></dir></dir></dir><file name="Api.php" hash="ff1589aa340baea6cf2d7e2b60f89732"/><file name="Log.php" hash="e64de82f87f3830914240e24ccbfb402"/><file name="Observer.php" hash="bd1fb89d488c75c70958f1eeb7ea1b02"/><file name="Reviews.php" hash="3bf63cf189783041cad55442b8416f98"/><file name="Stats.php" hash="0475942d246cc81c98e35b4232a2fbd3"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="FeedbacklogController.php" hash="1e91b35498c18a47ff5c7fe04f3a720e"/><file name="FeedbackreviewsController.php" hash="e516e42aa791c0aa53b5d125d238d4c3"/></dir><file name="IndexController.php" hash="da1707d69452f5430305c20c083cba78"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8d51e2aa74e51f8de79650776cff510e"/><file name="config.xml" hash="d2939963c6e0bd02ac077ede62112d26"/><file name="system.xml" hash="901ff0c1e0a2bdad2982dee4d004b94e"/></dir><dir name="sql"><dir name="feedbackcompany_setup"><file name="mysql4-install-0.9.0.php" hash="c86ec8f3c3a12cda7dd750cbd21dfca7"/><file name="mysql4-upgrade-1.2.1-1.2.2.php" hash="ef0c26c41ecfe27a20abacd5f041fae6"/><file name="mysql4-upgrade-1.2.5-1.2.6.php" hash="0b7697b895677239dd9b4378e7578b90"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="magmodules_feedbackcompany.xml" hash="e602f5a1e7028f893a598e4b171e26b8"/></dir><dir name="template"><dir name="magmodules"><dir name="feedbackcompany"><dir name="sidebar"><file name="left.phtml" hash="ce6032051f6297d0d7754e209a2fe1fd"/><file name="right.phtml" hash="0033188b9d06524aa61dfd703a3b0f0a"/></dir><dir name="widget"><file name="medium.phtml" hash="57a3a491f86331db7b97637a1bd9c45a"/><file name="sidebar.phtml" hash="a3823c23c28bb7ee701ecf73faf147d3"/><file name="small.phtml" hash="a01354bab54c15dcce78aa55482c4bce"/></dir><file name="index.phtml" hash="99be2744c97f5eadcacd3f78d9d4b784"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="magmodules_feedbackcompany.xml" hash="886af6aabcc892da5074c93ad0263006"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magmodules_Feedbackcompany.xml" hash="bcf891696a8602a49ef00ec0440b944a"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Magmodules_Feedbackcompany.csv" hash="c9ee3be1fe9081310a138e6690b1dbeb"/></dir><dir name="nl_NL"><file name="Magmodules_Feedbackcompany.csv" hash="70e1ff3eb9ba720ab139f0ecdd31cb81"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="magmodules"><dir name="feedbackcompany"><dir name="images"><file name="5-stars-empty.png" hash="799c499ca785331e7e69d892df52dd48"/><file name="5-stars-full.png" hash="1d06151a2c4da6bb71381538c8a903a5"/><file name="bkg_rating.gif" hash="83c843697e71cbe94ddd75bdedcbcf95"/><file name="bkg_rating2x.gif" hash="f71a52080752ca47b4c19810afd72e54"/><file name="greystar.png" hash="ab99888c7a8f47826ad7a83bcabf9130"/><file name="logo.png" hash="6c8d46ba30a7ae87dcb75db12830b33f"/><file name="small_fill.png" hash="2fa2ce516dddb74497ada0ae8be94380"/><file name="small_grey.png" hash="685735e666b7938f19ffe3b420152572"/><file name="star.png" hash="647c77f0ef881fb2a90a4f53f70d75fa"/></dir><file name="richsnippets.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="sidebar.css" hash="7054e114987ad6f34d590ca91a0156c6"/><file name="style.css" hash="8d8e704c557822af8df371d3ce0e6e81"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="magmodules"><dir name="feedbackcompany"><file name="grid.css" hash="ea7e85df839bf0eb7bc6882608da80b0"/><file name="star.png" hash="4beacfb62ebdd5feecd946494e895f4c"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|