Quote:
1) Is there a way to not show "Bestsellers" on the whats new page if you have it enabled?
2) Also yes I can make the 'Whats New' category look different, but what if I want 2 more other categories to be up there with the 'Whats New' that look the same as it?
3) Can you make the 'Whas New' category specific for products?
4) Can you make it show products in a 3 column matrix if your main settings are set to just list products?
5) Is there anyway to give this category a description?
|
Too many questions

I begin with the end))
edit
modules/Whats_New/module.php
find there
Code:
$current_category["category_location"][] = array(func_get_langvar_by_name("lbl_wnmod_title"), "home.php?WhatsNew=Y");
and replace with
Code:
$current_category["category_location"][] = array(func_get_langvar_by_name("lbl_wnmod_title"), "home.php?WhatsNew=Y");
# this is 5)
$current_category["description"] = "description here";
#this is 4)
$config["Appearance"]["products_per_row"] = 3;
$config["Appearance"]["featured_only_multicolumn"] = 'N';
$smarty->assign("config", $config);
1) Do you mean Bestsellers menu or dialog?
2) You need add the same class with 'Whats new' category to all root categories with orderid lite then certain value in skin1/customer/categories.tpl
3) Can you make the 'Whas New' category specific for products - for example?