View Single Post
  #35  
Old 08-12-2009, 05:16 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Free "What's New?" X-Cart module released!

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.
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote