View Single Post
  #5  
Old 08-07-2008, 04:27 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: Multi-column subcategories for 4.1.x

Quote:
What code would show the icon for the sub-category? It shows the default "no available image" icon even though there is an uploaded icon. X-Cart version 4.0.17

Replace this line

PHP Code:
{$xcart_web_dir}/image.php?id={$tmp_subcategories[td].categoryid}&type=

with the

PHP Code:
{$xcart_web_dir}/icon.php?categoryid={$tmp_subcategories[td].categoryid
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote