Post by delorean75 » Fri Feb 26, 2010 7:10 pm

good morning,
You can install this module on OpenCart version 1.4?
thanks
delorean75

Newbie

Posts

Joined
Fri Feb 26, 2010 5:48 pm

Post by richard211986 » Fri Feb 26, 2010 11:40 pm

yes you can now but have to run the sql file in your mysql database to create the tables

Active Member

Posts

Joined
Sun Sep 20, 2009 5:34 am

Post by deejayp » Sun Feb 28, 2010 1:43 am

sorry, but I put the file inside the rispect folder.. but in ADMIN/MODEL/CATALOG/PRODUCT have an error.
(version 1.4 - I use the module for this version)

I try to delete the code presente in the first row:

Protected $product_tags=array();

and the script is ok...but When I click the words presents in the BOX TAG CLOUD , all keywords are clicked (sorry for my bad english)

click here for view the problem: http://www.eshop-webplan.com/opencart/i ... ommon/home

Newbie

Posts

Joined
Sat Feb 27, 2010 4:09 pm

Post by deejayp » Sun Feb 28, 2010 1:45 am

ops...now if you want to modify a product, Is impossible to view the page !!


ok... this is the problem..

If I leave this code: Protected $product_tags=array();

and I take a product, that I have not put any words (before) inside the field TAGS, and I want to modify, I have an error.

If I take a product that I have put some words (before) inside the field tags, the script is ok.

Who knows a solution to this problem !? ???

Newbie

Posts

Joined
Sat Feb 27, 2010 4:09 pm

Post by deejayp » Mon Mar 01, 2010 5:18 pm

sorry, but there's the same problem ! :(

Newbie

Posts

Joined
Sat Feb 27, 2010 4:09 pm

Post by channelcommerce » Wed Apr 28, 2010 7:36 pm

I'm using the Tag Cloud module with version 1.4.7, is the limit supposed to limit the number of Tags displayed?

My limit is set at 10 but it is showing up to around 20 tags.

Is anyone else having the same issue? I like the Tag Cloud but it's starting to dominate the side column!

Opencart Themes and eCommerce Solutions


New member

Posts

Joined
Tue Apr 13, 2010 4:46 am

Post by Xsecrets » Wed Apr 28, 2010 9:19 pm

you are correct. I goofed when I changed the queries and left the limit off. you can edit catalog/model/module/tagcloud.php

find

Code: Select all

$tagNameQuery = $this->db->query("SELECT DISTINCT tag FROM " . DB_PREFIX . "product_tags WHERE language_id=" . $this->config->get('config_language_id'));
and change it to

Code: Select all

$tagNameQuery = $this->db->query("SELECT DISTINCT tag FROM " . DB_PREFIX . "product_tags WHERE language_id=" . $this->config->get('config_language_id') . " LIMIT " . $limit);
I am going to upload a corrected version momentarily.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Qphoria » Wed Apr 28, 2010 9:24 pm

HOW DARE YOU!

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by channelcommerce » Wed Apr 28, 2010 9:51 pm

Thanks, that's sorted it.

Looks a lot better proportioned now!

Opencart Themes and eCommerce Solutions


New member

Posts

Joined
Tue Apr 13, 2010 4:46 am

Post by migz » Wed Apr 28, 2010 10:05 pm

anybody got link to 1.4.0. cloud module? is this the same as 1.4.7 tags?

Active Member

Posts

Joined
Mon Feb 01, 2010 2:13 am

Post by Qphoria » Wed Apr 28, 2010 11:46 pm

1.4.7 Tags is the actually the data. Tag Cloud is an addon that makes a cloud from the tags

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Xsecrets » Thu Apr 29, 2010 2:01 am

migz wrote:anybody got link to 1.4.0. cloud module? is this the same as 1.4.7 tags?
there's a link in the forums somewhere to all the old extensions. The cloud generation code in the 1.4.7 module is based on the 1.4.0 module, but they are different from there. The 1.4.0 module required editing alot of files where 1.4.7 doesn't require any file edits, mostly because the tags have been moved into the core now. Also the 1.4.0 module did something on the frontend product pages. I didn't even look to see what it was because I knew I didn't feel like messing with it.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Qphoria » Thu Apr 29, 2010 2:53 am

I think it also added the clickable product tags under the product. This will be added in the next version

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 9 guests