VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: veggie_89 on September 20, 2012, 06:11:28 AM

Title: VM2 - Send Product Name and Attributes to Paypal - Item list in PayPal cart.
Post by: veggie_89 on September 20, 2012, 06:11:28 AM
I have looked around the forums, but everything I found was for VM1. Are there any plans to integrate something like this for VM2:
http://forum.virtuemart.net/index.php?topic=49535.75
Title: Re: VM2 - Send Product Name and Attributes to Paypal - Item list in PayPal cart.
Post by: alatak on September 20, 2012, 08:17:11 AM
Hello,

At the moment, we use this for Paypal
'cmd'              => '_ext-enter',
'redirect_cmd'     => '_xclick',

and this does not allow you to send the order details.
The difference with the post you gave is that they use this:
cmd=_cart&redirect_cmd=_ext-enter

At the moment we do not have any plan to change Paypal plugin. But i can put that in my todo list :)
Title: Re: VM2 - Send Product Name and Attributes to Paypal - Item list in PayPal cart.
Post by: ssc3 on September 24, 2012, 20:57:17 PM
The PayPal Express Checkout plugin will send product details and attributes to PayPal.

It can be used in place of the standard PayPal plugin.

http://forum.virtuemart.net/index.php?topic=104184.0
Title: Re: VM2 - Send Product Name and Attributes to Paypal - Item list in PayPal cart.
Post by: veggie_89 on September 26, 2012, 23:17:12 PM
Thanks for the info!  :D

...Just curious, is there a disadvantage to using "cmd=_cart&redirect_cmd=_ext-enter"?