Forum Replies Created
-
AuthorPosts
-
AdminKeymaster
You can use your own button from your theme then use a link to connect that button to our plugin’s buy now process. The following documentation will show you how it works:
We don’t have klarna support. We have sent you a reply to your email regarding klarna.
AdminKeymasterThe “Pay from your device” text comes from the following additional payment methods addon:
Did you try translating that addon by any chance?
There is an option to hide the “State” field in the settings menu of the plugin.
AdminKeymasterThe custom fields are showing fine (from the screenshot that I received in the email). The “Full name” and “E-mail” are your custom fields which are present in all the products.
I think you are referring to the “Address Fields” that are not showing on the other products. You need to enable the address field option in the product to show the address. Edit the other product and enable the “Collect Address” checkbox.AdminKeymasterWe sent an email to that address.
AdminKeymasterIt was sent to your hotmail account (the one you are using for your account). We have forwarded that email to you again. Please check your spam folder also.
December 3, 2021 at 3:04 am in reply to: StripePaymentsSubscription Fatal Error – If minimum amount is left as default: 0 #4432AdminKeymasterThank you. We will check it out and provide an update.
AdminKeymasterThe configuration seems fine to me. I will take a look at your site to check additional settings of the plugin. I will send you an email for it.
AdminKeymasterIt is likely your theme is overriding the CSS. You can do the following test to isolate:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
You can try using the
!important
tag to see if you can force the CSS to take. See the example below:.asp-multicurr-select{ font-size: 20px; color: red; padding: 15px !important; }
AdminKeymasterYes, you should be able to use CSS tweaks to customize those elements. Below is an example to showing how.
You can add the following CSS tweaks in the
Appearance -> Customize -> Additional CSS
interface of your admin dashboard to make the font size bigger and change the color to blue:.asp-multicurr-select-container label { font-size: 20px; color: blue; } .asp-multicurr-select{ font-size: 20px; color: blue; } .asp-multicurr-submit-btn { font-size: 20px; color: blue; }
This is just an example. You can experiment with the different CSS values to see what you like.
AdminKeymasterNo, our subscription addon doesn’t have SEPA option. We will add it to our wish list.
AdminKeymasterThat will require a heavy setup on your server (due to the architecture that will be required). Something like that is best to be handled using a custom development job at this stage.
November 2, 2021 at 9:32 am in reply to: Add migration option to Stripe Payments plugin (or add-on). #4401AdminKeymasterMigration can be very tricky based on the individual site’s setup. So migration is not something we can handle as part of standard plugin support. We will try to see if we can create an addon for it.
AdminKeymasterPlease provide the following details:
What version of the main plugin are you using?
What version of the Custom fields addon?What value do you have in the “custom fields” settings of the individual product? Which radio options are checked in that section?
AdminKeymasterNo, it can have other ramifications as it can lead to fraudulent activity. So stripe doesn’t allow you to change an existing plan that way. The customer has to explicitly Agree to the change of price. The cleanest way to ensure this happens is to create a new subscription plan with a new price. Then anyone that purchase that will be on the new price. This also allows you to keep the existing customers in the older price (grandfather them in) which is generally how most people prefer to use it.
AdminKeymasterHi, Not at the moment. We have taken a very streamlined checkout and lightweight plugin approach for this solution. A cart requires a slightly different approach.
In the future, We may be able to create an option for it. We will perhaps create a solution with our following simple cart solution:
-
AuthorPosts