Forum Replies Created
-
AuthorPosts
-
AdminKeymaster
Stripe doesn’t offer an automated option for this. This is not an advertised feature of the Subscriptions addon either.
You can instruct the user to cancel other plans before subscribing to a new one:
AdminKeymasterHi, The addons are compatible with latest version of WordPress and PHP8. Is there a particular error that you are seeing on the new server?
AdminKeymasterDid the person select that variation at checkout time? Please note that the way the variation works is that it is selected by the user. It doesn’t auto-select.
Please enable the debug logging feature then do a test transaction yourself so you can check if the system is working as expected or not:
Using the Debug Log to Solve Transaction Related Issues on a Site
AdminKeymasterThe following pages shows the currently available action and filter hooks of the plugin:
The following filter can be used to output extra code on the thank you page (after the transaction). This might be useful for what you are trying to do:
If you require a new hook within the plugin, please provide us with the specific file and line of code, we will try to add it to the plugin.
May 31, 2023 at 1:16 am in reply to: Change the fields order in payment modal with additional custom fields #4925AdminKeymasterHi, No, it cannot go below the billing info area. The fields go in the area as shown in the screenshot on the following page:
AdminKeymasterThe standard google drive link can’t be streamed using PHP directly. So that will create a problem. Try the steps outlined in the following page:
The secure downloads addon didn’t used to handle URLs from google drive. I will make an update to the addon so it can handle the above mentioned URL format.
Please contact us using the contact option on our site if you don’t see an update option in the plugins menu.
AdminKeymasterNormally, this can happen when you create a subscription plan in live mode, then you try to use that same plan for a test mode transaction. That won’t work since the Subscription plan modes are not interchangeable. You need to create separate test mode subscription plans and products for it (if you switch the mode to test).
Please read the info in the “Live Mode Vs Test Mode” section here which has explanation:
April 19, 2023 at 11:55 pm in reply to: Reorder Stripe Additional Custom Fields in Drop Down List #4884AdminKeymasterI think you mean to reorder the item within the select input box. That needs to be reordered by deleting the fields and adding it in the order you want them to be in.
April 19, 2023 at 11:53 pm in reply to: Reorder Stripe Additional Custom Fields in Drop Down List #4883AdminKeymasterYes, you can reorder it from the settings interface where you configure the custom fields. Use the arrows (next to the delete icon) to reorder the fields.
The following section of the document should be helpful
AdminKeymasterIf the “change currency” widget is never used, then it will use the main currency as the default one (in your case EUR if that is what you set in the General settings). However, once you use the “change currency” widget, it will remember the selection and keep showing that as the default. So it is likely you used The “Change currency” widget in your browser once so it is remembering your last selection.
Post a link to your product page so I can inspect it using a fresh browser that has never visited your site (so I can see what your new customers will experience).
AdminKeymasterUnfortunately it doesn’t work on the link. At the moment is work only exactly as it is shown on the screenshot on the following page:
AdminKeymasterIt will show the currency options that you select in the multi currency addon’s settings menu. The multi currency works for standard/normal one-time payments also.
The issue you explained could be related to page caching. I have explained the caching issue below so you can check your site and server setup to see if there is any caching happening on the page containing the payment button/product:
The e-commerce functionality needs a dynamic page being shown to the visitors (so they are seeing the latest values/data of a product). A cached page simply shows a static cached page (our plugin doesn’t get a chance to apply the latest calculation and price to that page). When a cached page is being shown, the user is not actually being shown the updated price values of a product. That’s what causes the issue with e-commerce type setup because an e-commerce type site is not the same as a blog type site. Caching is normally fine with a Blog type site where there is no need to show updated content.
Exclude the pages (containing the payment buttons) from caching. Then try again to see if that helps.
AdminKeymasterOriginally, we decided to not show the coupon code field for product with $0 amount. I think it will be better to just show the coupon code field all the time (if it is enabled). So I will check it out and apply an update to it.
AdminKeymasterGlad to hear that you got it working now.
AdminKeymasterI think you may have created a LIVE mode subscription plan then trying to test it using test mode. For subscription, you need to create new subscription plan for the mode that you want to use it in. Let me know if the following information is helpful:
Subscription plans cannot be interchanged between “live” and “test” modes.
If you have changed between “live” and “test” mode, then make sure to create a new subscription plan in the mode that you are currently using and then use that plan to create a new subscription product.If you created a subscription plan in “test” mode, then later just changing the mode in the settings won’t be enough. The subscription plan is created in your Stripe account which doesn’t change automatically. So a NEW subscription plan needs to be created in “live” mode and then use that plan in the product.
-
AuthorPosts