wiser_search - Version 1.0.12

Version Notes

1.0.12
- Added more filterable options for visibility in search
1.0.11
- Added notifications to have realtime updates in screen.
1.0.10
- Added support for affiliate stores
1.0.9
- support more price variations
1.0.8
- Multi storeview content pages support added

Download this release

Release Info

Developer Niels - Rejuni
Extension wiser_search
Version 1.0.12
Comparing to
See all releases


Code changes from version 1.0.11 to 1.0.12

app/code/community/Wiser/Search/Helper/ProductData.php CHANGED
@@ -55,6 +55,10 @@ class Wiser_Search_Helper_ProductData
55
  } else {
56
  $Data['availability'] = 'no';
57
  }
 
 
 
 
58
 
59
  //$Data['shippingcost'] = $Config->general->shippingcost;
60
  //$Data['shippingtime'] = $Config->general->shippingtime;
55
  } else {
56
  $Data['availability'] = 'no';
57
  }
58
+
59
+ $Data['visibility_int'] = $Product->getVisibility();
60
+ $Data['visibility_bool'] = $Product->getVisibility() > 2;
61
+
62
 
63
  //$Data['shippingcost'] = $Config->general->shippingcost;
64
  //$Data['shippingtime'] = $Config->general->shippingtime;
app/code/community/Wiser/Search/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Wiser_Search>
5
- <version>1.0.11</version>
6
  </Wiser_Search>
7
  </modules>
8
  <global>
@@ -59,7 +59,7 @@
59
  <default>
60
  <wiser_search>
61
  <wiser_search_group>
62
- <extension_version>1.0.11</extension_version>
63
  </wiser_search_group>
64
  </wiser_search>
65
  </default>
2
  <config>
3
  <modules>
4
  <Wiser_Search>
5
+ <version>1.0.12</version>
6
  </Wiser_Search>
7
  </modules>
8
  <global>
59
  <default>
60
  <wiser_search>
61
  <wiser_search_group>
62
+ <extension_version>1.0.12</extension_version>
63
  </wiser_search_group>
64
  </wiser_search>
65
  </default>
package.xml CHANGED
@@ -1,14 +1,16 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
- <version>1.0.11</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickly have your search results on screen while typing, advanced statistics and advanced layered navigation</summary>
10
  <description>Show search results to your customers while typing, indexes both products and pages. Allows the webshop administrator to view advanced search statistics.</description>
11
- <notes>1.0.11&#xD;
 
 
12
  - Added notifications to have realtime updates in screen.&#xD;
13
  1.0.10&#xD;
14
  - Added support for affiliate stores&#xD;
@@ -18,9 +20,9 @@
18
  - Multi storeview content pages support added&#xD;
19
  </notes>
20
  <authors><author><name>Niels - Rejuni</name><user>niels</user><email>niels@rejuni.nl</email></author><author><name>Remco - Rejuni</name><user>remco</user><email>remco@rejuni.nl</email></author></authors>
21
- <date>2016-12-10</date>
22
- <time>11:12:08</time>
23
- <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="f048f36f51154a9c8152e9aca2392434"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="10a19d78c67c8cb85a5aada89ef0cf03"/></dir><dir name="Model"><file name="Observer.php" hash="782deb17a86b0fece973754252e1fcc0"/></dir><dir name="controllers"><file name="IndexController.php" hash="e1e329d2fc62c9cd19cc9fef8389dac3"/></dir><dir name="etc"><dir name="adminhtml"><file name="events.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="config.xml" hash="1d331d4f223e1a41417fd9bbd0e421c2"/><file name="system.xml" hash="5a299551f98cd4800bc8b0a8da822dce"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wiser_Search.xml" hash="4a518f78635b9e09b5b907a096b1ae91"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wiser_search.xml" hash="f66cf33d0e88676e86bba6f0c561e485"/></dir><dir name="template"><dir name="wiser_search"><file name="conversion.phtml" hash="01671ab852225eec8384d9faae183be9"/></dir></dir></dir></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
+ <version>1.0.12</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license.php">GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Quickly have your search results on screen while typing, advanced statistics and advanced layered navigation</summary>
10
  <description>Show search results to your customers while typing, indexes both products and pages. Allows the webshop administrator to view advanced search statistics.</description>
11
+ <notes>1.0.12&#xD;
12
+ - Added more filterable options for visibility in search&#xD;
13
+ 1.0.11&#xD;
14
  - Added notifications to have realtime updates in screen.&#xD;
15
  1.0.10&#xD;
16
  - Added support for affiliate stores&#xD;
20
  - Multi storeview content pages support added&#xD;
21
  </notes>
22
  <authors><author><name>Niels - Rejuni</name><user>niels</user><email>niels@rejuni.nl</email></author><author><name>Remco - Rejuni</name><user>remco</user><email>remco@rejuni.nl</email></author></authors>
23
+ <date>2016-12-17</date>
24
+ <time>10:10:15</time>
25
+ <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="55aa4e5877b2280e1e9283c24ce51667"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="10a19d78c67c8cb85a5aada89ef0cf03"/></dir><dir name="Model"><file name="Observer.php" hash="782deb17a86b0fece973754252e1fcc0"/></dir><dir name="controllers"><file name="IndexController.php" hash="e1e329d2fc62c9cd19cc9fef8389dac3"/></dir><dir name="etc"><dir name="adminhtml"><file name="events.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="config.xml" hash="9c0f9bdab7309af6f41303059cb08885"/><file name="system.xml" hash="5a299551f98cd4800bc8b0a8da822dce"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wiser_Search.xml" hash="4a518f78635b9e09b5b907a096b1ae91"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wiser_search.xml" hash="f66cf33d0e88676e86bba6f0c561e485"/></dir><dir name="template"><dir name="wiser_search"><file name="conversion.phtml" hash="01671ab852225eec8384d9faae183be9"/></dir></dir></dir></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
28
  </package>