Page 1 of 1
Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Tue Jan 28, 2014 8:35 am
by DragonJ
I followed the instructions in this post --
http://forum.opencart.com/viewtopic.php ... 63#p386884 -- to fix the tag searching for v1.5.5.1, however it doesn't work.
I created a test tag for one of my products: ASDFASDF
When I enter ASDFASDF into the search bar, the result page says, "There is no product that matches the search criteria."
How can tag searching be fixed?
Re: Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Thu Feb 06, 2014 1:14 am
by leeblee
Not sure if you worked it out.
create a vqmod file for your site and paste this in it and it should fix the problem for you. This is what I knocked up and use on my 1.5.5.1 site and it seems to work fine
Lee
<modification>
<id><![CDATA[Kobishi 1.5.5.1 tags fix]]></id>
<version><![CDATA[1.0]]></version>
<vqmver><![CDATA[2.2.3]]></vqmver>
<author><![CDATA[Lee Bushby]]></author>
<file path="/catalog/controller/product/" name="search.php">
<operation info="Replace tags to fix 1.5.5.1 tags">
<search position="replace" error="log"><![CDATA[
['filter_tag']
]]></search>
<add><![CDATA[
['tag']
]]></add>
</operation>
</file>
</modification>
Re: Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Sun Feb 09, 2014 7:15 am
by DragonJ
It didn't work.
Re: Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Wed Mar 05, 2014 2:38 am
by desingenia
Having the same problem on a 1.5.5.1 installation.
DragonJ, have you found any solution?
Re: Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Mon Mar 10, 2014 8:27 pm
by DragonJ
Nope.
Re: Tag searching isn't working. Finds no results. v1.5.5.1
Posted: Fri May 02, 2014 8:42 am
by mandamexico
bump this please