View Single Post
  #10  
Old 03-24-2012, 07:02 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Display manufacturer list on category page

You could do something like this on the product listing or subcategories tpl (untested):

PHP Code:
{foreach from=$products item=p}
  {foreach 
from=$manufacturers_menu item=m}
    {if 
$p.manufacturerid $m.manufacturerid}
      {
$p.product},
    {/if}
  {/foreach}
{/foreach} 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote