This is a discussion on Shipping Questions within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hi, I was hoping someone could help me out with a couple of small questions I have regarding shipping options ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I was hoping someone could help me out with a couple of small questions I have regarding shipping options (for the UK). 1. I would like to have an option for "Special Delivery" which is a Flat Rate of £6.95. Is there a way I can change the name of the Flat Rate shipping option to say "Special Delivery"? This seems to be the easiest way of getting around this? 2. I would also like an international option for all order's outside the UK which should be a flat rate of £18.95. Now i've had a look at the zones option which i assume is built for this kind of shipping method but i'm confused! Basically for order's in the UK i'm using a table rate method based on price so do i configure the zones method for all countries apart from the UK or do i need to have 2 zones, one for the UK and one for the rest of the world? If so will the table rate method still work for the UK? Hope that makes sense! Thanks James |
|
#2
| ||||
| ||||
| 1. includes/languages/english/modules/shipping/flat.php <code> define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way'); </code> Change to: define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Special Delivery'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Special Delivery'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way'); 2. 2 zones, one for the UK and one for international. There is / was a post about making a flat_2.php. Specify all international orders use flat_2.php.
__________________ HTH Neil www.12website.com "You can have everything in life that you want if you will just help enough other people get what they want." Zig Ziglar |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A few more questions that I believe that will help not only me these to several ... | dombshai | osCMax v2 Features Discussion | 0 | 03-02-2007 05:19 AM |
| Two questions, shipping and affiliate program | michaelsharp | osCommerce 2.2 Modification Help | 4 | 11-23-2004 10:04 PM |
| Just a few QUESTIONS for You | kellycog | osCommerce 2.2 Modification Help | 3 | 07-03-2004 10:45 AM |
| A Few Questions | ckeeper | osCommerce 2.2 Modification Help | 0 | 07-01-2003 05:12 PM |
| Shipping Questions... | Axe | osCommerce 2.2 Modification Help | 0 | 10-16-2002 11:55 AM |