Paid Subscriptions

Started by Grudge, August 12, 2006, 06:09:49 AM

Previous topic - Next topic

shadowfall

Can somebody tell me what files need to me chmoded because i keep on getting this:

FTP Information Required
Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.

Everytime I try to apply the mod. Thanks

vipmoney

Quote from: Paracelsus on October 17, 2009, 02:42:23 PM
Quote from: qtime on October 17, 2009, 08:27:14 AM
Quote from: vipmoney on October 16, 2009, 07:52:10 PM
Hi again,

Evrything works perfect exept from this:

1)- The email sent upon subscribing
2)- The email reminder when the subscription is getting to the end

In other words, email features don't work.

Any solution or a tip to work on these features?

Except from that, everything works perfect ;)
I assume your forum email is working correct?
and you setup the Email for Correspondence: ?


Even if you setup everything correctly, it doesn't work. Only the admin receives 2 mails, one from the forum and another from Paypal upon subscription. But the one that subscribes doesn't receive a confirmation email and neither an email reminding him/her when the subscription is about to end.

Everything about this mod is working 100%... except from this...

This mod with the email alerts would be awesome!!!
I'm not a coder, but It doesnt look so difficult to code that specific feature, a simple script and a daily cron, and that's it.

Anyone smart enought to do it? no me... lol
VipMoney

Gavin Chatt

Will this work for V1.1.11?

Not wanting to go right through all the posts I only went back a few pages and see these are two major points, have these been sorted?

QuoteThe problems are:

•It doesn't go further than 2010, BUT the good news is that there's a solution using phpmyadmin.
•The email sent to the user confirming subscription or reminding when it's time to renew doesn't work at all. I haven't seen any solution on this one yet.
Regards
Gavin Chatt
Austeam Founder
http://austeamracing.com.au

Paracelsus

Quote from: Gav-Aus on December 09, 2009, 09:44:01 PM
Will this work for V1.1.11?

Not wanting to go right through all the posts I only went back a few pages and see these are two major points, have these been sorted?

QuoteThe problems are:

•It doesn't go further than 2010, BUT the good news is that there's a solution using phpmyadmin.
•The email sent to the user confirming subscription or reminding when it's time to renew doesn't work at all. I haven't seen any solution on this one yet.

The first: YES, you just have to go to the admin panel, search for the calendar options and span it over 2010 (no need for phpmyadmin);

The second: NO, it seems that there's a table in the database to this, but doesn't work. One member has said that the feature isn't hard-coded and therefore it will never work unless the code is manually added. Which code? I have no idea, I'm not a programmer.

Gavin Chatt

Thanks very much for your reply appreciate it.......

I did install to ahve a play however in doing so I lost the ability to review a members profile, removed the mod and reviewing started to work again. Might take another look however using the manual change.
Regards
Gavin Chatt
Austeam Founder
http://austeamracing.com.au

xxBUCKSxx

Hi all ;)

I need to add paypal ipn verification to a buy it now button on my site but of course the Paid Subscriptions mod is getting all IPN verifications, (BTW this mod is working so well many many thanks to the authors, it's been brilliant)

I assume I am going to have to add some code in the ipn.php file but I'm a little afraid of messing up the reliability by putting the code in the wrong place.

I need to look out for the item name called 'Video Ticket' and when it confirms that this item is received then add that user a ticket on the user profile, I have got all the code for the ticket system all spot on just need to get the ipn to verify a payment and then run my code for updating the users profile:)

I'm assuming that I need to add some code here.... and use the item_name form the ipn information?? am I on the right track??

Quoteelse
   generateError($txt['paid_unknown_transaction_type']);


daveb26

Same here, no one knows how to overcome this.

did chmod -R 777 * at /httpdocs but still no use


Quote from: shadowfall on December 01, 2009, 05:28:23 PM
Can somebody tell me what files need to me chmoded because i keep on getting this:

FTP Information Required
Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.

Everytime I try to apply the mod. Thanks

Maxtor

#867
to accept € (EURO) instead of $ (USD) you have to manually edit these lines:

ManagePaid.english.php
Find:
// Symbols.
$txt['usd_symbol'] = '$%1.2f';
$txt['eur_symbol'] = '€%1.2f';
$txt['gbp_symbol'] = '£%1.2f';

$txt['usd'] = 'USD ($)';
$txt['eur'] = 'EURO (€)';
$txt['gbp'] = 'GBP (£)';
$txt['other'] = 'Other';


Replace with:
// Symbols.
$txt['usd_symbol'] = '$%1.2f';
$txt['eur_symbol'] = '€%1.2f';
$txt['gbp_symbol'] = '£%1.2f';

$txt['usd'] = 'USD ($)';
$txt['eur'] = 'EURO (€)';
$txt['gbp'] = 'GBP (£)';
$txt['other'] = 'Other';


qtime

thanks for the code, had problems with displaying the euro sign!

Greg__

Quote from: daveb26 on December 13, 2009, 05:08:53 PM
Same here, no one knows how to overcome this.

did chmod -R 777 * at /httpdocs but still no use


Quote from: shadowfall on December 01, 2009, 05:28:23 PM
Can somebody tell me what files need to me chmoded because i keep on getting this:

FTP Information Required
Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.

Everytime I try to apply the mod. Thanks
Can anyone explain how to fix this?  I've got the same error as well.

mariusfv

I know to add a button on SMF but is impossible for this mod to add a "BUY" button because : index.php?action=profile;u=1;sa=subscriptions, this is for users to see :
Paid Subscriptions
Below is a list of all the subscriptions which are available on this forum.
u=1 is for first member i guess so if i want to add a buy button on my forum how is possible that as long as the direct link depend for each member (u=1,u=2,etc)  ?

Paracelsus

Quote from: mariusfv on January 13, 2010, 06:47:33 PM
I know to add a button on SMF but is impossible for this mod to add a "BUY" button because : index.php?action=profile;u=1;sa=subscriptions, this is for users to see :
Paid Subscriptions
Below is a list of all the subscriptions which are available on this forum.
u=1 is for first member i guess so if i want to add a buy button on my forum how is possible that as long as the direct link depend for each member (u=1,u=2,etc)  ?

Actually, you just need to put the link in this form:
index.php?action=profile;sa=subscriptions

By removing the u=1 you go directly to your subscriptions and not somebody else's. Of course, you've got to be logged in otherwise an error message will show up.

mariusfv

10x man !
work as you say after login, but not work even is logged if i used : "target="_blank" -> for new tab/window ,in that situation redirect is to admin/member profile.
But my problem is solved even if I can't in new tab !
10x again...

vipmoney

Single Payment and Recurring Payment, any problems with you guys?

I've been using this mod with both options, the user chooses if he just want to pay for 1 month, or if he wants to be billed automaticaly every months. It has been working so far for many months, but right now, their VISA is only accepted by Paypal if they go for the recurring payment option and nobody seems to manage to do a single payment.

Anyone with this problem?
VipMoney

qtime

I am just testing the recurring payments, but all non rebilling payments are ok here.

qtime

How can I see if a member made a recurring payment (database is not a problem as well to look)?

vipmoney

Quote from: qtime on January 24, 2010, 02:04:03 PM
How can I see if a member made a recurring payment (database is not a problem as well to look)?

you have to see it inside your Paypal account.
VipMoney

qtime

Quote from: vipmoney on January 25, 2010, 01:44:14 AM
Quote from: qtime on January 24, 2010, 02:04:03 PM
How can I see if a member made a recurring payment (database is not a problem as well to look)?

you have to see it inside your Paypal account.
ok thanks

Shaliza

You don't need this if you're using 2.0 right?

qtime

Quote from: Shaliza on January 25, 2010, 04:12:49 AM
You don't need this if you're using 2.0 right?
it's a standard feature in smf 2.0 and have more options, like sending a PM before X days end of subscription

Advertisement: