Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with changing text,colors,banner and etc.


greengoblin231

Recommended Posts

Posted
How do I change the banner to mine ? how do I change colors like of boxes,text, background and etc, how do I edit main page text? please help!

 

www.trupowermotorsports.com/store, Ive figured out some of it . I want to change the boxes to black, the white area next to the header, the corners of boxes to match the blue, all text to white,the gray bars to blue , CAN SOME ONE PLEASE HELP!

Posted

the contribution in my signature below stylesheet with descriptions replaces the stock stylesheet and has definitions above each style explaining what it effects. you could also go to the knowledge base to get this info as you have already changed some things.

As for the corners of the boxes you need an image editor and edit 3 images in catalog/images/infobox all starting with corner_

Editing the text on the main page just look at the text displayed as it explains it:

 

Editing Page Texts

 

The text shown here can be modified in the following file, on each language basis:

 

[path to catalog]/includes/languages/english/index.php

 

That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules.

 

The text is set in the following manner:

 

define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');

 

The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:

 

define('TEXT_MAIN', '');

 

To add your banner

Upload your banner to the images folder

Then in catalog/includes/header.php find this code

  <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

change like this

  <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'your banner.gif', 'Your store name') . '</a>'; ?></td>

Hope this helps

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Archived

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

×
×
  • Create New...