WordPress payment plugin introduced
Sep 8, 2020
PHP
WordPress
stripe
president
WordPress plugin
We built a crowdfunding service with WordPress and introduced a payment plugin.
That is trial and error.
“Crowdfunding to share stories” mamenoki
First, we introduced (purchased) the WP Attractive Donations System.
It’s cool, but
https://codecanyon.net/item/wp-attractive-donations-system-easy-stripe-paypal-donations/16982796
Dollars may be fine, but it is not realistic to combine them in units of 1 yen.
And it ’s a different plugin,
https://liapoc.com/stripe-100.html
The same phenomenon occurred.
If you send it to Stripe, it will be ¥ 1 ⇒ ¥ 100, because it is premised on using dollars?
/wp-content/plugins/WP_AttractiveDonationsSystem/includes/ads-core.php
I solved it with $ amount * = 100;
⇒ $ amount * = 1;
- Steps of the progress bar: Does not work if the lower limit is 99 yen or less
- In dollar units, it becomes 1/100 on the contrary
This is tough … (I created a Stripe account, linked the company account, and even tested it, only the result)
So I introduced (purchased) WP Full Stripe (Premium).
https://paymentsplugin.com/ This is a completely yearly subscription, so if you’re not careful, you’ll be deducted forever (probably).
https://yuyauver98.me/wpfullstripe-translation/ I also translated it into Japanese with reference to.
** Crowdfunding to share stories ** <img src = “https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/458322/831e74df-187b-7e31-daf9-f5e99c733a6b.png"width = 50%>