Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with a few minor things


justagirl

Recommended Posts

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

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

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

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

 

olympicslogo_en.gif

Link to comment
Share on other sites

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

Archived

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

×
×
  • Create New...