Reoccuring Payments with PAYPAL?

How do I get REOCCURRING PAYMENTS for PayPal with Dolphin 7? This feature was offered with Dolphin 6, but I don't see it with Dolphin 7. With Social Networking being a reoccurring, subscription module, I need this feature. Any Help?

Quote · 7 Feb 2010

Recurring payments worked in D6 with Paypal?  Never knew this. 

Quote · 7 Feb 2010

I figured it out.  You can name the product name whatever you would like.  Here is what I did:


TO SET REOCCURRING PAYMENTS & CHANGE PRODUCT NAME

To set reoccurring payments:

Open File: modules/boonex/payment/classes/BxPmtPayPal.php

Locate:
function initializeCheckout($iPendingId, $aCartInfo, $bRecurring = false, $iRecurringDays = 0) {

Change to:
function initializeCheckout($iPendingId, $aCartInfo, $bRecurring = true, $iRecurringDays = 30) {

Changing Product Name:

Locate:
'item_name' => _t('_payment_txt_payment_to') . ' ' . $aCartInfo['vendor_username'],

Change to:
'item_name' => _t('YourSiteName.com Membership for') . ' ' . $aCartInfo['vendor_username'],

_______________________________________________

Quote · 25 Feb 2010

Nice tip..   Good find.  Now i suppose you have to wait 30 days to see if it really works.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 25 Feb 2010

can anyone confirm if this worked  ??

Regards........ M.Chauhan U.K.
Quote · 6 Aug 2012

i cannot say if it worked or not, since the edit was actually some time ago. i have not seen where boonex was putting together a solution for recurring payments. i know Andrew and I had a round about this, and his suggestion was, just have your members rejoin. ok stupid answer of course, ince there were 15K members at that time. 

 

so yeah, the whole situation with the cart and memberships is still lingering. 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 6 Aug 2012

I use the recurring subscription payments mod by martinboi. 

Its a very good mod, loads of admin control. 

http://www.boonex.com/m/Dolphin_7_Membership_Subscriptions_Module

Quote · 6 Aug 2012

i have just about every one of my clients running whmcs for their dolphin efforts. over the past years since the creation and release of the news about her ol man, they were very welcome at todds. once this was discovered, they were both banished from the Miller Ponderosa.

 

ok that is the news, and i am moving on, 

I use the recurring subscription payments mod by martinboi. 

Its a very good mod, loads of admin control. 

http://www.boonex.com/m/Dolphin_7_Membership_Subscriptions_Module

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 6 Aug 2012

Dosdawg - winner of the most bizzarre post of the century Laughing

Quote · 6 Aug 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.