Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing names in information box


liebgott

Recommended Posts

Posted

Really new at this. Just started filling in text for all the pages on my site and got stuck. Under the information box in the lower left hand corner I want to change "Conditions of use" to "about us". I was able to change the conditions.php file so it says "about us" everywhere, but for the life of me can't figure out where I can change it so it says "About us" instead of "Conditions" on my main page.

 

As well, I'm not sure of what would be my main page to edit color, text, etc. Or if I should be using something other than text edit for all of this.

 

Thanks

 

TJ

Posted
Well my sites still in design too if you wana pull and ideas from it ill help you do them and i can make u some graphics or w/e

 

http://xccreations.com

 

The site is pretty cool. How did you add gallery to the information box?

 

Just a few quick things concerning your site....

 

I like the scrolling items. Only the best sellers one pauses when you hover your mouse over the product. The one on the left side of your screen fo whats new does not pause. I think they should both pause. Is it easy to do cause I would like to do that for my best sellers.

 

Also are you a physical store as well as an online store? If you are I would put an address in the logo as well as your store hours.

 

TJ

Posted
Really new at this. Just started filling in text for all the pages on my site and got stuck. Under the information box in the lower left hand corner I want to change "Conditions of use" to "about us". I was able to change the conditions.php file so it says "about us" everywhere, but for the life of me can't figure out where I can change it so it says "About us" instead of "Conditions" on my main page.

Look in catalog/includes/languages/english.php (or whatever other language you are catering for).

 

See the following code in that file/s:

 

 // information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

As well, I'm not sure of what would be my main page to edit color, text, etc. Or if I should be using something other than text edit for all of this.

Check out the stylesheet.css under the root.

Archived

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

×
×
  • Create New...