View Single Post
  #43  
Old 08-14-2009, 06:02 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:
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?
__________________
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