VM2 - Send Product Name and Attributes to Paypal - Item list in PayPal cart.

Started by veggie_89, September 20, 2012, 06:11:28 AM

Previous topic - Next topic

veggie_89

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

alatak

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 :)

ssc3

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
Virtuemart Payment Plugins
https://plugins.online-store.co.uk

veggie_89

Thanks for the info!  :D

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