Quote:
One question is there a way of only showing new products that have a thumbnail?
|
There is no impossible things.

But this feature is time-consuming since it requires significant changes.
Quote:
how can I make the new category in the category menu for "Whats New" look different than my other categories
|
turn 'what's new' category off by commenting the line
Code:
$smarty->assign($var_name, $wn_cats);
(replace it with)
Code:
#$smarty->assign($var_name, $wn_cats);
in the file
modules/Whats_New/categories.php
And insert in your categories list (skin1/customer/categories.tpl) manually with some class specified.
You can use this link
home.php?cat=0&WhatsNew=Y to show New products dialog.