Forum Replies Created
-
AuthorPosts
-
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
Admin
KeymasterHi Martin, At the moment only the custom fields can be sorted within the custom fields (not the checkout/settings fields that come from the plugin from the normal checkout process)
Admin
KeymasterCreate a subscription plan with the following parameters:
Amount: $500
Billing Interval: 6 Months
Duration: 2That will charge $500 on the day of the purchase and then another $500 in 6 months time. So it will collect a total of $1000.
Let me know if that helps.
Admin
KeymasterGive me an example of a pricing that you are trying to set up then I should be able to tell you what values to use for it.
If you fully read the following page, you will see that it has explanation of what each of the subscription plan fields do (which can be helpful):
Admin
KeymasterThis is not an advertized feature of our plugin. We don’t have the particular option you are looking for. I have sent you an email. Please reply to it.
-
AuthorPosts