• 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 - 61 through 75 (of 523 total)
← 1 2 3 4 5 6 … 33 34 35 →
  • Author
    Posts
  • May 19, 2022 at 5:19 am in reply to: Action Hook not working. #4555
    Admin
    Keymaster

    Custom plugin is simply another WordPress plugin that contains your custom code. If you are not a WordPress developer, you won’t be able to create a custom plugin/script.

    The alternative option that you could try is to add the custom code to your theme’s functions.php file.

    If you really want to create a small plugin, you can check the following articles that has some very basic info on how to create a plugin:

    How to Begin Creating a WordPress Plugin

    How to Create a WordPress plugin

    It really requires some WordPress development knowledge, otherwise it may seem confusing to you.

    April 13, 2022 at 4:37 am in reply to: Better control of Name and email fields #4540
    Admin
    Keymaster

    That’s not advisable. The API our plugin uses will require the following details to be sent to Stripe:

    
    Name, Email, Amount, Card Info.
    

    Basically, when you configure a simple product wit just a name and a price, our plugin will show the payment form with the minimum required fields. Those are all required fields for the checkout.

    You can add custom fields in addition to the minimum required fields using the custom fields addon.

    April 7, 2022 at 4:57 am in reply to: Additional Custom Field not working #4537
    Admin
    Keymaster

    Hi, Please upgrade the Custom Fields addon and that should solve the issue. Let me know how you go after you upgrade the custom fields addon to v2.0.7.

    There is some additional details we posted earlier on the following post also:

    Metadata/custom fields not sending or saving since latest update

    April 6, 2022 at 5:39 am in reply to: Metadata/custom fields not sending or saving since latest update #4535
    Admin
    Keymaster

    WordPress recommended us to make a couple of changes to the core plugin’s code that affected this custom fields feature. So we had to redo and adjust the custom fields addon accordingly (to make sure the same feature is still available).

    In the plugins menu of your wp dashboard, You should see an upgrade option for the custom fields addon. Please upgrade the custom fields addon to v2.0.7. Let me know how it goes after that.

    March 21, 2022 at 6:47 am in reply to: BECS payment method addon availability #4515
    Admin
    Keymaster

    We don’t have any option for that payment method. That is not an advertised payment method that we offer unfortunately.

    March 9, 2022 at 5:57 am in reply to: buy button attributes #4496
    Admin
    Keymaster

    Let me know if that solved the issue.

    January 4, 2022 at 12:30 pm in reply to: buy button attributes #4454
    Admin
    Keymaster

    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:

    Using a Text Link Instead of the Buy Now Button Shortcode

    We don’t have klarna support. We have sent you a reply to your email regarding klarna.

    January 3, 2022 at 5:10 am in reply to: Pay from device and state #4450
    Admin
    Keymaster

    The “Pay from your device” text comes from the following additional payment methods addon:

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

    December 29, 2021 at 8:26 am in reply to: Custom Fields on All Products #4443
    Admin
    Keymaster

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

    December 22, 2021 at 5:49 am in reply to: Custom Fields on All Products #4441
    Admin
    Keymaster

    We sent an email to that address.

    December 12, 2021 at 3:13 am in reply to: Custom Fields on All Products #4437
    Admin
    Keymaster

    It 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 #4432
    Admin
    Keymaster

    Thank you. We will check it out and provide an update.

    November 30, 2021 at 3:39 am in reply to: Custom Fields on All Products #4429
    Admin
    Keymaster

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

    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.

  • Author
    Posts
Viewing 15 posts - 61 through 75 (of 523 total)
← 1 2 3 4 5 6 … 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.