Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterI will take a look inside your site to see what I can find. I have sent you an email for it.
Admin
KeymasterYou shouldn’t need to put it in test mode. You can copy the test and live API keys both from your Stripe account and then paste it in the plugin’s settings. Do you have the test API keys set/saved in the settings?:
General Settings Configuration of the Accept Stripe Payments Plugin
Even if you need to setup a webhook in testmode, you can do that very quickly by going to test mode and creating the hook and then switching back to live (should take only 5 seconds). You can do that at a time of the day when the site goes through a quiet period.
The only guideline is to use latest version of any browser. Then it will work fine. If a browser version is older than 2 years (for example) then there is no guarantee since we don’t test for such old versions. Latest browser version should be used for security reasons also.
Admin
KeymasterWe have just released a new version of the plugin (v2.0.31). We have made some changes to the payment popup translation loading in this version that should be helpful. Please upgrade the plugin and the addons then try the translation again.
Admin
KeymasterThis more of a question for Stripe (not our plugin) since you are talking about the Stripe’s merchant account. So I had to do a little bit of searching to see if Stripe has a feature for it. It doesn’t look like there is an option to export meta data to spreadsheet.
Admin
KeymasterThat is not in our plugin’s description. Our plugin offers quick checkout for a customer without having to create any kind of user account or anything. You can create a customization by using the “asp_stripe_payment_completed” action hook to create a wp user after the payment is completed. The following page has details about that action hook:
The other option is to potentially use a membership type plugin that our plugin integrates with. You can search for the word “membership” on our following documentation page to find more details:
Admin
KeymasterI am not seeing any payment button on that donate page you posted. Is our plugin’s shortcode still there on the page?
Admin
KeymasterPlease post the URL of the page where I can go and inspect this on your site.
Admin
KeymasterNo. This will need a custom job at this stage.
The label can be customized via the language translation file. You can create your own translation file which can output whatever you want the “Quantity” label to say:
Admin
KeymasterAll the custom data is sent to Stripe’s meta data. Please fully read the following page which shows how the custom data can be viewed inside your WordPress admin dashboard and Stripe merchant account (there is a section called “viewing custom data”):
Sending the custom data to Stripe’s transaction metadata is the most sensible way we could implement this custom fields functionality (that works for most of our users). What data you collect using the custom fields is really upto you.
Admin
KeymasterThis will need to be customized via your language translation file.
You should be able to find the following strings in the language file of the subscription addon.
until cancelled
months
You can create your own language translation file to customize those strings to whatever you want it to say:
Admin
KeymasterWe have action hooks that gets triggered after a transaction. You can use that hook to create your custom processing after a transaction.
So you can create a custom plugin that listens to the hook and then does the additional processing after the transaction.
Side note: I know that some of our users don’t have the coding expertise required to handle the complex customization required for that particular project/business. If you want us to understand your particular business scenario and provide help with coding then that will need to be handled as a custom job. You can use the following page to get in touch for a custom job:
Admin
KeymasterThe filter will pass additional arguments that will have the product ID in there. So in your custom code, you can check that product ID and then override the output only if you want to handle that one. Otherwise, you will just return from that function and it will show the default that comes from our plugin.
Admin
KeymasterNo. That will need a custom job since the payment popup’s code will need to be customized for this.
Admin
KeymasterNot at the moment. The standard thank you page shortcode should show the details with the variations that was purchased.
If you are customizing it using the “asp_stripe_payments_checkout_page_result” filter then you can get all the transaction data and fully customize that output:
The $txn_data array will contain the transaction and item data that you can use.
June 25, 2020 at 2:31 am in reply to: Link URL method takes order (in test mode) but does not trigger Check Out Result #3018Admin
KeymasterI tested that feature and it is working fine as of now. Does the debug log show any error with the transaction?
Also, do the following test to make sure something else is not conflicting:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
-
AuthorPosts