PDA

View Full Version : PayPal Standard Calculations


connieteel284004
03-25-2009, 06:26 AM
I have two discounts applied to my cart: 1) 15% off orders over $50; 2) Order more than one set get $6 off (If item #1 >= 2, then flat discount of $6). The eCart shopping cart calculates is perfectly and even show line item discounts. But, when you click submit, the totals are incorrect in PayPal Standard. It does not show the discounts at all and has the Unit Price listed as a lesser amount. Please help!

Ray Borduin
03-25-2009, 02:34 PM
Paypal used to not work properly with negative values, so we apply the discount across the product price to come to the correct result.

I think the paypal documentation says you need to use one of their advanced checkout solutions in order to support discounting, but in reality I think you could probably add it as a negative line item. You would have to check but I believe the newest version of the paypal standard service started supporting negative line items.

The updates would be done to the hidden form elements on the confirm page. You would have to adjust the current price field so that the adjustments aren't made automatically and then add the discount as a final line item. It may not work but that is a possibility if the price adjustment solution doesn't work for you.

Travis250923
03-25-2009, 03:21 PM
I am having the same problem and posted a support ticket earlier this week. I'll post here what we are able to find once we get a resolution.

connieteel284004
03-28-2009, 10:09 AM
Hey Travis! Did you ever get a resolution on the flat rate discount in PayPal Standard? For now, I just removed that discount and am sticking with the % off the entire order. But, in the long run, I'll need to have both. Thanks!

Travis250923
03-30-2009, 02:11 PM
Yes but mine was a little more complicated than just a discount amount. It had to do with the total price calculation on the Confirm page and needing to update the calc that eCart placed there based off of changes I made in the eCart object. You might be best off to submit a support ticket to get specific help with your files.