Post by vapestore » Thu Mar 07, 2013 3:48 am

I've been tagging my products and they show up OK at the bottom of the page.

The issue I have though is that when I click on one tag (and I have several products with the same tag) I get a message that says "There is no product that matches the search criteria."

Any idea how to fix this?
Last edited by vapestore on Sat Mar 09, 2013 12:45 am, edited 1 time in total.

Image
Africa's largest selection of herbal vaporizers. Be wise, Vaporize!


New member

Posts

Joined
Tue Mar 05, 2013 1:29 pm

Post by vapestore » Fri Mar 08, 2013 9:54 pm

I've been investigating on my side too and the very kind module developer Deadcow pointed me in the right direction to fix the issue that --according to the guy who developed my theme (yes, I've also bothered him)-- is an OC bug.

Anyhow...Deadcow wrote me this:
Yeah the theme has wrong URLs, check this one, it's working http://vapestore.co.za/index.php?route= ... ter_tag=fv

(The one on your site is http://vapestore.co.za/index.php?route= ... rch&tag=fv)

You need to edit the theme.
SO...I've navigated to public_html/catalog/controller/product.php and found this piece of code that in my case was at line 449 and added filter_ just before the tag on the bottom line.
Now it's all working GREAT.

Thanks to Mat (Deadcow) for helping me figuring it out!!

Code: Select all

$this->data['tags'] = array();
			
			if ($product_info['tag']) {		
				$tags = explode(',', $product_info['tag']);
				
				foreach ($tags as $tag) {
					$this->data['tags'][] = array(
						'tag'  => trim($tag),
						'href' => $this->url->link('product/search', 'filter_tag=' . trim($tag))
				

Image
Africa's largest selection of herbal vaporizers. Be wise, Vaporize!


New member

Posts

Joined
Tue Mar 05, 2013 1:29 pm
Who is online

Users browsing this forum: No registered users and 69 guests