Forum Replies Created
-
AuthorPosts
-
alexanderfoxcParticipant
Hi and thank you for your report.
This has been fixed in FPX add-on version 1.0.4, please update it.
I have notified the team that FPX add-on should be specifically tested against any changes in core plugin in order to prevent similar situations from happening in the future. The issue with testing it is that FPX requires Stripe account registered in Malaysia (even for testing purposes!), which is an issue when you’re not from Malaysia. But this is sorted now, we have been provided with test keys by Malaysian Stripe team.
I apologies for inconveniences this may have caused.
alexanderfoxcParticipantHi.
You can change customer name and donation amount by hooking to
asp-button-output-data-ready
filter.Here’s quick example how to change customer name: https://github.com/Arsenal21/stripe-payments-enhancements/blob/master/asp-prefill-customer-name-and-email/asp-prefill-customer-name-and-email.php
You can change donation amount like this:
$data['item_price'] = 10000; //amount should be in cents
December 3, 2020 at 9:21 pm in reply to: Checkout result says incorrect amount for subscription (adds 2 more zeros!!) #3447alexanderfoxcParticipantHi Elisa.
Can you share a link to the page with your payment button so I can have a closer look?
November 28, 2020 at 2:49 pm in reply to: Trial Period not working in a Variable Amount Subscription #3441alexanderfoxcParticipantWe have added trial period support for variable subscriptions. Subscriptions add-on version 2.0.27 (just released) and Stripe Payments 2.0.40 (not yet released) is required for this to work.
You can install current testing version of Stripe Payments https://s-plugins.com/testing-version/ and check if it works like you expecting.
November 26, 2020 at 5:27 pm in reply to: Trial Period not working in a Variable Amount Subscription #3438alexanderfoxcParticipantHi Francesco and thank you for your report.
I was able to reproduce the issue on my test server.
Looks like trial period for variable subscriptions wasn’t implemented. In previous versions, plan edit page won’t allow you to enable trial period for variable plans. Looks like this has been changed in recent versions.
We will try to implement trial period support for variable subscriptions shortly. I will let you know when this is done. I apologies for the inconveniences this might have caused.
alexanderfoxcParticipantI have no experience with Learndash, but I think it just warns you that some subscription was created (by our plugin), but it doesn’t know where it comes from. E.g. it won’t pick it up as payment for courses.
Subscriptions created by our plugin should be working fine standalone.
alexanderfoxcParticipantI emailed you.
alexanderfoxcParticipantDefinitely it’s not coming from our plugins.
Do you have any other Stripe-enabled plugins or themes installed?
alexanderfoxcParticipantIt checks if a webhook with following URL exists:
https://yourdomain.com/?asp_hook={mode}
, where{mode}
is eitherlive
ortest
.Is your domain in WP settings in lowercase? E.g.
https://example.com
, nothttps://Example.com
?alexanderfoxcParticipantHi.
Where do you see this message? I don’t believe it’s produced by core plugin or Subscriptions add-on.
alexanderfoxcParticipantThis has been implemented in Subscriptions add-on version 2.0.24. Please update it on your site via WP Dashboard -> Updates.
alexanderfoxcParticipantThank you for your clarification.
We can update Subscriptions add-on to show your product name instead of
Subscription creation
description.Will this help to achieve what you intend to?
alexanderfoxcParticipantSomething is deleting live webhook.
Are you using WP Multisite feature BTW? E.g. multiple sites on same domain?
alexanderfoxcParticipantHi.
Do you mean “Subscriptions” page of Stripe Dashboard https://dashboard.stripe.com/subscriptions or some other page? Please clarify.
alexanderfoxcParticipantHi Yuko.
If you want to translate site like this https://translate.google.com/translate?hl=&sl=auto&tl=ja&u=https%3A%2F%2Fs-plugins.com%2F – it won’t be possible for payment popup to work properly. Since Google Translate is displaying a website inside of a iframe on their website, it breaks several security rules. So, unfortunately, it is not possible to make it work like this.
As I understand, you want your website to be available in two languages – Japanese and English, correct?
-
AuthorPosts