Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterI am not sure I understand the question. Can you add some more explanation to explain what you are trying to do?
Admin
KeymasterIt will be best if I can log into your site and take a look. I have sent you an email to organize this.
Admin
KeymasterLooks 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.
Admin
KeymasterStripe’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.
Admin
KeymasterLooks 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 #2761Admin
KeymasterSo 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)?
Admin
KeymasterWe 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.
Admin
KeymasterNo. It works exactly as we show in the screenshot and video of the plugin’s details page.
March 8, 2020 at 12:45 am in reply to: Account renewal not working – need additional fields add-on #2746Admin
KeymasterI have fixed your user account profile so you can log in and the status will be shown as “active”.
I am not seeing a payment for the “Addition Fields plugin” addon from your account. Did you purchase that addon? If there is any double transactions, we will of-course sort it out and issue refund.
Admin
KeymasterYes. You can enter live and test API keys all in the plugin right now. Then later when you want to go live, just configure the webhooks and create new subscription plans in live mode. It is very important to create new subscription plans in live mode (after you have enabled live mode). Stripe doesn’t let you use test mode subscription plans for live transactions.
Admin
KeymasterOn the same day each month relative to the date the subscription was purchased. Different users your purchase your subscription at different times. The subscription billing interval for them starts when they make the transaction.
Admin
KeymasterWe are also adding an option to insert custom CSS tweaks for the payment popup window. You will be able to use that option in a future release (hopefully in a week or so).
Admin
KeymasterThat can’t be done. If you enable the “Show Order Total On Payment Popup” checkbox in the product edit configuration, then it will show a nice breakdown of the price (based on the selection). It makes it very clear as to what the pricing is and how much is going to be charged based on the variation selection. I would recommend you try that and see if you get any complaints from customers. We designed this after a lot of thinking and observing what the industry standard is. Also, we take into account what will cover most of the user’s use case scenario. So it is worth for you to give that option a try. If it doesn’t work then maybe you have to get a different solution.
Admin
KeymasterNo. The subscription starts from the day the customer does the checkout. Then Stripe will charge it based on the settings you have configured for that subscription. So if you have created a $20 subscription on a 30 day “Billing Interval”, that amount will be charged every 30 days.
Admin
KeymasterHi, sorry at the moment the payment popup customization is not possible. You can insert a logo or an icon in the payment popup by specifying a thumbnail image for the product. It should show up similar to the demo shown in the following video:
-
AuthorPosts