Welcome to MonJoomla forum board.

Recurring payment in multiseller

Recurring payment in multiseller

Hi Bill
Is it possible to make a paypal button in the multiseller with recurring payment

Thanks
Vidar

vidaro
useravatar
Offline
46 Posts
User info in posts
Administrator has disabled public posting

Re: Recurring payment in multiseller

Hello Vidar

yes sir you can do that, but you need to edit the xml (php code)

from line 60 you have this

Code:


$html .= '<input type="hidden" name="cmd" value="_xclick">
                            <input type="hidden" name="add" value="1">
                            <input type="hidden" name="business" value="'.$ko_paypal.'">
                            <input type="hidden" name="item_name" value="'.$linkName.'">
                            <input type="hidden" name="page_style" value="posteritas">
                            <input type="hidden" name="currency_code" value="'.$ko_currency.'">                           
                            <input type="hidden" name="amount" value="'.$customsFields[$ko_price].'">

you need to change it for this

Code:


$html .= '<input type="hidden" name="cmd" value="_xclick-subscriptions">
                            <input type="hidden" name="add" value="1">
                            <input type="hidden" name="business" value="'.$ko_paypal.'">
                            <input type="hidden" name="item_name" value="'.$linkName.'">
                            <input type="hidden" name="page_style" value="posteritas">
                            <input type="hidden" name="currency_code" value="'.$ko_currency.'">   
<input type="hidden" name="src" value="1">
<input type="hidden" name="a3" value="'.$customsFields[$ko_price].'">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">

here from Paypal what the 3 new variables are doing


a3 - amount to be invoiced each recurrence
t3 - time period (D=days, W=weeks, M=months, Y=years)
p3 - number of time periods between each recurrence
For the example above, the variables would be:
x amount (a3) every 1 (p3) month (t3)


I didn;t test it but I'm pretty sure your are very close with that

Thanks

Thanks for your support

If you like my Joomla apps, please help support them with a review here:
http://extensions.joomla.org/

Thank you!

lebill
useravatar
Offline
1261 Posts
User info in posts
Administrator has disabled public posting

Re: Recurring payment in multiseller

Thanks Bill  wink

But where is the documentation about the multiseller. I cant find it on your site ?

vidaro
useravatar
Offline
46 Posts
User info in posts
Administrator has disabled public posting

Re: Recurring payment in multiseller

I found the documentation for multiseller from joomla extension

But there isa problem. When I go to custom fields there is no manage field types. In the latest moset there is view installed field types instead..and  no place to install xml file  sad

There is another path.in moset tree. templates-new and then upload package file. Can I use this to upload the xml file ?

vidaro
useravatar
Offline
46 Posts
User info in posts
Administrator has disabled public posting

Re: Recurring payment in multiseller

Hello Vidaro

I didn't test with the latest mosets 3.0, Mosets was my best tools to creating web site shopping card and listing, but now I did my own component to replace Moset and I stop upgrading Moset.

I don;t have the latest version to test with, sorry about that.

Regards

Thanks for your support

If you like my Joomla apps, please help support them with a review here:
http://extensions.joomla.org/

Thank you!

lebill
useravatar
Offline
1261 Posts
User info in posts
Administrator has disabled public posting

Board Info

Board Stats:
 
Total Topics:
617
Total Polls:
0
Total Posts:
167772742
Posts this week:
20
User Info:
 
Total Users:
3639
Newest User:
BickyBik
Members Online:
1
Guests Online:
375

Online: 
CheapSEO

Forum Legend:

 Topic
 New
 Locked
 Sticky
 Active
 New/Active
 New/Locked
 New Sticky
 Locked/Active
 Active/Sticky
 Sticky/Locked
 Sticky/Active/Locked