Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BearHappy

Archived
  • Posts

    116
  • Joined

  • Last visited

Everything posted by BearHappy

  1. I'm hoping someone can point me in the right direction. Whenever I make a purchase using Paypal with the CCGV mod installed (5.10b), the Paypal mod inserts two rows into the order_totals table. Sub-Total: $25.00 Sub-Total: $25.00 PA State Sales Tax: $1.50 PA State Sales Tax: $1.50 Flat Rate (Best Way): $3.00 Flat Rate (Best Way): $3.00 Total: $29.50 Total: $29.50 The above result is the order detail from the admin. The interesting thing is that Paypal shows the correct amount. Currency: U.S. Dollars Amount: $26.50 USD Shipping & Handling: $3.00 USD However, when I use a discount coupon things start to get really crazy. Sub-Total: $25.00 Sub-Total: $25.00 Discount Coupons:summer: -$5.00 Discount Coupons:summer: -$5.00 PA State Sales Tax: $1.50 PA State Sales Tax: $1.50 Flat Rate (Best Way): $3.00 Flat Rate (Best Way): $3.00 Total: $19.50 Total: $24.50 And this is what Paypal shows at the payment details screen. Currency: U.S. Dollars Amount: $16.50 USD Shipping & Handling: $3.00 USD I've been scratching my head for days, but I can't make heads nor tails of what might be the problem. To me it almost seems as though its running the order_total twice. I have applied the above mentioned code, but it doesn't seem to have fixed my problem. Any ideas? clarocque - I don't know if you have fixed the line 29 problem yet, but make sure you have your globals setup. It wasn't setup in the latest download. paypal/checkout_process.php globals should look like this... global $payment_modules, $shipping_modules, $order, $currencies, $cart, $customer_id, $sendto, $billto, $shipping, $payment, $language, $currency, $languages_id, $order_total_modules;
  2. Strider, I just want to say that given the amount of work that you have put into this contribution already, it is amazing that you still have the time to answer questions. Kudos to you my friend, for your patience and understanding... ^_^
  3. dreamscape, if its alright I have posted your fix to this issue with users using a direct connection payment method. ;)
  4. I am having the same issues that klyder is having on page 98 of this post. I have a 10% discount that when used with sales tax is not sending the correct value to my gateway. I believe that my sort order is setup correctly as the order total is displayed correctly on the confirmation page. I viewed the test order I had made in my merchant control panel and noticed that it displayed the shipping and tax correctly. However, the order total was sent without the discount. I use http://www.oscommerce.com/community/contributions,1592 as my payment option which uses paygateway or Paradata as my gateway. Any thoughts?
  5. Any word on the MS2 install for this great contribution yet?
  6. I seemed to have fixed my problem by turning off the caching option within the admin panel. :)
×
×
  • Create New...