wiser_search - Version 1.0.9

Version Notes

- Added support for various price options

Download this release

Release Info

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


Code changes from version 1.0.8 to 1.0.9

app/code/community/Wiser/Search/Helper/ProductData.php CHANGED
@@ -12,8 +12,15 @@ class Wiser_Search_Helper_ProductData
12
  $Data['storeid'] = $storeId;
13
  $Data['title']=$Product->getName();
14
  $Data['description']=strip_tags($Product->getDescription());
15
- $Data['price']=$Product->getPrice();
 
 
 
 
 
 
16
  $Data['special_price']=$Product->getSpecialPrice();
 
17
  $Data['link']=$Product->getProductUrl();
18
  $Data['image_link']= $Product->getImage() == "no_selection" ? "" : Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA).'catalog/product'.$Product->getImage();
19
  $Data['image_link_medium']= $Product->getImage() == "no_selection" ? "" : (string) Mage::helper('catalog/image')->init( $Product, 'image')->resize(320, 320);
12
  $Data['storeid'] = $storeId;
13
  $Data['title']=$Product->getName();
14
  $Data['description']=strip_tags($Product->getDescription());
15
+
16
+ $Data['price']=$Product->getFinalPrice();
17
+
18
+ $Data['price_inc_tax'] = Mage::helper('tax')->getPrice($Product, $Product->getFinalPrice(), true, null, null, null, null, null, false);
19
+ $Data['price_ex_tax'] = Mage::helper('tax')->getPrice($Product, $Product->getFinalPrice(), false);
20
+
21
+ $Data['tax_percent'] = $Product->getData('tax_percent');
22
  $Data['special_price']=$Product->getSpecialPrice();
23
+
24
  $Data['link']=$Product->getProductUrl();
25
  $Data['image_link']= $Product->getImage() == "no_selection" ? "" : Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA).'catalog/product'.$Product->getImage();
26
  $Data['image_link_medium']= $Product->getImage() == "no_selection" ? "" : (string) Mage::helper('catalog/image')->init( $Product, 'image')->resize(320, 320);
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
- <version>1.0.8</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>- Multi storeview content pages support added</notes>
12
  <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>
13
- <date>2016-07-30</date>
14
- <time>08:47:04</time>
15
- <contents><target name="magecommunity"><dir name="Wiser"><dir name="Search"><dir name="Helper"><file name="Data.php" hash="d127ac82b4dd20580f24d1bdc0eb9349"/><file name="ProductData.php" hash="c25735016b815edb0ad9e6189b4e9a17"/><file name="SimpleXml.php" hash="ee3906507dd83a9b540e5fb2afaf767e"/><file name="XmlFeed.php" hash="10a19d78c67c8cb85a5aada89ef0cf03"/></dir><dir name="Model"><file name="Observer.php" hash="e49cadb4943c313261dd9e2515712990"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba3c6190f42fdf7a2c023bc73bc0a762"/></dir><dir name="etc"><file name="config.xml" hash="35988ddeb10fb67b0b0be61d1a7a1f62"/><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>
16
  <compatible/>
17
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>wiser_search</name>
4
+ <version>1.0.9</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>- Added support for various price options</notes>
12
  <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>
13
+ <date>2016-10-03</date>
14
+ <time>19:06:50</time>
15
+ <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="e49cadb4943c313261dd9e2515712990"/></dir><dir name="controllers"><file name="IndexController.php" hash="ba3c6190f42fdf7a2c023bc73bc0a762"/></dir><dir name="etc"><file name="config.xml" hash="35988ddeb10fb67b0b0be61d1a7a1f62"/><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>
16
  <compatible/>
17
  <dependencies><required><php><min>5.4.0.</min><max>7.0.2.</max></php></required></dependencies>
18
  </package>