VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: evergrey on May 16, 2015, 22:05:44 PM

Title: Paypal plugin Override price
Post by: evergrey on May 16, 2015, 22:05:44 PM
Hello,

I am using a lot of overriden prices in my shop which is on Joomla 3.4 and VM3.0.6.
I have a problem with the paypal plugin payment method which sends to the paypal sandbox mode wrong price. It sends the calculated price and not the overidden I have set in the product detail view.
Other payment methods (standard, 3rd party plugin for credit card payment) all receive the correct overidden price.

How can I convince paypal to use this overriden price and the calculated one?

Thank you for your answers!

UPDATE:

It happens both in Production and Sandbox BUT only when the Payment type in the plugin is set to Shooping Cart. When it is set to Normal the price is correct.
Title: Re: Paypal plugin Override price
Post by: bortolani on October 10, 2016, 13:52:49 PM
Has onyone found a solution to this problem?

Bruno
Title: Re: Paypal plugin Override price
Post by: GJC Web Design on October 10, 2016, 14:01:56 PM
18 month old post!!!!

http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Paypal plugin Override price
Post by: bortolani on October 10, 2016, 14:21:12 PM
Yes,  the post is old but the problem is not soved.

Still the same with VM 3.017 and Joomla 3.5.2

Bruno
Title: Re: Paypal plugin Override price
Post by: GJC Web Design on October 10, 2016, 14:34:22 PM
Really?  so if u set an over ride price (BTW .. this isn't the recommended way to set discounts and specials as it over rides EVERYTHING incl. coupons, complex taxes etc) the wrong price is sent to paypal?
Title: Re: Paypal plugin Override price
Post by: bortolani on October 10, 2016, 14:44:47 PM
Yes, that' exactly what happens.

mc_gross is wrong as it takes the final price and not the override price.
Obviously cart is correct.
Look at this:

Date 2016-10-08 14:18:01
Payment Name PayPal
Total 62.00000 EUR
Date 2016-10-08 14:20:50
Transaction identification number 6BG77915HA7410417
Unique customer ID 79S2NUGV5FMJC
Payer status verified
Payment type instant
Full amount of the customer's payment 67.00
Transaction fee 2.63
Currency EUR


Notice Total 62 EUR (correct) and Full amount of the customer's payment   67.00 (wrong)

Bruno