wiser_search - Version 1.0.14

Version Notes

1.0.14
- Quality assurance
1.0.13
- minor bugfix regarding disabled products
- added reinstall button for restricted development environments
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.14
Comparing to
See all releases


Code changes from version 1.0.13 to 1.0.14

app/code/community/Wiser/Search/Model/Observer.php CHANGED
@@ -55,8 +55,7 @@ class Wiser_Search_Model_Observer
55
  $Feed = new Wiser_Search_Helper_XmlFeed();
56
  $_Products = array();
57
  $_Configuration = array();
58
-
59
- die(var_dump($product->getStatus()));
60
  if($product->getStatus() !== 2) //2 == disabled
61
  {
62
  foreach ($stores as $store)
55
  $Feed = new Wiser_Search_Helper_XmlFeed();
56
  $_Products = array();
57
  $_Configuration = array();
58
+
 
59
  if($product->getStatus() !== 2) //2 == disabled
60
  {
61
  foreach ($stores as $store)
package.xml CHANGED
@@ -1,14 +1,16 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
- <version>1.0.13</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.13&#xD;
 
 
12
  - minor bugfix regarding disabled products&#xD;
13
  - added reinstall button for restricted development environments&#xD;
14
  1.0.12&#xD;
@@ -23,9 +25,9 @@
23
  - Multi storeview content pages support added&#xD;
24
  </notes>
25
  <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>
26
- <date>2017-04-01</date>
27
- <time>06:49:35</time>
28
- <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="18b4674ba1f58b83102b5558f88d8d02"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="3628d6c64a8f2bf3e6548b69bcea578b"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="a603ab86bda3c81b0b2c7db85a3ec9fc"/></dir><dir name="Model"><file name="Observer.php" hash="6c44eba674866171689be5833bb749a9"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WiserSearchController.php" hash="1b86a48a1f81e761481c263ccf31897e"/></dir><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="d061186432d19b6f9ac419ea7056ffde"/><file name="system.xml" hash="05679e94fda0a18696cf18c2c1f4c701"/></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><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="wiser_search"><dir name="system"><dir name="config"><file name="button.phtml" hash="4d59a6ef1993f9caa71e34b31b7b988b"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.4.0.</min><max>7.1.3.</max></php></required></dependencies>
31
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
+ <version>1.0.14</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.14&#xD;
12
+ - Quality assurance&#xD;
13
+ 1.0.13&#xD;
14
  - minor bugfix regarding disabled products&#xD;
15
  - added reinstall button for restricted development environments&#xD;
16
  1.0.12&#xD;
25
  - Multi storeview content pages support added&#xD;
26
  </notes>
27
  <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>
28
+ <date>2017-04-15</date>
29
+ <time>07:23:59</time>
30
+ <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="18b4674ba1f58b83102b5558f88d8d02"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="3628d6c64a8f2bf3e6548b69bcea578b"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="a603ab86bda3c81b0b2c7db85a3ec9fc"/></dir><dir name="Model"><file name="Observer.php" hash="c76d5bdb41992971506090707abcb137"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="WiserSearchController.php" hash="1b86a48a1f81e761481c263ccf31897e"/></dir><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="d061186432d19b6f9ac419ea7056ffde"/><file name="system.xml" hash="05679e94fda0a18696cf18c2c1f4c701"/></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><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="wiser_search"><dir name="system"><dir name="config"><file name="button.phtml" hash="4d59a6ef1993f9caa71e34b31b7b988b"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
31
  <compatible/>
32
  <dependencies><required><php><min>5.4.0.</min><max>7.1.3.</max></php></required></dependencies>
33
  </package>