Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

editing the information box


whitty

Recommended Posts

Posted

Hi

I am looking to edit the information box, to add detail to shipping & returns, contact us etc, any help would be gratefully received

 

many thanks

chris

Posted
Hi

I am looking to edit the information box, to add detail to shipping & returns, contact us etc, any help would be gratefully received

 

many thanks

chris

Hi,

If you let me know more details i wil give you further assisstance,

How do you want it to change?

If its the actual wording, you can change it via catalog/includes/languges/english.php under the heading "information" other than that give us a shout

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

I just want to put details in the boxes, last time I added text to the heading I had errors all over. Is it simple to do?

 

info to add i.e: sipping prices, dates, returnns info, etc

 

regards

chris

Posted
I just want to put details in the boxes, last time I added text to the heading I had errors all over. Is it simple to do?

 

info to add i.e: sipping prices, dates, returnns info, etc

 

regards

chris

 

You'll need to edit each of the php files in catalog/includes/languages/yourlanguage corresponding to the subject.

 

For example - shipping in English :

 

Backup and then edit the file catalog/includes/languages/english/shipping.php

 

Look for the line that begins define('TEXT_INFORMATION' , '

 

and between the trailing single quote above and the '); insert your text.

 

Here's an example:

 

define('TEXT_INFORMATION', '

<b>Shipping:</b><br>

Normally we despatch orders within two UK working days via Royal Mail Special Delivery Next Day.<br>

 

If we do not have an item in stock we will order it from our supplier and delivery may then take 28 days.

<br><br>

<b>Returns:</b><br>

If you are not happy with your purchase you can return it to us <b>within 7 days</b>.

The garment must be in as new condition, unworn and we will refund your money less shipping costs.

');

 

Note you can use html in the text string <b>This is bold</b>

 

Repeat for the other appropriate files.

 

To see the result go to http://www.pjandcoe.co.uk and look at shipping etc...

 

OK?

 

 

Nick

 

http://www.pjandcoe.co.uk

http://www.alphacos.co.uk

Archived

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

×
×
  • Create New...