|
View previous topic :: View next topic |
| Author |
Message |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Oct 17, 2011 3:53 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
the actual button means nothing. it is just an image used as a graphical visual representation. The url hidden behind the button that takes you to the paypal site is what is important. The module generates that url based on the settings you made for each individual subscription created in the admin section. so if you make 3 separate subscriptions all 3 of them will show the same button to pay with but they are not the same. they just look the same.
I did not find anything in the code that would control auto renew so yes i think auto renew it is set to on by paypal as default
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
mixy Heavy poster


Offline Joined: Aug 29, 2009 Posts: 173
|
Posted: Mon Oct 17, 2011 3:55 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
Lol...Ok. Will dig in more at paypal side
Thanks Diz
mixy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/Mysql 5.0+/Dragonfly cms-9.3.1,
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Oct 17, 2011 5:01 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
The PayPal default is one subscription cycle i.e. not recurring.
Through the mod settings, you choose whether or not it is recurring, and can also specify how many times that may happen (ongoing, once, twice etc.). It doesn't appear to have been setup correctly to use those settings.
Even so, subscribers can always cancel their subscription at any time, but there is no refund for their current subscription cycle (week, month, year) which is preserved until it completes.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Oct 17, 2011 6:29 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
You got me curious so i installed the module. I see it when you create the module you check mark your choice of days, weeks, months ,years or life time then in the box below that you type in how many of the one you chose.
for example: if your subscription is for 1 year you can check mark year and in the box put 1 or check mark months and in the box put 12.
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
mixy Heavy poster


Offline Joined: Aug 29, 2009 Posts: 173
|
Posted: Mon Oct 17, 2011 6:47 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
Yes i know about that settings. Going with your example.
Lets assume i set one of the subs for one year and subscription is 10bucks a month.
How much do i put in the amount box? $10 or $120?
Is any of this gonna activate the auto renewal feature?
mixy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/Mysql 5.0+/Dragonfly cms-9.3.1,
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Oct 17, 2011 9:10 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
$120 for a 1 year subscription or do a monthly subscription for $10. they will get an email telling them the need to renew.
auto renew from what i can tell no.
I remember using this module once. I created 5 separate subscriptions.
For 1 month, 3 months, 6 months, 9 months, and 1 year.
What ever price you put in the box will be total price for the time of the subscription.
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
mixy Heavy poster


Offline Joined: Aug 29, 2009 Posts: 173
|
Posted: Mon Oct 17, 2011 1:07 pm Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
Precisely what i have as my setup.
Thanks.
mixy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/Mysql 5.0+/Dragonfly cms-9.3.1,
|
|
| Back to top |
|
 |
InspectorClueNo Heavy poster


Offline Joined: Mar 26, 2008 Posts: 211
|
Posted: Tue Oct 18, 2011 1:16 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
i've noticed this module isn't using dragonflycms send_mail() function but instead uses php mail() function ... too bad
dragonflycms send_mail() track abused script, mail() doesn't
not even talking about mail() will literally ignore any e-mail related settings you may have setup in dragonflycms
2 cents
InspectorClueNo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) none available
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Oct 18, 2011 1:49 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
looks like it uses send_mail to me.
lines 410, 540, 601, 770, 885, 945, 1074, and 1134 in the functions.php
of course i could be wrong my eye sight is not as good as it was when i was younger.
0.5 cents
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
InspectorClueNo Heavy poster


Offline Joined: Mar 26, 2008 Posts: 211
|
Posted: Tue Oct 18, 2011 2:47 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
what about around line 480 and 640?
| Code:: |
mail($sendToMe,$errSub,$errMessage,$headrs); |
InspectorClueNo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) none available
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Tue Oct 18, 2011 3:00 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
Thanks i didn't catch that. Fixed an updated.
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
mixy Heavy poster


Offline Joined: Aug 29, 2009 Posts: 173
|
Posted: Tue Oct 18, 2011 3:14 am Post subject: Re: Subscription Module 1.0.RCx Released!! |
|
Hey Diz, do i need to update mine too?
mixy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache/Mysql 5.0+/Dragonfly cms-9.3.1,
|
|
| Back to top |
|
 |
|
|