Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phenam

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    mjessee

phenam's Achievements

  1. Hello! I found the fix. I'll post here too so you don't have to fish for it. Change this: $this->intl_types = array('GXG Document' => 'Global Express Guaranteed Document Service', 'GXG Non-Document' => 'Global Express Guaranteed Non-Document Service', 'Express' => 'Global Express Mail (EMS)', 'Priority Lg' => 'Global Priority Mail - Flat-rate Envelope (large)', 'Priority Sm' => 'Global Priority Mail - Flat-rate Envelope (small)', 'Priority Var' => 'Global Priority Mail - Variable Weight Envelope (single)', 'Airmail Letter' => 'Airmail Letter Post', 'Airmail Parcel' => 'Airmail Parcel Post', 'Surface Letter' => 'Economy (Surface) Letter Post', 'Surface Post' => 'Economy (Surface) Parcel Post'); To this: $this->intl_types = array('GXG Document' => 'Global Express Guaranteed Document Service', 'GXG Non-Document' => 'Global Express Guaranteed Non-Document Service', 'Express' => 'Global Express Mail (EMS)', 'Priority Lg' => 'Global Priority Mail - Flat-rate Envelope (Large)', 'Priority Sm' => 'Global Priority Mail - Flat-rate Envelope (Small)', 'Priority Var' => 'Global Priority Mail - Variable Weight (Single)', 'Airmail Letter' => 'Airmail Letter-post', 'Airmail Parcel' => 'Airmail Parcel-post', 'Surface Letter' => 'Economy (Surface) Letter-post', 'Surface Post' => 'Economy (Surface) Parcel-post'); I am still having trouble with my shipping rates rounding up. Does anyone have a fix for this? Say priority mail is $3.85 at check out it rounds it up to $4.00. Any help would be great!
  2. I'm using USPS shipping method and anything from the US works fine but if someone places an order out of the states it gives you options for the different shipping methods but when you go to check out no matter what you chose it sets your shipping to "Global Express Guaranteed Document Service" which is very expensive. Does anyone know if there is something I need to change or update? I'm not even sure where to start. Any help would be much appreciated! Thanks so much in advance!
  3. Hi I just installed this contribution. Everything goes smooth it's just when I hit continue on the checkout_success.php page it sends me to this URL "https://host371.ipowerweb.com/~orderhip/store/checkout_success.php?action=update&osCsid=b946df25b9c9bc85c25ab84a55cb4d30" and I get a HTTP 404 error. I have the PWA_0.82_1_2 contribution installed and that's about it. Any help would be much appreciated!
  4. I was getting this same error. All I did to fix the problem was change my zip code. I had the 9 number code in. I changed it to the five number code and *BOOM* It's working like a charm!
×
×
  • Create New...