Version Notes
- Added support for affiliate stores
Download this release
Release Info
| Developer | Niels - Rejuni |
| Extension | wiser_search |
| Version | 1.0.10 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.9 to 1.0.10
app/code/community/Wiser/Search/controllers/IndexController.php
CHANGED
|
@@ -94,8 +94,8 @@ class Wiser_Search_IndexController extends Mage_Core_Controller_Front_Action {
|
|
| 94 |
$_Store['locale'] = substr(Mage::getStoreConfig('general/locale/code', $store->getId()),0,2);
|
| 95 |
|
| 96 |
// Gets the current store's home url
|
| 97 |
-
$_Store['productfeed'] =
|
| 98 |
-
$_Store['contentfeed'] =
|
| 99 |
|
| 100 |
$_Store['currency'] = $store->getCurrentCurrencyCode();
|
| 101 |
|
| 94 |
$_Store['locale'] = substr(Mage::getStoreConfig('general/locale/code', $store->getId()),0,2);
|
| 95 |
|
| 96 |
// Gets the current store's home url
|
| 97 |
+
$_Store['productfeed'] = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK) . "wiser_search/?store=" . $store->getStoreId();
|
| 98 |
+
$_Store['contentfeed'] = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK) . "wiser_search/?store=" . $store->getStoreId() ."&mode=content";
|
| 99 |
|
| 100 |
$_Store['currency'] = $store->getCurrentCurrencyCode();
|
| 101 |
|
app/code/community/Wiser/Search/etc/adminhtml/events.xml
ADDED
|
File without changes
|
app/code/community/Wiser/Search/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Wiser_Search>
|
| 5 |
-
<version>1.0.
|
| 6 |
</Wiser_Search>
|
| 7 |
</modules>
|
| 8 |
<global>
|
|
@@ -54,7 +54,7 @@
|
|
| 54 |
<default>
|
| 55 |
<wiser_search>
|
| 56 |
<wiser_search_group>
|
| 57 |
-
<extension_version>1.0.
|
| 58 |
</wiser_search_group>
|
| 59 |
</wiser_search>
|
| 60 |
</default>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Wiser_Search>
|
| 5 |
+
<version>1.0.10</version>
|
| 6 |
</Wiser_Search>
|
| 7 |
</modules>
|
| 8 |
<global>
|
| 54 |
<default>
|
| 55 |
<wiser_search>
|
| 56 |
<wiser_search_group>
|
| 57 |
+
<extension_version>1.0.10</extension_version>
|
| 58 |
</wiser_search_group>
|
| 59 |
</wiser_search>
|
| 60 |
</default>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>wiser_search</name>
|
| 4 |
-
<version>1.0.
|
| 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
|
| 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-
|
| 14 |
-
<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="
|
| 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.10</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 affiliate stores</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-11-01</date>
|
| 14 |
+
<time>18:17:36</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="e1e329d2fc62c9cd19cc9fef8389dac3"/></dir><dir name="etc"><dir name="adminhtml"><file name="events.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="config.xml" hash="39e0136000721c34c5130d6e17890e27"/><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>
|
