Jump to content

[SOLVED] Tag Cloud issue


Recommended Posts

Hi,

 

Sorry for that simple question but i'm a new to PS.

So, i attached the Tags block to the displayLeftColumn hook but it doesn't appear in the front end. I added a few tags to the products to be sure, but... nothing :s

 

Anybody would have an idea?

 

Thanks

Link to comment
Share on other sites

have u added tags properly backoffice catalog tags> and see block tags module how many tags allowed

Yes this section contains tags.

thanks for the link, i checked it

there is no block tags block, thats right.

 

can you check your theme directory, maybe there you've got empty blocktags file

/themes/YOUR_THEME/modules/blocktags/blocktags.tpl

 

does this file exist?

 

I checked the file. Here is it's content:

{** 2007-2012 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is 
also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php*'>http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through 
the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade 
PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.**  @author PrestaShop 
SA <[email protected]>*  @copyright  2007-2012 PrestaShop SA*  @version  Release: $Revision: 7465 $*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free 
License (AFL 3.0)*  International Registered Trademark & Property of PrestaShop SA*}

<!-- Block tags module -->

<div id="tags_block_left" class="block tags_block">	

<h4>{l s='Tags' mod='blocktags'}</h4>	

<p class="block_content">
{if $tags}	
{foreach from=$tags item=tag name=myLoop}		
<a href="{$link->getPageLink('search', true, NULL, "tag={$tag.name|urlencode}")}" title="{l s='More about' mod='blocktags'} {$tag.name|escape:html:'UTF-8'}" class="{$tag.class} {if $smarty.foreach.myLoop.last}last_item{elseif $smarty.foreach.myLoop.first}first_item{else}item{/if}">{$tag.name|escape:html:'UTF-8'}</a>	
{/foreach}
{else}	
{l s='No tags specified yet' mod='blocktags'}
{/if}	
</p>

</div>

<!-- /Block tags module -->
Link to comment
Share on other sites

×
×
  • Create New...