Version Notes
Bug Fixes
Package issues
Download this release
Release Info
Developer | Développeurs EnvoiMoinsCher.com |
Extension | Search_Manipulation |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 2.0.0
app/code/community/Exinent/Productattrupdate/Model/Observer.php
CHANGED
@@ -22,10 +22,7 @@ class Exinent_Productattrupdate_Model_Observer {
|
|
22 |
|
23 |
$productObject->setProductRating($attributeLabel);
|
24 |
}
|
25 |
-
} elseif ($productRatingLabel == null
|
26 |
-
$defaultAttributeLable = $this->getAttributeLableId('60000');
|
27 |
-
$productObject->setProductRating($defaultAttributeLable);
|
28 |
-
} else {
|
29 |
$defaultAttributeLable = $this->getAttributeLableId('60000');
|
30 |
$productObject->setProductRating($defaultAttributeLable);
|
31 |
}
|
22 |
|
23 |
$productObject->setProductRating($attributeLabel);
|
24 |
}
|
25 |
+
} elseif ($productRatingLabel == null) {
|
|
|
|
|
|
|
26 |
$defaultAttributeLable = $this->getAttributeLableId('60000');
|
27 |
$productObject->setProductRating($defaultAttributeLable);
|
28 |
}
|
package.xml
CHANGED
@@ -1,20 +1,30 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Search_Manipulation</name>
|
4 |
-
<version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
<notes>This extension supports sort the products on the basis of product rating in the product list page. We can set all the products to default rating. We can add our own rating on manage product page on Magento admin panel.
|
12 |

|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Search_Manipulation</name>
|
4 |
+
<version>2.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Enables product sorting based on merchant rating in category listing and search results for the customers.</summary>
|
10 |
+
<description>Custom Product Sorting Extension ensures your customers find products based on merchant rating given to Products in Magento back end. <br />
|
|
|
11 |

|
12 |
+

|
13 |
+
Allows customers to sort products by NEW, BEST, BETTER, GOOD and DEFAULT along with default sorting attributes(price,popularity etc.,) assigned to the each Product.
|
14 |
+

|
15 |
+
The products in category listing and search results are sorted based on the merchant rating and priority of the result is New, Best, Better, Good and Default. <br />
|
16 |
+

|
17 |
+
<h1>Sort by NEW Products</h1>
|
18 |
+

|
19 |
+

|
20 |
+
When customers choose New in Sort by list, new products will be shown at the top of search result. Store owners can attract customers who often follow new trends by giving custom rating for managing the order of products appearing on the search result for this sorting option.</description>
|
21 |
+
<notes>Bug Fixes 
|
22 |
+

|
23 |
+
Package issues</notes>
|
24 |
+
<authors><author><name>Dev</name><user>Dev</user><email>developer@exinent.com</email></author></authors>
|
25 |
+
<date>2015-03-17</date>
|
26 |
+
<time>10:39:28</time>
|
27 |
+
<contents><target name="magecommunity"><dir name="Exinent"><dir name="Productattrupdate"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Productattrupdate.php" hash="0adfb25cecfcc56da4ae4f300faff4fa"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0ebef6f305203d2a11bedbfccb8b0516"/></dir><dir name="Model"><file name="Observer.php" hash="71d5e96cbb52501ba6af9586262f6399"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="UpdateController.php" hash="0c22d9570511c13b0b49b901a1b2e3d7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="66d3238c8e285afa3743c4d64e2629b8"/><file name="config.xml" hash="75028a05e4b5f84c3ad0b1bdf3f83603"/><file name="system.xml" hash="facf43a374d3c78a27eabfb8944c870c"/></dir><dir name="sql"><dir name="exinent_search_setup"><file name="install-1.0.0.php" hash="1a4def943164dcbb44fe1b65c30f994d"/><file name="upgrade-1.0.0-1.0.1.php" hash="a883d7b50aa1100863336b4fa74cc440"/><file name="upgrade-1.1.0-1.1.1.php" hash="74418a4185b1fee572f72661053ca45c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="productattrupdate"><dir name="system"><dir name="config"><file name="button.phtml" hash="bfecb8625ebac406f5ab83fdc29ae310"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exinent_Productattrupdate.xml" hash="ea8d9d5a373785c77914c51ff4f65412"/></dir></target></contents>
|
28 |
<compatible/>
|
29 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
30 |
</package>
|