• 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 - 106 through 120 (of 525 total)
← 1 2 3 … 7 8 9 … 33 34 35 →
  • Author
    Posts
  • June 17, 2021 at 3:25 pm in reply to: payment_intent.created web hook being fired repeatedl #4051
    Admin
    Keymaster

    Looks like you haven’t enabled the following feature:

    Stripe Payments reCAPTCHA Feature

    Enable that captcha feature since your site is being targeted by spam bots. That should resolve the issue.

    June 17, 2021 at 1:49 am in reply to: Single setup fee for multiple products #4049
    Admin
    Keymaster

    The only option I can think of is the following (it’s not perfect but might work for your setup):

    Create 3 subscription plans for the popular choices (with 3 corresponding products).

    For example:
    1) One card with a $99 setup fee
    2) Two cards with a $99 setup fee
    3) Five cards with a $99 setup fee

    Put all those purchase options on the landing page. The customer can then select the one they want to purchase.

    June 15, 2021 at 12:21 am in reply to: optional product during checkout #4041
    Admin
    Keymaster

    A subscription product can’t be mixed with a one-time payment product. Those need to be two separate products handled using two separate checkouts.

    You can potentially use the “Setup Fee” feature of the subscription plan to charge a one-time fee for it. So you can make two subscription plans and offer the customers a choice like the following:

    1) The standard subscription plan for the main item.
    2) Another subscription plan for the main item with a “Setup Fee” of $10 for the 10 rolls.
    3) Create two products for these two plans, then put both of those products on the landing page.
    4) The customers can select the one they want.

    June 12, 2021 at 12:53 am in reply to: Woocommerce products support #4037
    Admin
    Keymaster

    Hi, That is not available unfortunately.

    June 9, 2021 at 1:47 am in reply to: ShareASale integration for Stripe Payments Plugin? #4033
    Admin
    Keymaster

    This is not an advertised feature of our plugin. It will need to be handled as a custom development job. You can use the contact form of our site to get in touch about a custom development work done for your site.

    June 3, 2021 at 12:20 am in reply to: How to show multiple currency #4024
    Admin
    Keymaster

    No, it won’t work that way. I have sent you an email for this.

    June 1, 2021 at 11:52 pm in reply to: How to show multiple currency #4021
    Admin
    Keymaster

    Please update the multi-currency addon now. It should work fine after the update.

    June 1, 2021 at 1:15 am in reply to: How to show multiple currency #3995
    Admin
    Keymaster

    We will investigate this and get back to you

    June 1, 2021 at 1:10 am in reply to: Stripe checkout code #3994
    Admin
    Keymaster

    No, that’s not how it is meant to be used unfortunately.

    May 29, 2021 at 8:24 am in reply to: Parse Error in #3989
    Admin
    Keymaster

    Thank you. We have applied a fix for this and released a new version.

    May 25, 2021 at 11:34 pm in reply to: Not getting out of 'test' mode #3987
    Admin
    Keymaster

    In addition to what @ovidiubica said, check the individual product configuration and make sure you didn’t force enable test mode for that product.

    If this is for a subscription product, then go through each of the following checklist items and check them one by one to make sure all the setup is correct. Then do a new test transaction after that.

    Checklist #1) 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.

    Checklist #2) Go to the settings menu of the Stripe payments plugin and check the API key section. Make sure to copy and paste all the CORRECT API keys in those 4 API key fields. To be more specific, the following 4 fields must contain valid values:

    – Live Stripe Publishable Key
    – Live Stripe Secret Key
    – Test Stripe Publishable Key
    – Test Stripe Secret Key

    Checklist #3) Go to the “Subscriptions” tab in the settings menu of the plugin. Check that the webhooks are setup correctly. Both the live and test webhooks should be setup. If in doubt, do the following steps to set them up correctly:

    – Click the “Delete Webhooks” button.
    – Click the “Clear Cache” button to clear any webhooks cache.
    – Click the “Create Webhook” button in the “Live Webhook Status” section and wait for the addon to automatically create it for you.
    – Do the same for “Test Webhook Status” section.
    – Click “Save Changes”.

    May 25, 2021 at 1:34 am in reply to: 3D Payment Failed #3979
    Admin
    Keymaster

    The plugin supports 3D secure payment.

    Go to the Advanced settings menu of the plugin and try enabling the following feature:

    
    Disable 3D Secure Iframe
    

    This is be helpful on some server configurations.

    Next, enable the following debug logging option and do a transaction. It can give additional clues about the issue:

    Using the Debug Log to Solve Transaction Related Issues on a Site

    Also, make sure the stripe subscription addon is updated to the latest.

    May 25, 2021 at 1:30 am in reply to: Displaying items on shop page by newest, oldest, price, etc (shortcodes?) #3978
    Admin
    Keymaster

    Not at the moment since that is not the primary focus of this plugin. We will try to add some options for it in the future.

    May 23, 2021 at 4:51 am in reply to: Undesired content from Stripe payment plugin getting indexed by Google, Bing etc #3972
    Admin
    Keymaster

    I understand. I would prefer to handle this using a filter hook potentially. We can add a new filter or action hook that you can use to add the desired no-index parameters to your site. This will ensure that there cannot be any unexpected result on a lot of other sites that doesn’t want it.

    You can suggest a hook that will help you do this for your site. You can also create a pull request on the Stripe plugin’s repository:
    https://github.com/Arsenal21/stripe-payments

    May 21, 2021 at 12:46 am in reply to: Undesired content from Stripe payment plugin getting indexed by Google, Bing etc #3970
    Admin
    Keymaster

    There is nothing wrong with this. That is just HTML code of the button. If you have buttons on a page, it can be indexed (if that page is indexed). There is no harm in that. Trying to massage or play around with the indexing is not wise. Search engines are super smart and they figure out what is really true content and not.

    If you don’t want certain pages to be indexed, then just edit the page or post and use the SEO plugin to specify the page to have no-indexing.

    Generally, it is not wise for our plugin to mess with indexing since that is the job of a SEO plugin. You should have a SEO plugin that can allow you to customize the SEO properties of a page (including description).

  • Author
    Posts
Viewing 15 posts - 106 through 120 (of 525 total)
← 1 2 3 … 7 8 9 … 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.