Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello all, after searching thru the forums and thru the contributions, I still cannot locate a module or add-on contribution to allow subscription payments to be setup by the OSCommerce shopping cart checkout.

 

I found a couple of instances where you modify a file called /catalog/checkout_paypalipn.php - however I cannot locate the contribution that contains that file.

 

Is there such an animal that will allow paypal subscription payments to be handled via the shopping cart checkout process?

 

Thanks in advance!

Steve

Posted

Update: I have installed Paypal_Shopping_Cart_IPN 3.1.5 and all seems to be working like that contribution should. Now then, can anyone use that as a building block for the payment to be a subscription instead of a one time transaction?

 

At worse case scenario I can provide a button to the buyer after the initial 30 days or send an invoice each month. I would rather have it automated though if at all possible.

 

Thank you

Steve

Posted

Some more info- This is what the "Create a subscription button" does...

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">

<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">

<input type="hidden" name="cmd" value="_xclick-subscriptions">

<input type="hidden" name="business" value="[email protected]"> // Store Paypal Address

<input type="hidden" name="item_name" value="My Product"> // Product Name

<input type="hidden" name="item_number" value="0002322"> // Product Number

<input type="hidden" name="no_shipping" value="1">

<input type="hidden" name="no_note" value="1">

<input type="hidden" name="currency_code" value="USD">

<input type="hidden" name="lc" value="US">

<input type="hidden" name="bn" value="PP-SubscriptionsBF">

<input type="hidden" name="a3" value="59.95"> // Products Price (Net):

<input type="hidden" name="p3" value="1"> // Atribute - Number of "Term"

<input type="hidden" name="t3" value="M"> // Term - (M) Month

<input type="hidden" name="src" value="1"> //Recurring payments. If set to “1,” the payment will recur unless

your customer cancels the subscription before the end of the

billing cycle. If omitted, the subscription payment will not recur

at the end of the billing cycle

<input type="hidden" name="sra" value="1"> //Reattempt on failure. If set to “1,” and the payment fails, the

payment will be reattempted two more times. After the third

failure, the subscription will be cancelled. If omitted and the

payment fails, payment will not be reattempted and the

subscription will be immediately cancelled

</form>

Posted

Hi - going to give this one more bump to see if anyone has info or is interested in coding this.

 

Thanks for your patients.

 

Steve

  • 4 weeks later...
  • 3 months later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...