Reoccurring Payments with Dolphin 7?

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 · 1 Feb 2010

I would like an answer to this question also,

Quote · 4 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

upp

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 23 Mar 2010

I do not know code, so I am not sure I follow these instructions.  I understand the instructions for replacing the lines, but I am not sure what I am supposed place in the area where Kelley states "('YourSiteName.com Membership for')".  

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

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

 

 

IF I have named my membership "Silver", does that last line read

'item_name' => _t('mydomainname.com Silver) . ' ' . $aCartInfo['vendor_username'],

 

Does this method mean that any membership that I charge for will require a new payment from the customer every 30 days, or is there a way to do this so different memberships can reoccur at 30, 60 and 90 days.

 

Lastly, does this effect only memberships?  What if I ad a store or use other modules that enable purchasing.

 

Thanks

 

J

 

 

 

Quote · 2 Aug 2010
 
 
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.