justagirl Posted March 17, 2004 Share Posted March 17, 2004 Ok, I really don't know anything about coding or anything, but I've gotten this far. I need help with two minor things. One is... how do I Add "Only choose this shipping option if you are only ordering a catalog at this time" to my flat rate shipping? And two how do I change the conditions of use text in the info box to "About Us" I changed the inside, if that makes sense I just need to change what people see when they are looking at the link to it. Sorry I'm new at this website stuff. Link to comment Share on other sites More sharing options...
faqtech Posted March 17, 2004 Share Posted March 17, 2004 For part 2 of the question go the following file: catalog>includes>languages>english.php (or what ever language you are using) Go to the line that looks like this (around line 120) // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); define('BOX_INFORMATION_CONTACT', 'Contact Us'); Change what needs to be changed. Example Conditions Of Use -> to About Us. Save and upload. Hope this helps. Link to comment Share on other sites More sharing options...
detsouvalas Posted March 17, 2004 Share Posted March 17, 2004 Regarding your second question, you have to edit the file catalog/includes/languages/english.php ! Antonios Antonios Link to comment Share on other sites More sharing options...
justagirl Posted March 17, 2004 Author Share Posted March 17, 2004 Thank you very much, I don't know why I didn't look there. Any input on the first one? Link to comment Share on other sites More sharing options...
faqtech Posted March 17, 2004 Share Posted March 17, 2004 how do I Add "Only choose this shipping option if you are only ordering a catalog at this time" to my flat rate shipping? Do you mean add the text to the file when they choose shipping options so that text displays? Link to comment Share on other sites More sharing options...
justagirl Posted March 18, 2004 Author Share Posted March 18, 2004 Yes that's it. I want to add for example: Flat rate Choose this option if you are only ordering a catalog. Link to comment Share on other sites More sharing options...
faqtech Posted March 18, 2004 Share Posted March 18, 2004 Please see your other post. Link to comment Share on other sites More sharing options...
detsouvalas Posted March 18, 2004 Share Posted March 18, 2004 Please see your other post. I think that this means that you can try to edit file catalog/includes/languages/english/modules/shipping/flat.php where english can be any other language of course ... ! Antonios B) Antonios Link to comment Share on other sites More sharing options...
justagirl Posted March 18, 2004 Author Share Posted March 18, 2004 Err... :unsure: I only know english. Well I know a little french but not enough to even carry on a conversation. I tried to teach myself german but that didn't work out. My german teacher was a b**ch. :P Link to comment Share on other sites More sharing options...
detsouvalas Posted March 19, 2004 Share Posted March 19, 2004 Ok then ... this makes less files to edit! B) Antonios Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.