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...