Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterLooks like the zip code verification is failing. Did you enable that option in your Stripe account?
Admin
KeymasterSomething 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.
Admin
KeymasterWe should be able to add filter hooks for this. I will look into this.
Admin
KeymasterThis 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
Admin
KeymasterFor that feature, the transactions need to be made while being logged into the site (so the plugin can recognize a user and store the transaction data for that user). Are you testing with an account where the transaction was made after the user logged into the site?
If you are just allowing anonymous checkout (guest checkout), then the plugin won’t have any idea in terms which user is purchasing what.
Enable the debug logging option in both the Stripe plugin and the emember plugin. Then do a test transaction with a user account that you created (for testing). Does that transaction show correctly?
Admin
KeymasterFully read the following documentation which should be helpful for you:
You can add an email merge tag that will add a “cancellation link” in the sale notification email (when they do the transaction). The customers can use that cancellation link to unsubscribe when they want (without contacting you).
Admin
KeymasterNo, that’s not possible.
Admin
KeymasterYou are looking at the “payments” tab in Stripe. That won’t have the info you are looking for. Go to the following interface in your Stripe account:
Customers -> Subscriptions
Then click on a customer and it will show you the item the subscription is for.
Also, you can look inside our plugin’s “subscriptions” menu. Click on the “View details” link for a subscription and it will have additional details. The link in the “ID” column takes you to the page in Stripe that has more details also.
Admin
KeymasterCoupons are applied in the payment popup window. Check the following documentation:
Admin
KeymasterThis is not something our plugin can do. You may want to put a message on your landing page (near the payment button), explaining which area you will accept (so people clearly know this information before they click the button).
Admin
KeymasterEnable the debug log option in the settings then do a test transaction:
Using the Debug Log to Solve Transaction Related Issues on a Site
Do you see any error in the log or indication of any failures?
Is your site using any caching?
Admin
KeymasterNo. That can’t be removed.
Admin
KeymasterOur plugin has action hook that can be used to get notified when a transaction has completed. You can then write your code to do the additional task you need to do for the transaction.
You can use the “asp_stripe_payment_completed” hook:
If you are not a coder, you will need to hire a code who can do the coding you need done though.
Admin
KeymasterOur plugin (at the moment) doesn’t have any integration with any LMS plugin. This is not a feature that we advertise.
Let me look at the documentation of Sensei plugin then I will be able to determine if we can do an integration.
Can you please ask them if they have any documentation for allowing a 3rd party payment plugin to do an integration?
Admin
KeymasterThe plus symbols are still needed because if there are 3 variation options to select from, the customer needs to know that those all add up to the final price.
The final price is shown clearly on the payment button though. So it is very transparent in terms of what they will be paying (in total) and how that amount was calculated.
Are you seeing any issues in terms of your customers complaining?
-
AuthorPosts