xobeerjuice Posted November 2, 2005 Posted November 2, 2005 Im so stupid that I could not find where I can edit shipping n returns n policy notice? :( any1 can help? many many thanks
GraphicsGuy Posted November 2, 2005 Posted November 2, 2005 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.
xobeerjuice Posted November 2, 2005 Author Posted November 2, 2005 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
BlueMonkey Posted November 2, 2005 Posted November 2, 2005 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
xobeerjuice Posted November 2, 2005 Author Posted November 2, 2005 That is very impressive, thank you very much Tom, anyway problem solved and seems that I must get familar with html. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.