Hi,

I've been testing out the sept 13 dev version of the 2.x branch. I am able to create a subscription product, add it to the cart, and process a payment through paypal. The payment that is processed doesn't seem to be a subscription though. It is showing up in my paypal sandbox account only as a one-time payment. I called paypal merchant services tech support and the guy on the phone went to my website and created an order while I was on the phone. He told me that paypal wasn't getting the correct string to create a subscription payment. I don't know how he determined that but he did have my account information.

What I need to know is does this module have the bare functionality working yet? Can you create a paypal subscription order with this module at this time?

Has anyone had any success?
Cheers!

Comments

Yuri’s picture

Good question, I'm interested in its current state too.

markusa’s picture

check out commerce_sp feature module and the commerce_sp_paypal module.
drupal.org/project/commerce_sp
drupal.org/project/commerce_sp_paypal

Get the 2.x dev version of commerce_sp. You will not see the 2.x-dev available for download from the project page. You have to go here https://drupal.org/project/commerce_sp/git-instructions to get the instructions to use git to download it.

and the 1.x-dev of commerce_sp_paypal which has a recent (nov-13 2012) release. The project page has a link to the issue concerning missing fields upon installation.

I successfully got the combination of these two to work. It only support Paypal WPS but at least it works. There were some issues with the install of the modules....when I tried it didn't install cleanly and I had to look in the code in commerce_sp.features.field.inc and commerce_sp_paypal.features.field.inc to manually add the fields with the exact name and settings programmed there.

andregriffin’s picture

You can also find the 2.x dev for commerce_sp here, without using git: https://drupal.org/node/1278968/release

doliveros’s picture

Subscribing