Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping and Returns


Guest

Recommended Posts

Hi!

 

Need help finding a file.

 

On the left hand side of my index page, there is an INFORMATION BOX. Inside, there is a link for SHIPPING AND RETURNS. I simply want to change the text to read SHIPPING AND REFUNDS, but for the life of me, I don't know what file I need to do that in. I can't find it!

 

The shipping.php file only changes it at the top of the page, not within the box.

 

Thank you!

Link to comment
Share on other sites

Hi!

 

Need help finding a file.

 

On the left hand side of my index page, there is an INFORMATION BOX. Inside, there is a link for SHIPPING AND RETURNS. I simply want to change the text to read SHIPPING AND REFUNDS, but for the life of me, I don't know what file I need to do that in. I can't find it!

 

The shipping.php file only changes it at the top of the page, not within the box.

 

Thank you!

If you are refering to the (catalog)/includes/languages/english/shipping.php then that is the correct file to edit for this.

Inside you find:

define('NAVBAR_TITLE', 'Shipping & Returns');

define('HEADING_TITLE', '<DIV ALIGN="center">Shipping & Returns</DIV>');

 

define('TEXT_INFORMATION', 'Between these single quotes I can add my own text for the Shipping and Returns page. Remember to correctly escape the single quote character when typing something like \'what\'s in a name\' or something');

?>

 

HTH

Link to comment
Share on other sites

If you are refering to the (catalog)/includes/languages/english/shipping.php then that is the correct file to edit for this.

Inside you find:

HTH

 

 

THANK YOU SO MUCH! :D

Link to comment
Share on other sites

THANK YOU SO MUCH! :D

 

OOPs, that's not what I mean. I have already changed that - it affects the TOP of the screen.

 

I'm talking about the actual box towards the bottom on the left of the index page...where it says

 

INFORMATION

shipping and returns

privacy policy

conditions of use

contact us.

 

That's where I cant get the text to change.

 

Thanks!

Link to comment
Share on other sites

OOPs, that's not what I mean. I have already changed that - it affects the TOP of the screen.

 

I'm talking about the actual box towards the bottom on the left of the index page...where it says

 

INFORMATION

shipping and returns

privacy policy

conditions of use

contact us.

 

That's where I cant get the text to change.

 

Thanks!

 

 

You should look for this line in catalog/includes/languages/english

 

// information box text in includes/boxes/information.php

 

Edit the box information entries below it

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...