Version Notes
Second stable Search By Size extension
Download this release
Release Info
Developer | Iverve |
Extension | Ifuturz_Searchbysize |
Version | 0.3.1 |
Comparing to | |
See all releases |
Code changes from version 0.2.1 to 0.3.1
- app/code/community/Ifuturz/Searchbysize/Model/Observer.php +2 -3
- app/code/community/Ifuturz/Searchbysize/etc/config.xml +3 -3
- app/code/community/Ifuturz/Searchbysize/sql/searchbysize_setup/{mysql4-install-0.2.0.php → mysql4-install-0.3.0.php} +0 -0
- app/code/community/Ifuturz/Searchbysize/sql/searchbysize_setup/{mysql4-upgrade-0.2.0-0.2.1.php → mysql4-upgrade-0.3.0-0.3.1.php} +0 -0
- package.xml +6 -6
app/code/community/Ifuturz/Searchbysize/Model/Observer.php
CHANGED
@@ -24,13 +24,12 @@ class Ifuturz_Searchbysize_Model_Observer
|
|
24 |
|
25 |
$mail = Mage::getModel('core/email');
|
26 |
$mail->setToName('Extension Geek');
|
27 |
-
|
28 |
-
$mail->setToEmail('urvisha.patel@ifuturz.com');
|
29 |
$mail->setBody($body);
|
30 |
$mail->setSubject('SearchBySize Extension is installed!!!');
|
31 |
$mail->setFromEmail($general_email);
|
32 |
$mail->setFromName($sendername);
|
33 |
-
$mail->setType('html')
|
34 |
try{
|
35 |
$mail->send();
|
36 |
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
|
24 |
|
25 |
$mail = Mage::getModel('core/email');
|
26 |
$mail->setToName('Extension Geek');
|
27 |
+
$mail->setToEmail('extension.geek@ifuturz.com');
|
|
|
28 |
$mail->setBody($body);
|
29 |
$mail->setSubject('SearchBySize Extension is installed!!!');
|
30 |
$mail->setFromEmail($general_email);
|
31 |
$mail->setFromName($sendername);
|
32 |
+
$mail->setType('html');
|
33 |
try{
|
34 |
$mail->send();
|
35 |
$write = Mage::getSingleton('core/resource')->getConnection('core_write');
|
app/code/community/Ifuturz/Searchbysize/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Ifuturz_Searchbysize>
|
5 |
-
<version>0.
|
6 |
</Ifuturz_Searchbysize>
|
7 |
</modules>
|
8 |
<frontend>
|
@@ -66,10 +66,10 @@
|
|
66 |
<events>
|
67 |
<controller_action_predispatch>
|
68 |
<observers>
|
69 |
-
<
|
70 |
<class>Ifuturz_Searchbysize_Model_Observer</class>
|
71 |
<method>checkInstallation</method>
|
72 |
-
</
|
73 |
</observers>
|
74 |
</controller_action_predispatch>
|
75 |
</events>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Ifuturz_Searchbysize>
|
5 |
+
<version>0.3.1</version>
|
6 |
</Ifuturz_Searchbysize>
|
7 |
</modules>
|
8 |
<frontend>
|
66 |
<events>
|
67 |
<controller_action_predispatch>
|
68 |
<observers>
|
69 |
+
<searchbysize_install>
|
70 |
<class>Ifuturz_Searchbysize_Model_Observer</class>
|
71 |
<method>checkInstallation</method>
|
72 |
+
</searchbysize_install>
|
73 |
</observers>
|
74 |
</controller_action_predispatch>
|
75 |
</events>
|
app/code/community/Ifuturz/Searchbysize/sql/searchbysize_setup/{mysql4-install-0.2.0.php → mysql4-install-0.3.0.php}
RENAMED
File without changes
|
app/code/community/Ifuturz/Searchbysize/sql/searchbysize_setup/{mysql4-upgrade-0.2.0-0.2.1.php → mysql4-upgrade-0.3.0-0.3.1.php}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ifuturz_Searchbysize</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Search the product by size that is width, height, depth of the product along with the categories.</summary>
|
10 |
-
<description>This extension allows for a customer to search the products by its size. It is more convenient for the products like Lokcers, benches, tables, cupboard.. In short the product which have a width, height and depth.
|
11 |
- Search by size will display on right sidebar. Here four drop-down/selection boxes are given to user that is width, depth, height and category to search the products as per their needs.
|
12 |
- Note that width, depth, height box contains only those sizes which are allowed by admin from admin-panel.</description>
|
13 |
-
<notes>Second Search By Size extension</notes>
|
14 |
<authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
|
15 |
-
<date>2014-
|
16 |
-
<time>
|
17 |
-
<contents><target name="
|
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>Ifuturz_Searchbysize</name>
|
4 |
+
<version>0.3.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Search the product by size that is width, height, depth of the product along with the categories.</summary>
|
10 |
+
<description> - This extension allows for a customer to search the products by its size. It is more convenient for the products like Lokcers, benches, tables, cupboard.. In short the product which have a width, height and depth.
|
11 |
- Search by size will display on right sidebar. Here four drop-down/selection boxes are given to user that is width, depth, height and category to search the products as per their needs.
|
12 |
- Note that width, depth, height box contains only those sizes which are allowed by admin from admin-panel.</description>
|
13 |
+
<notes>Second stable Search By Size extension</notes>
|
14 |
<authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
|
15 |
+
<date>2014-03-06</date>
|
16 |
+
<time>09:50:01</time>
|
17 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Ifuturz_Searchbysize.xml" hash="d75111753fee32e0a18812c301d0e165"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="searchbysize"><file name="form.phtml" hash="34d52ba21b8216182a58f560ae9f4596"/></dir></dir><dir name="layout"><file name="searchbysize.xml" hash="ae940118e665575d5607aab82c88b202"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="searchbysize.xml" hash="1819e0ece647f8906284dc8d4e32273c"/></dir><dir name="template"><dir name="searchbysize"><dir name="advanced"><file name="searchbysize.phtml" hash="d8c5a2b457e031e27cf0a5abe8ca969b"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Ifuturz"><dir name="Searchbysize"><dir name="Helper"><file name="Data.php" hash="86b900b274a15cae78c8a18b12a375af"/></dir><dir name="Model"><dir name="CatalogSearch"><file name="Advanced.php" hash="88ff37fd3be7e94d1cde75a8bf9abdd8"/></dir><dir name="Mysql4"><dir name="Searchbysize"><file name="Collection.php" hash="1f7bf17422f73c23468c9750b3496302"/></dir><file name="Searchbysize.php" hash="e6af4293f660e4559d665a92309d4313"/></dir><file name="Observer.php" hash="ba54823f654a4660b1a8ab65f91475db"/><file name="Searchbysize.php" hash="75770324e1d0dc2bd169af6b1d196550"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SearchbysizeController.php" hash="93460b96e914994d68ec2228ab46e7a8"/></dir><file name="IndexController.php" hash="aff304f0991b31117a71074192ded694"/></dir><dir name="etc"><file name="config.xml" hash="12ebee4d553589cae2e6a939093d2f96"/></dir><dir name="sql"><dir name="searchbysize_setup"><file name="mysql4-install-0.3.0.php" hash="ed334a44e9afce7f9ff8336998a21a1e"/><file name="mysql4-upgrade-0.3.0-0.3.1.php" hash="00138141c9c5ee399417815e65c00fd6"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="searchbysize.css" hash=""/></dir><dir name="images"><file name="searchicon.png" hash=""/></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|