Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where can I edit Shipping&Returns content?


xobeerjuice

Recommended Posts

Posted

I believe that is in:

 

/catalog/includes/languages/english/shipping.php

 

Other languages would also apply.

 

That is assuming that your store's root folder is in catalog. If it is elsewhere, adjust the path accordingly.

Rule #1: Without exception, backup your database and files before making any changes to your files or database.

Rule #2: Make sure there are no exceptions to Rule #1.

Posted
I believe that is in:

 

/catalog/includes/languages/english/shipping.php

 

Other languages would also apply.

 

That is assuming that your store's root folder is in catalog. If it is elsewhere, adjust the path accordingly.

 

TA, but can I write the shipping n returns content in admin. panel? cos Im not a programmer

Posted
TA, but can I write the shipping n returns content in admin. panel? cos Im not a programmer

 

Two ways, both require very basic html (see w3c for a fuller explaination.

 

One in your web dev program or a plain text editor open the file described above

/catalog/includes/languages/english/shipping.php

Alternatively, in admin open the tools menu->file manager->includes->languages->etc->shipping.php

Here you will see the following code

 

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

define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');

 

Just do as it says. The text must appear between the ' ' marks.

 

To format the text:

<p>think of the p tag as a paragraph.</p>
force a line break is done by adding </ br> to the point you want to break at (note that a line break has no opening tag.

 

While you may not be a programmer learning some basic html is absolutely crucial and very easy.

 

Hope you are successful, Tom

terramar

Archived

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

×
×
  • Create New...