Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simple but hard, please help


nick_rogers24

Recommended Posts

Hi,

on the left of the shop there are links as below:

 

 

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

Where in the admin section do i edit these and put my own information, sorry if its really simple but i cant find it anywhere.

Many thanks for your help

 

Nick

Link to comment
Share on other sites

Hi,

on the left of the shop there are links as below:

 

 

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

Where in the admin section do i edit these and put my own information, sorry if its really simple but i cant find it anywhere.

Many thanks for your help

 

Nick

 

Its not done in the admin. You have to edit the relvent files eg. in catalog/includes/languages/"your language"/shipping.php

 

Also check out this thread http://www.oscommerce.com/forums/index.php?showtopic=274968

Link to comment
Share on other sites

In admin:

go to TOOLS > File Manager > includes > languages > english > shipping.php

go to TOOLS > File Manager > includes > languages > english > privacy.php

go to TOOLS > File Manager > includes > languages > english > conditions.php

go to TOOLS > File Manager > includes > languages > english > contact_us.php

 

 

You will then see something like the following:

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

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

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

?>

 

You MUST leave the symols:

');

if your store gets an error, it means you erased this part, you can just type it back.

Only edit the sentence inside it,

Put here your Shipping & Returns information.

man of a reformed faith.

Link to comment
Share on other sites

There are "flakey" versions of the File Mangler Manager around that will screw up a PHP file in a heartbeat.

 

It's safer to use cPanel to edit the file, or FTP it to your PC and use a simple text editor (like Notepad or Wordpad, NOT WORD!) to make changes then put the edited version back on the server where you got the original.

 

And it's a good idea to backup any file before making edits. This can save you a ton of grief.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...