View Single Post
  #44  
Old 04-28-2011, 05:59 PM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default Re: Manufacturer Categories mod! Free!

Quote:
Originally Posted by xtech
Hello Carrie,

Excellent mod but I want display category as well as product,instead of disabling the product.

Then how to code?

thanks.


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
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote