Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products


MimiQue

Recommended Posts

Posted

Can someone advise me on how to change the "New Products for December" to show only 3 instead of 9.

 

Also, is there anyway for me to edit the text "New Products for December" to whatever I want.

 

Thank you, thank you.

 

MQ

Posted

Change the number of products in your new products box:

1) Go to your admin tool ... www.yoursite.com/admin, or www.yoursite.com/catalog/admin, or whatever. Log in.

 

2) Click "configuration"

 

3) Click "maximum values"

 

4) Highlight "New Products Module" and edit the number from the default 9 to 3.

 

Further information about controlling the number of columns can be found here: http://www.oscommerce.info/kb/57

 

Change the text in the new products box:

1) You must change the coding in (catalog)/includes/languages/english/index.php.

 

The default is:

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

 

Change to:

define('TABLE_HEADING_NEW_PRODUCTS', 'whateveryouwant %s');

 

The %s spits out the month, so take it or leave it.

 

2) You can do this by going to your admin tool, and clicking on "localization", then "languages". When English is highlihighted, click "details", and then click "index.php" and change it there, assuming your permissions are set properly.

 

3) The other way to edit this is to open it up in a PHP editor like the one I use: http://www.mpsoftware.dk/phpdesigner.php and edit it there, and then upload to the proper directory in your server using your FTP utility.

 

Good luck.

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Posted
Can someone advise me on how to change the "New Products for December" to show only 3 instead of 9.

 

Also, is there anyway for me to edit the text "New Products for December" to whatever I want.

 

Thank you, thank you.

 

MQ

go to: catalog - configuration - Maximum Values - New Products Module

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...