Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterWe have plans to add an option for it.
Admin
KeymasterAt the moment it doesn’t have an option to do per product email.
The notification email has many tags/shortcodes that you can use to customize it and make it generic. It is capable of including the download link of the purchased product (for any item that they buy). We only have the option to do per product thank you page.
Admin
KeymasterThat action hooks passes 2 arguments to the callback function. So make sure to catch it like the following example:
add_action ('asp_stripe_payment_completed', 'execute_my_custom_code', 10, 2); function execute_my_custom_code ($post_data, $charge) { //Do stuff here }
Admin
KeymasterYou can specify a CSS class for the button in the product configuration interface. Then you can use CSS tweaks to customize the button. The following tutorial should show you what the process is and it has some examples that will be helpful for you:
April 12, 2018 at 11:56 am in reply to: Post any stripe payments plugin related issue in this forum #651Admin
KeymasterAwesome! Any eta on it?
April 12, 2018 at 6:44 am in reply to: Post any stripe payments plugin related issue in this forum #650Admin
KeymasterWe are in the process of creating a module for recurring payment.
April 11, 2018 at 10:49 pm in reply to: Post any stripe payments plugin related issue in this forum #649Admin
KeymasterIs there any way to have a recurring payment through your plugin?
Admin
KeymasterThis plugin doesn’t create a right column. I think you are referring to the sidebar of your site that comes from your theme.
Some themes offer an option where it lets you hide the sidebar widgets on specific pages. If your theme has that option then you can edit the checkout page and hide the sidebar widget.
Admin
KeymasterIt’s under the “API” menu in your Stripe account. The following documentation has a screenshot that shows where the key is:
General Settings Configuration of the Accept Stripe Payments Plugin
March 21, 2018 at 10:30 am in reply to: Post any stripe payments plugin related issue in this forum #623Admin
KeymasterHi, Our plugin can only process the transaction if the payment button is created using our plugin’s shortcode.
March 20, 2018 at 10:49 pm in reply to: Post any stripe payments plugin related issue in this forum #621Admin
KeymasterHi,
I am want to use my existing BUY NOW buttons and when clicked link to Stripe via <form>. I don’t want to create a new button but cannot find any other way other than linking the shortcode, which doesn’t seem to want to work on my wordpress theme.
Many thanks
-
AuthorPosts