Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove Shipping Options


rixride

Recommended Posts

1. Goto /shop/includes/modules/shipping/

2. Edit usps.php

3. Delete the options you dont want. They look like this.

 

'<option value="Parcel">' . MODULE_SHIPPING_USPS_TEXT_OPT_PP . '</option>' .

'<option value="Priority" SELECTED>' . MODULE_SHIPPING_USPS_TEXT_OPT_PM . '</option>' .

'<option value="Express">' . MODULE_SHIPPING_USPS_TEXT_OPT_EX . '</option>' .

 

 

4. Upload the file back using FTP

 

Make sure you make a backup copy before doing this!

 

PS: I would customize your website more...

 

Brian-

 

 

www.chenimports.com

Link to comment
Share on other sites

Chen,

 

Thank you that worked Great, Instead of just deleting the field, I changed the Names to say "Unavailable" so I can add them later.

 

Thank you

 

 

P.S

I am trying to make my site look unique, but without a good Template system I find it very difficult, I spend most of my time trying to learn new modules and fixing bugs, Graphics and Asethitics are more difficult for me to do.

 

How did you change the color of your Header Line? I am trying to change my from grey to something else..but I can't find where to do it? is it in the stylesheet if so which prompt.

 

Again Thanks for you help

 

Thank you for your kind suggestions.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...