Forum Replies Created
-
AuthorPosts
-
April 23, 2020 at 12:26 am in reply to: Remove "Until Canelled" from Subscription price description #2848AdminKeymaster
It’s out now. So you can go ahead and use that CSS tweak.
AdminKeymasterThis has been implemented in the subscriptions addon.
AdminKeymasterLooks like I was able to go to the non-https URL of your donate page. That could be an issue. Apple pay needs to be on the “HTTPS” URL, can you please use a plugin like the following to make sure all pages are forces to the HTTPS version?
AdminKeymasterI will log into the site and check the configuration to see if I can spot the issue. Please use the contact form to get in touch and send me the details.
AdminKeymasterThere maybe a JavaScript error or conflict happening that is preventing the stripe library from working. Can you please do the following test to see if you still see the “object” error:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
April 16, 2020 at 12:24 am in reply to: Remove "Until Canelled" from Subscription price description #2823AdminKeymasterThis is something that can be customized by customizing your copy of the plugin’s language file.
In your install, you can replace the “until cancelled” phrase with anything you want to say there.
In the next release of the addon we will add a CSS class in there also. That will allow you to hide that phrase with a simple CSS tweak like the following:
.asp_subs_price_until_cancelled{
display: none;
}AdminKeymasterAre you using the legacy API by any chance? Please post the URL of the page of the product so I can inspect it.
AdminKeymasterI am not sure I understand the question. Can you add some more explanation to explain what you are trying to do?
AdminKeymasterIt will be best if I can log into your site and take a look. I have sent you an email to organize this.
AdminKeymasterLooks like you are using the Legacy/Old API. Please go to the advanced settings menu of the plugin and uncheck the following checkbox to use the NEW API:
Stripe Payments -> Settings -> Advanced Settings -> Enable Legacy Checkout API
In the new API, the coupon is applied in the payment popup window.
Let me know if you see an issue after that.
AdminKeymasterStripe’s default API doesn’t offer a paid trial option (it only supports a free trial option).
We are in the process of adding a feature to accommodate a feature to do paid trial for a subscription.
AdminKeymasterLooks like you are using subscription.
@alexanderfoxc, does our subscription addon support the multi-currency at the moment?March 20, 2020 at 1:35 am in reply to: I cannot use "Subscription Payments Addon" on two different sites #2761AdminKeymasterSo one thing to understand about Stripe is that for every different domain, you will need to create a new Stripe account for it (within your main Stripe account). You can’t just hook your ONE API key set to many sites. Each of your domains need a separate Stripe entity. It is a little different than how you would handle this with PayPal.
Within your Stripe account, you can create new accounts (sub-accounts really) for each of your sites. Then those accounts will have a different set of API keys that can be used to connect to it. It will then create webhooks within those sub-accounts.
Is this something that may need to be sorted out for your setup (or you already have different sub-accounts that you are connecting to different sites)?
AdminKeymasterWe have some examples of how to customize that payment popup window using CSS. Have a look at the following tutorial:
You do need to have some idea of how CSS customization works.
AdminKeymasterNo. It works exactly as we show in the screenshot and video of the plugin’s details page.
-
AuthorPosts