View Single Post
  #29  
Old 07-15-2009, 02:46 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!

Yes, just create a new menu (the code below is for 4.1.x branch)

Code:
{if $active_modules.Whats_New} {capture name=menu_new} <a href="home.php?WhatsNew=Y">{$lng.lbl_wnmod_title}</a> {/capture} {include file="menu.tpl" menu_title=$lng.lbl_wnmod_whatsnew menu_content=$smarty.capture.menu_new} {/if}

and 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


__________________
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