osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Shipping has me confused.

This is a discussion on Shipping has me confused. within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; So, I recently installed the latest stock version of oscmax. Using the regular USPS addon that comes with it, I ...

      
  1. #1
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Shipping has me confused.

    So, I recently installed the latest stock version of oscmax. Using the regular USPS addon that comes with it, I get the standard error when I try to ship something internationally:
    An error occured with the USPS shipping calculations.
    If you prefer to use USPS as your shipping method, please contact the store owner.

    However it works just fine for US addresses. Am I missing something obvious as to how/why international doesnt work?

    International shipping always complicates everything. I simply hate dealing with international orders, but thats where all the money is at right now. If it was just US only shipping, a $12 flat rate box covers everything I could possibly ship.

    Is there a way to set up two "table rate" addons? One for US, one for international? If so, how would I go about doing that?

    Anyways, thanks for all the help.
    --Martin--

  2. #2
    Active Member
    Join Date
    Sep 2008
    Location
    holland
    Posts
    145
    Rep Power
    4


    Default Re: Shipping has me confused.

    did you add countries and zones to your shipping module?

    if the module don't knows the country exists it cant calculate the shipping fee
    The seven signs that tell of the coming Armageddon


    1. A decline in the strength of the three major religions. check
    2. Revolutions and internal turmoil in nations around the world. check
    3. War and the rumors of war check
    4. Famine check
    5. Pollution of the earth dubbel check
    6. Earthquakes
    7.The coming of plagues and diseases.

  3. #3
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Re: Shipping has me confused.

    Yes, all the obvious things have been tried. I am on the production server, and the usps.php file has all the countries in it. Zip code and store address are in the shipping section of the config area.

    It is literally a fresh install of the latest 3.0.3 version from osCMax Power e-commerce software - osCMax - osCommerce Maximized

    Thats why I am not sure why its not working. It should work right out of the box, shouldnt it?

    And does anyone know or have any suggestions/ideas about a way to set up two "table rate" addons? One for US, one for international? That way I dont also have to rely on USPS servers to be running

    Thanks,
    --Martin--

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Shipping has me confused.

    Sorry but there is no version 3.0.3. We are at v2.0 RC3

    If you want to use the TABLE rate shipping module - and need more than ONE. Easy - Copy the table.php in both shipping and all the languages and rename them to what you want. Say int_table.php. Then edit the ALL the NEW files as follows:

    Find/replace all (case sensitive):
    _TABLE_
    with say:
    _INT_TABLE_

    Edit in the language directories BOTH the table.php and int_table.php files to be more suitable....

    Done!
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Re: Shipping has me confused.

    Well, on the page it says 2.0.0-RC 3-0-3

    I'll go try that with the tables right now. Is there anything I need to mess around with in the mysql too?

  6. #6
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Re: Shipping has me confused.

    I just found a contrib that did exactly what you mentioned.
    osCommerce Community Add-Ons

    And it works, there is a 2nd table rate there now.

    The only thing I'm still hung up on is how to differentiate the two so one is international only. When I go to the "shipping zone" part of the table rate, the only options I get are "-none-". Exactly how do I create a zone thats either US only, or International only?

    Thanks,

  7. #7
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Shipping has me confused.

    That contrib - I think does the same thing....
    The only thing I'm still hung up on is how to differentiate the two so one is international only.
    Edit the description in the files in the language directories....As I have stated...
    Edit in the language directories BOTH the table.php and int_table.php files to be more suitable....
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  8. #8
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Re: Shipping has me confused.

    The only thing in those language files is this:
    Code:
    define('MODULE_SHIPPING_TABLE2_TEXT_TITLE', 'Extra Table Rate');
    define('MODULE_SHIPPING_TABLE2_TEXT_DESCRIPTION', 'Extra Table Rate');
    define('MODULE_SHIPPING_TABLE2_TEXT_WAY', 'Best way');
    define('MODULE_SHIPPING_TABLE2_TEXT_WEIGHT', 'Weight');
    define('MODULE_SHIPPING_TABLE2_TEXT_AMOUNT', 'Amount');
    Now, what I was talking about was that if the shipping address is in the US, only table1 shows up on the shipping checkout page. If international, only table2. The only way I can think of doing that is using the zone restriction in the module. While that works great for individual states, there is no option for multiple ones, like a country.

    I think thats where the miscommunication is. Are you talking about both tables showing up at checkout, one labeled US, one "all others", and then having the customer click on the correct one for their zone? That could also work.

  9. #9
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Shipping has me confused.

    yes that is what you have to do anyway. As well as you can change the text

    Extra table rate -> International Table rate
    Best way - > International shipping charge
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  10. #10
    New Member
    Join Date
    Feb 2009
    Posts
    14
    Rep Power
    0


    Default Re: Shipping has me confused.

    Yeah, thats what I ended up doing in the end, and its worked out ok. The only problem is that I expect my international customers to be a little annoyed that they pay $53 for something their american counterparts pay $11 for. But oh well.

Page 1 of 2 12 LastLast

Similar Threads

  1. Confused about WorldPay modules
    By halhazy in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 04-02-2008, 01:43 AM
  2. Confused and really need help with weights
    By chrisbarbers in forum Zone Rates
    Replies: 0
    Last Post: 09-10-2007, 03:44 AM
  3. Please Help - (Totally Confused)
    By Twister in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 06-12-2007, 11:35 PM
  4. I'm confused about Pictures & Thumbnails
    By BoblLoveland in forum osCMax v2 Features Discussion
    Replies: 5
    Last Post: 01-18-2007, 09:27 PM
  5. confused abt the install process
    By merlin in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 11-03-2002, 06:47 PM

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
  •