1
Answers
PayPal Buttons
Is there a module that can integrate a PayPal button into Drupal commerce? What I am not wanting is any IPN integration.
Is there a module that can integrate a PayPal button into Drupal commerce? What I am not wanting is any IPN integration.
Not that I'm aware of. The primary PayPal module is more about integrate actual PayPal payment methods, such as Payments Pro / Standard, Express Checkout, etc.
http://drupal.org/project/commerce_paypal
You can post this as a feature request there if you have a link to actual API documentation, though. I just thought PayPal buttons were typically a copy / paste thing.
Comments
Thank you for the response!
My issue is that to fully integrate recurring payments is a $20/month cost from PayPal. As a starting business I don't want to incur this cost. The buttons are nice in that you can customize and copy and paste easily. You can also keep track of the orders easily through their interface. But my current setup uses the paypal commerce module and I don't want to build anything from scratch yet. A part of my problem is that I don't fully understand everything I can do. For example can I use IPN with the buttons, etc? From what PayPal has told me you can't. In other words, having something that is simple in regard to a module that fully integrates with the commerce module but allows me to paste in the code from PayPal would be nice. This would cut expenses for the little guy like me and allow for the full use of the commerce module.