osCmax v2.5 User Manual
Results 1 to 2 of 2

Shipping Questions

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 ...

      
  1. #1
    Member
    Join Date
    Jan 2007
    Posts
    63
    Rep Power
    6


    Default Shipping Questions

    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. #2
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default Re: Shipping Questions

    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

Similar Threads

  1. Replies: 0
    Last Post: 03-02-2007, 04:19 AM
  2. Two questions, shipping and affiliate program
    By michaelsharp in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 11-23-2004, 09:04 PM
  3. Just a few QUESTIONS for You
    By kellycog in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 07-03-2004, 10:45 AM
  4. A Few Questions
    By ckeeper in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 07-01-2003, 05:12 PM
  5. Shipping Questions...
    By Axe in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-16-2002, 11:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •