View Single Post
  #12  
Old 05-28-2009, 11:22 PM
  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!

There is only basic support of Fancy Categories in current release. We are working on Fancy Cats compatibility right now.

You can set 'How many days for the products (0 to disable)' parameter in admin to 0 to disable 'New Products' category placement. (This disable 'New Products' category but won't affect the bubble functionality)

Also please refer to 'Configuration' section of Readme.htm file as there are some advanced tips there:
Quote:
"New Products" category is automatically shown on home and categories pages by default. There are some tips on this category placement customization:
To disable caregory integration, remove this line from the /modules/Whats_New/module.php file:
Code:
include $xcart_dir."/modules/Whats_New/categories.php";


and place this link to New Products wherever you like in your templates:
Code:
{if $active_modules.Whats_New} <a href="home.php?WhatsNew=Y">{$lng.lbl_wnmod_title}</a> {/if}

__________________
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