scripter83 Posted October 22, 2010 Share Posted October 22, 2010 Hi thereI'm using firefox..I am working on my first Prestashop install and am experiencing a strange bug when producing a grid of subcategories. At first I thought it was CSS related but after further inspection is seems that the outputted HTML is temporamental;Usually by hard refreshing (ctrl+f5) will correct it. But if browsed to using the navigation, this is when it mucks up.For example: http://ukcentral.com.au/category.php?id_category=30My categories.tpl for producing the subcats: <!-- Subcategories --> {l s='Subcategories'} {foreach from=$subcategories item=subcategory key=k} getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" /> {else} {/if} {$subcategory.name|escape:'htmlall':'UTF-8'} {/foreach} In the loop, the correctly outputted code for each looks like this: Leeds United And when it mucks up it outputs: Leeds United So with that, does anybody know what's going on here? As it beats me!Thanks!Will Link to comment Share on other sites More sharing options...
scripter83 Posted October 23, 2010 Author Share Posted October 23, 2010 Is anyone at least seeing the same problem? Link to comment Share on other sites More sharing options...
scripter83 Posted October 25, 2010 Author Share Posted October 25, 2010 Anyone? 8-/ Link to comment Share on other sites More sharing options...
razaro Posted October 25, 2010 Share Posted October 25, 2010 It displays OK to me in Firefox,IE9 and Chrome.Don't know where is a problem.But I did notice contact and sitemap text above cart, that shouln't be there ? Link to comment Share on other sites More sharing options...
scripter83 Posted October 25, 2010 Author Share Posted October 25, 2010 hmmm bizarre.. thank you anayway. Yes the design still needs some cleaning up before going live, I just got stuck on this issue.. Link to comment Share on other sites More sharing options...
Recommended Posts