View Single Post
  #16  
Old 04-08-2007, 06:23 AM
 
Newpowerr Newpowerr is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 32
 

Default Re: Subcategory text & images for x-cart 4.1.5

Quote:
Originally Posted by obaluba2
Did anyone manage to solve why Images werent showing up? I've installed this mod and all seems fine except I cant see the images!

Is the code in question

<td class="ColumnTitles" valign="top"><a title="{$subcat.description}" href="home.php?cat={ $subcat.categoryid }"><img src="{if $subcat.icon_url}{$subcat.icon_url}{else}{$xcart_w eb_dir}/default_image.gif{/if}" alt="" />

anyone have any ideas?

thanks


That is because there is an error in the code, everybody is doing a nice copy and paste without looking at the code as to what it does.
In the code it says: {$xcart_w eb_dir}/default_image.gif{/if}

As many of you can see, there is an ampty space between the w and the eb of the word xcart_web_dir. Get rid of this empty space and it will work fine.
__________________
X-CART-4.1.9 Pro
Add-on: X-Affiliate
Add-on: X-RMA (Return Merchandise Authorization)
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Reply With Quote