View Single Post
  #46  
Old 04-28-2011, 10:06 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: Manufacturer Categories mod! Free!

Quote:
Originally Posted by BCSE
I'm on vacation (hoping to see the space shuttle launch tomorrow!), so this is *untested*. You can change step 4a to:

4a. In skin1/modules/Manufacturers/customer_manufacturer_products.tpl, replace:

{if $products ne ''}

With:

{if $use_man_cat eq "Y"}

{include file="modules/Manufacturers/manufacturer_categories.tpl"}
{/if}
{if $products ne ''}

Thanks,
Carrie

After adding this code it shows There are no available products under this manufacturer.

I want to display category and product also.

pl help me to do that...
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote