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