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
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 :)
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
Thanks for the info! :D
...Just curious, is there a disadvantage to using "cmd=_cart&redirect_cmd=_ext-enter"?