Forum Replies Created
-
AuthorPosts
-
AdminKeymaster
You won’t be able to enter all HTML tags in there but you should be able to send an HTML email. Did you select the “HTML” option for the following settings field in the settings menu of the plugin?
Buyer Email Content Type
January 13, 2021 at 1:06 am in reply to: Stripe Payments Subscriptions Addon makes one order to 5 orders #3525AdminKeymasterVery strange.
#1) Please enable the debug logging feature so we can see if there is any clues in the log file:
Using the Debug Log to Solve Transaction Related Issues on a Site
#2) Next, do the following test also. To make sure there isn’t another plugin that is causing the request to be submitted multiple times on this site:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
#3) Then do a test transaction and let me know what you see.
AdminKeymasterThe following 3 things need to be checked first:
1) The subscription plan is created in live mode (looks like you did this already)
2) The “Live Mode” option is set in the settings menu is checked. Please verify this.
3) The product doesn’t have the “Force Test Mode” option enabled (this option allows you to override the setting for individual product).Next, delete the subscription plan and create a new one (so it gets created in live mode using live mode API keys. Use this new subscription plan in the product and check it. Does it still give the same error?
AdminKeymasterNormally, you would block certain countries for a setup like this. A standard country blocker type plugin for your WordPress site should work for this. Something like this maybe:
Also, you can put a message on your site about which countries you support. You can add it to your terms and conditions too.
Try it and see if you get too many transactions from other countries then let us know. We should be able to create some kind of addon to cater for this (if it becomes a big issue).
AdminKeymasterUnfortunately, this plugin doesn’t have an option for that. It only has simple shipping option as explained in the following documentation:
January 7, 2021 at 3:02 am in reply to: The price from subscriptions are wrongly transferred to stripe #3506AdminKeymasterThis will be a currency related issue (some Zero-decimal currencies can have an issue if all thee setup is not correct). I have checked your other post also. It will be best if I send you an email for it.
AdminKeymasterThank you. We will add this to our wishlist.
AdminKeymasterIf you do a translation of the plugin, you should have that text be shown in your language:
AdminKeymasterThe short answer is “No”. Payment gateways doesn’t really have a way to handle this since a user can always use a different card (or use a family member) to do a transaction.
The main way to handle this would be to charge a small amount for the trial (to only attract legitimate users). When you are offering something free, you have to be prepared for some users who will not act in good faith. So factor that in when you price your items.
Another option is to add a membership layer to your site. Something like our following plugin:
Then you will have users who are creating account on your site. You can then manually see which member accounts are doing what and then block an account accordingly.
AdminKeymasterSomething else is going on there. That error is not supposed to show as a 500 error. The error is being triggered by the Stripe’s library (that is given to us by Stripe). Are you using the latest version of our plugin and any addons (to make sure the latest Stripe library is being used)?
Post the URL of the page where the payment button is so I can inspect a couple of things using my browser.
AdminKeymasterLet me investigate an option for this and then I will get back to you.
AdminKeymasterLooks like the zip code verification is failing. Did you enable that option in your Stripe account?
AdminKeymasterSomething else on this server is preventing the plugin from fully completing the process that’s why you are seeing an abnormal behavior. The server’s error log will have more details as to what it is complaining about. So look at the server’s error log file immediately after the Error 500 is triggered by the server. The latest entries in that error log file will have clues as to what is failing. The message in the error log file may look cryptic, if you share the error messages from that file, we should be able to read it and provide help.
AdminKeymasterWe should be able to add filter hooks for this. I will look into this.
AdminKeymasterThis looks like a plugin conflict related issue. Please do the following test:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
-
AuthorPosts