Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sojomy

Pioneers
  • Posts

    31
  • Joined

  • Last visited

Everything posted by sojomy

  1. I know it's been a while, but do you think you could post what you did to fix this issue? I have installed a newer USPS module and I'm having the exact same issue. :( Your help would be greatly appreciated!
  2. I'm having the exact same issue as Wendys above. When I have First-Class Mail enabled in the module, it used just return "First-Class Mail" (I believe), but it is now returning "First-Class Mail Large Envelope", and if a user chooses that option, an error is returned saying "An error occured with the USPS shipping calculations. If you would like to use USPS as your shipping method, please contact the store owner." Does anyone have a solution to this?
  3. I think I have narrowed it down even further. It seems to be only missing the order from the database when the billing address does not match the shipping address. The order is validated by authorize.net (and charged on the card), but when OSC gets the reply from authorize.net that it was successful, OSC starts putting the order in the database, but when it gets to ot_shipping it gets an error - I'm guessing because the addresses do not match? I think that OSC starts adding to the orders_total table in the database first. The entry for ot_subtotal works, but the next one is ot_shipping and it never gets entered into the database and neither does the total from ot_total. The order_products, order_products_attributes and order_status_history tables never not get entered into the database either, and so the email never gets sent, and the "order successful" page is never displayed, so the customer doesn't know that the order was charged to their card, and they keep trying to enter the order, resulting in multiple charges and multiple missing orders. So far, I have been manually adding the information to the database that is missing, but this requires you to know exactly what they ordered, with what attributes and what shipping method they used as well as how much the shipping charge was. Most times, if you log into the user's account on the store, you can see that the products were still in their cart. I guess the cart is cleared after the database is updated fully? If you go to checkout, you can find out what shipping charge they used by deducting the products totals from the total that was charged to their card. Does anyone have any more information about this phenomenon? I cannot figure out what is causing this error, but it only happens when the order is processed by authorize.net and only when the shipping and billing addresses are different.
  4. Ahhhh, thank you. I thought something was fishy.
  5. Ok, now I'm confused. I DL'd the newest snapshot, and the includes/classes/order_total.php file doesn't have that line anywhere in it. So I look at the CVS repository here : http://cvs.sourceforge.net/cgi-bin/viewcvs...order_total.php and none of them have that line. I DL'd Ian's "Loaded 4" and that file has that line. So did Ian write that code? I'm confused because Ians version of that file says v 1.1.1.1 2002/11/28 But there is no v1.1.1.1 listed in the repository. The only versions there are v1.1 2002/04/03 v1.2 2002/04/08 v1.3 2002/11/23 v1.4 2003/02/11 So how is Ians version v1.1.1.1 and has a date AFTER the CVS v1.3? Does this bug only affect Ian's Loaded version?
×
×
  • Create New...