Περιγραφή
WP Donate provides a payment form and recent donor widget by utilizing stripe.com.
What wp-donate provides:
- Listing of donor at admin area
- At admin area it allows to set details related to payment gateway
- From displayed at client side using Shortcode
- Autherize.net payment gateway integration for accepting donation
If you need any modification in plugin or need some extra functionality than please let us know here https://www.webconfines.com/contact-us
Στιγμιότυπα
Εγκατάσταση
WP Donate can be used by either calling up a simple shortcode or adding the function to your template as below:
- Upload the folder
wp-donate
to the/wp-content/plugins/
directory - Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
- Go to WP Donate (for both Test & Live)
- Place
[Display Donate]
or[Display_Donate]
in your content or<?php wp_donate_form(); ?>
in your template.
Συχνές Ερωτήσεις
-
Will it work on my Theme?
-
WP-Donate features an inline form so that it can fit any theme. that you can customize it yourself.
-
Can I expand this plugin
-
Yes you can customize or expand plugin by adding new payment gateways to receive donation or customization can be made in form related to fields.
-
About SSL
-
In order to process transactions in a secure manner, you need to purchase an SSL Certificate. This way consumers can purchase/donate with confidence. There are multiple plugins for then enforcing that SSL be used on your page, here’s one.
-
Support available?
-
If you need any modification in plugin or need some extra functionality than please let us know here http://www.webconfines.com/contact-us
-
What are limitations of this plugin?
-
It is only available to users with Authorize.Net payment gateway to receive donations.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“WP Donate” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP Donate” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.2
- Provided some more details about plugin
1.3
- Removed error message and redirected to correct page after success.
1.4
- Modified database interactions for improvements and solved page redirect bug after successful payment by providing robust solution.
1.5
- Modified donation limit. Earlier it was minimum $10 and maximum $1000, now minimum is $1 and maximum is $100000
1.6
- Fixed short code issue for new WordPress versions.
1.7
- Made changes related to Akamai – according to latest Authorize.net Technical updates
1.8
- Update cert.pem latest version
1.9
- Removed non-GPL Authorized.net library.
- Upgraded plugin to process payment via direct APIs.
2.0
- Replaced Authorized.net payment gateway to stripe.com payment gateway.