• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Payments Plugin for Stripe

Stripe payment plugins for your WordPress site

  • Home
  • Documentation
  • Addons
  • Login
    • Sign In
    • Edit Profile
    • Terms & Conditions
    • My Downloads
    • License Key
  • Support
    • Support Forum
    • Forum Search
    • Forum Login
    • Forum Registration
    • Email Support for Customers
  • Contact Us
  • Show Search
Hide Search
You are here: Home

Admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 525 total)
← 1 2 3 … 5 6 7 … 33 34 35 →
  • Author
    Posts
  • November 9, 2021 at 9:26 am in reply to: How to edit Multi-Currency botton #4418
    Admin
    Keymaster

    It 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;
    }
    
    November 6, 2021 at 6:55 am in reply to: How to edit Multi-Currency botton #4416
    Admin
    Keymaster

    Yes, 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.

    November 4, 2021 at 7:42 am in reply to: Recurring SEPA payments (subscriptions) #4406
    Admin
    Keymaster

    No, our subscription addon doesn’t have SEPA option. We will add it to our wish list.

    November 3, 2021 at 7:42 am in reply to: Multi currency Autodetect Feature #4404
    Admin
    Keymaster

    That 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). #4401
    Admin
    Keymaster

    Migration 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.

    October 29, 2021 at 9:05 am in reply to: Custom Fields on All Products #4391
    Admin
    Keymaster

    Please 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?

    October 16, 2021 at 6:55 am in reply to: Change price of existing subscription #4378
    Admin
    Keymaster

    No, 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.

    October 12, 2021 at 11:49 pm in reply to: Cart #4363
    Admin
    Keymaster

    Hi, 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:

    WordPress Simple Shopping Cart

    October 5, 2021 at 12:57 am in reply to: Minimum amount subscription add-on #4352
    Admin
    Keymaster

    We will release this today. So you will be able to update the main plugin and the subscription addon soon. Then create a new subscription plan with this new option.

    September 27, 2021 at 3:39 am in reply to: Minimum amount subscription add-on #4336
    Admin
    Keymaster

    We have released a new version of the subscriptions addon that has an option for this. Please upgrade the subscriptions addon then you will be able to specify a minimum subscription donation amount.

    September 27, 2021 at 1:41 am in reply to: Seller Email Body #4335
    Admin
    Keymaster

    The following page explains the notification email customization option:

    Email Merge Tags (Email Shortcodes) for Email Customization

    Looks like you want to put some dynamic analytics tracking type link which is not possible to put in the email at this stage. Maybe, you can try the following analytics tracking addon which can give something close to what you are after?
    https://s-plugins.com/stripe-payments-google-analytics-ecommerce-tracking-addon/

    September 16, 2021 at 12:05 am in reply to: Minimum amount subscription add-on #4324
    Admin
    Keymaster

    We are going to make a couple of changes to address this issue. I will give you an update after we make the necessary code modifications to the plugin.

    September 14, 2021 at 9:03 am in reply to: Minimum amount subscription add-on #4322
    Admin
    Keymaster

    Hi, Are you doing the one time donation and a subscription donation all in one product? That seems to be causing an conflict. You need to delete that product then create a new product and pick the subscription type for it. Don’t select a “donation” type product then switch it to subscription.

    Product types (one time, donation, subscription) are totally unique types. A NEW product needs to be created for each type of those.

    September 11, 2021 at 12:26 am in reply to: Spammers Posted hundreds ‘card testing’ transactions #4306
    Admin
    Keymaster

    There are various different things the spammers try so I won’t be able to tell you exactly what happened in your scenario without looking at all the income server request data. The captcha will stop all of those anyway and solve the issue.

    There is an additional price verification that is done by our plugin after a successful API response. The post payment processing script will look at the webhook data sent by Stripe and match the price value with the data saved in the database for that product. If that validation fails, it won’t add to the orders menu (since it is not a valid transaction).

    There is a lot more technical stuff that happens underneath, if you are interested, use the contact form to email us and I will give you more info.

    September 10, 2021 at 11:09 am in reply to: Spammers Posted hundreds ‘card testing’ transactions #4303
    Admin
    Keymaster

    You need to enable the following captcha feature asap. That will stop those spam bots:

    Stripe Payments reCAPTCHA Feature

    It’s actually a recommended setup when you setup the plugin at first. However, some uses dismiss that message. So please enable that feature and let us know how it goes after that.

  • Author
    Posts
Viewing 15 posts - 76 through 90 (of 525 total)
← 1 2 3 … 5 6 7 … 33 34 35 →

Primary Sidebar

Featured Addons and Extensions

  • Subscription Payments Addon
  • Additional Custom Fields
  • Secure Downloads Addon
  • Apple Pay, Google Pay, Afterpay

Addon Bundle

Stripe Payments Addon Bundle

A Simple & Lightweight Plugin

Our Philosophy with the Plugin

Support Links

  • Support Forum
  • Support Contact

Search

Copyright © 2025 | Stripe Plugins | A member of the Tips and Tricks HQ family.