Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterThe only recommended solution is to add it to your product’s price/cost. In the product description, you can explain that it includes the fees.
It is just not a good practice to show them one amount and then charge a higher amount. Or charge transaction fee as a separate line item. Our plugin can’t do that.
Admin
KeymasterDiscount coupon is a new feature that doesn’t yet work with the subscriptions addon. We will work on expanding the coupon feature to the subscription pricing.
In the meantime, you can crate a NEW subscription product that offers the discounted price. Then put this subscription product on a “special offer” page and share that page with the user (instead of a coupon code).
Admin
KeymasterYes.
Read the “Enabling Discount Coupons Only on Some Products” section from the following documentation:
June 28, 2018 at 7:28 am in reply to: Is there a way to pass variables another form to php sessions before redirect? #1078Admin
KeymasterIt is ok. Will send after click to button. Thanks.
June 28, 2018 at 6:59 am in reply to: Is there a way to pass variables another form to php sessions before redirect? #1077Admin
KeymasterJust send all variables by every click to buy button to php script that would be saved all variables to seesion? Maybe exist some js function where I can put needed function after errors? So info will be send after js validation passed? Thanks you.
June 28, 2018 at 6:24 am in reply to: Hi. Submit form on the same page where button placed if paid successfully. #1074Admin
KeymasterIt is clear. Thanks a lot. Have a nice day.
June 28, 2018 at 6:22 am in reply to: Hi. Submit form on the same page where button placed if paid successfully. #1073Admin
KeymasterThe plugin needs a thank you page where the payment processing happens. You can specify a custom Thank You page URL for each of your product. This will make it so the customer gets sent to the page you specify after they pay for that product.
In your case you can use the URL of the page where you have the form that the user should submit after the payment. So the user pays for the product and gets sent to the page where the form is.
If you read the following documentation, it will explain the feature:
Customize the Thank You Page URL and Message of the Stripe Payments Plugin
June 28, 2018 at 2:16 am in reply to: Product Page shows author and date – how do I remove these? #1069Admin
KeymasterThat comes from your theme. Your theme controls what meta details (author, date etc) are shown in a WordPress post or page.
You theme should have an option to turn those off. You should also be able to hide those using some CSS.
Admin
KeymasterDid you also delete the cached files. Sometimes the cached files (if its there) will continue to show cached page even if the plugin is deactivated.
Try emptying the cache and do a new test transaction. Let me know how it goes after that.
Admin
KeymasterNo, I had disabled the caching plugin (w3 total cache) previously. This occurred since that.
Admin
KeymasterWe don’t have an option for that at the moment. You can create 4 subscription plans then put 4 subscription buttons on your landing page. The customers can pick the one they want.
Admin
KeymasterDo you have any caching on this site?
Admin
KeymasterAt the moment, this plugin only deals with products created inside this plugin. If we get many requests for it, we will look at maybe adding an option to connect with products created in stripe.
Admin
KeymasterThanks a lot, this makes sense. I have implemented this as follows:
[accept_stripe_payment_checkout] [accept_stripe_payment_checkout_error] There was an error with the payment transaction: {error_msg} Please try again. [/accept_stripe_payment_checkout_error]
But when I try this with one of Stripe’s test numbers (4000000000000341), the [accept_stripe_payment_checkout] shortcode itself also returns a message, namely
“System was not able to complete the payment. Your card was declined.”
This now duplicates the error message that follows just after:
“There was an error with the payment transaction:
Your card was declined.
Please try again.”Is there a way to silence the output from [accept_stripe_payment_checkout]?
Note that I cannot use the enclosing form “[accept_stripe_payment_checkout] … [/accept_stripe_payment_checkout]” because I am using the asp_stripe_payments_checkout_page_result filter hook to generate a custom message (which is only displayed when using the self-closing shortcode).
Thanks,
JorgAdmin
KeymasterYes, if you enable the multi-currency addon it will allow the customer to pick the currency for the donation. The customers will select the currency and apply it. Then they will be able to enter any amount that they want to pay you.
-
AuthorPosts