whitty Posted April 8, 2005 Posted April 8, 2005 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
FIMBLE Posted April 8, 2005 Posted April 8, 2005 HiI 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 <{POST_SNAPBACK}> 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
whitty Posted April 10, 2005 Author Posted April 10, 2005 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
Guest Posted April 10, 2005 Posted April 10, 2005 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 <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.