4
I Use This!
Inactive

News

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Posted over 14 years ago by Quentin
Hello, Does this plugin have the ability to use the blog TITLE when at the paypal payment page? Regards
Posted over 14 years ago by span
Great, thanks for the answer! :)
Posted over 14 years ago by Aurimas
Yes. If the payment is cancelled by the user or expires or account is empty paypal sends special IPN message and arepaypal plugin reacts on it and blocks the content.
Posted over 14 years ago by span
Hi! Thanks for this great plugin, I like it. My question is: I've made a blog which uses recurring payment, the paid users are charged every month. But what happens if for example after two months a user cancels the subscription or don't have ... [More] enough money on his paypal account? So after a month he won't be allowed to see the content until he pays again, right? thanks [Less]
Posted over 14 years ago by Aurimas
arepaypal takes buyers email directly from the IPN message. Check the IPN message for the email. Check the user details in your wordpress to make sure users email is properly set etc. And make sure your wp is configured to email newly registered users by email with their password...
Posted over 14 years ago by Tobi
Hi! Tanks for the great plugin. But i need your help: I installed the plugin and everythink works fine. I use the pay-to-register-feature. I get an IPN-message that a new user was created and everything works. But the buyer gets no email with the login datas. What is my mistake?? Please help me and many greetings from Germany.
Posted over 14 years ago by Aurimas
I think there is a way to check sandbox mail at least I remember I could do that in developer center of paypal somewhere. I cannot change anything in the plugins functionality. You have to use a lot of text and descriptions and howtos to inform ... [More] your users who are going to register to describe the process so they know what to expect before registering. > Ok, I've just test the workflow you say in this mail with my sandbox and effectively I forgetted to configured the IPN. > With sandbox the workflow stop in step 4 because we can't consult sandbox mail. Do you know a solution to test the end of the process ? If no, no matter, I will continue with my real paypal account. > Because I've already done my process register -> custom mail -> activate account, I would like be visible register page after paiement, and not accessible the rest of time .. if you know a solution ? >Even if, my solution is to custom the ipn php file with a custom message perhaps ? [Less]
Posted over 14 years ago by Aurimas
Pay to register works lik this if I remember well: *User clicks pay to register button and is redirected to paypal. *He logs in paypal and pays. *Paypal sends IPN to the blogs are paypal IPN handler (check if thsi is configured fine) *IPN ... [More] handler creates a new user with user name == users who paid email (grabs that email from paypals IPN message) *After user is created wordpress must email random password to that user. In login template you can change those placeholders directly in the template or you can change values in corresponding textareas in configuration section. As far as I remember the ones you have mentioned are there and configurable separately. And those placeholders will be replaced with the values from there. And ofcourse you can edit template directly and you will have even more freedom just be carefull and leave operational placeholders. [Less]
Posted over 14 years ago by Gaby
Hey, What is the workflow for \pay to register\ ? 1. User click on \Pay Now\, it's redirect to paypal 2. They pay and it's redirect to register wp page ? The register page will be visible just one time or always for the users who have pay ? ... [More] (I test on my computer, not with web adress, I've clik off for \user can register\) And .. I don't undestand how to use the boutton template. For example, for the \Login Button Template\, I must change \%EXPLANATION%\ and \%LOGINURLTEXT%\ by something ? Many thanks for your response, And sorry for my probably bad english ! Gaby [Less]
Posted over 14 years ago by Aurimas
Smarty cache folder is now configurable via administration section. Default folder “cache” in the plugin’s home folder is not safe enough. Use path which is outside of your documents root or public_html. This improvement will help with automatic plugin upgrades in the future. After folder is not in the plugins folder anymore there is no [...]