• 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 - 121 through 135 (of 529 total)
← 1 2 3 … 8 9 10 … 34 35 36 →
  • Author
    Posts
  • 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).

    May 20, 2021 at 4:21 am in reply to: embed payment form #3968
    Admin
    Keymaster

    Unfortunately no. Our Stripe plugin works the way we show in our demo video.

    Our WP eStore plugin has the stripe checkout option that you are talking about. However, for our Stripe payments plugin we took feedback from our users and this is the checkout flow they wanted so we made a decision to go with this process.

    May 15, 2021 at 9:04 am in reply to: eCommerce Tracking addon & custom thank you page #3962
    Admin
    Keymaster

    By default the e-commerce tracking only works on the thank you page generated by our plugin. We will need to investigate and see if we can extend the function for custom thank you pages also.

    May 7, 2021 at 1:38 am in reply to: "The Subscriptions Payment Addon" and "Stripe Additional Payment Methods Addon" #3954
    Admin
    Keymaster

    No, it cannot do subscription. The addition payment methods can be used for one time normal payments only.

    April 30, 2021 at 11:29 pm in reply to: undefined function ASPSUB_stripe_subs() #3949
    Admin
    Keymaster

    What version of the Subscription addon are you using? You can see the version number in the plugins menu of your site.

    Looks like something maybe preventing the loading of that module. Do the following to see if there is a plugin conflict on this site:

    Test for Plugin and Theme Conflict Before Posting an Issue or a Bug

    Also, check the server’s error_log file. That file will contain more details as to what action is triggering the Error 500. That will be helpful to understand what could be going wrong on this site.

    April 29, 2021 at 4:21 am in reply to: Change subscription definitions #3943
    Admin
    Keymaster

    We have added a feature for this in the new version of the subscription addon. You can edit a subscription plan and specify a customized description for the plan terms.

    April 29, 2021 at 4:19 am in reply to: Hover for CSS button code: #3942
    Admin
    Keymaster

    That’s going to be hard to figure out and will need to be handled as a custom job. Instead try the following feature so you can hook the payment process to the button you are creating using your theme:

    Using a Text Link Instead of the Buy Now Button Shortcode

    April 29, 2021 at 4:15 am in reply to: Caught Exception: SyntaxError: Unexpected token < in JSON at position 0 #3941
    Admin
    Keymaster

    Post a URL where I can go and see this using my browser (to see if I can get any clues).

    Also, do the following to see if there is additional info in the debug log file (that can be helpful to get some clues):

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

    April 29, 2021 at 4:13 am in reply to: Change the text "Enter quantity" #3940
    Admin
    Keymaster

    See if the following addon works:

    Stripe Payments Custom Messages Addon

    If that doesn’t then you will need to create a customized language translation file for your site where that text can say what you want it to say.

    Translating the Stripe Payments Plugin

    April 28, 2021 at 2:01 am in reply to: Ability to show other info in orders summary on admin panel #3934
    Admin
    Keymaster

    The customer’s name, email and custom fields are visible in the “Edit Order” interface. You can click on an order (from the Orders menu) to see more details.

    The name and email should be searchable also. The custom fields could be difficult to search. We will need to look into that.

    April 12, 2021 at 4:21 am in reply to: Custom Field Add-On #3856
    Admin
    Keymaster

    This is the first time you have posted a question. So you should tell us more about what the actual issue is. For example, tell us the behavior that you are experiencing from the plugin and on which page? So we have more details and reference to try to understand what could be causing the issue.

    Did you enable or disable custom fields in the individual product configuration?

    Normally, custom fields related issue are configuration related. So it is a good idea to read through the following documentation couple of times to make sure you haven’t missed a step:

    Stripe Payments Additional Custom Fields Addon

    April 8, 2021 at 12:34 am in reply to: Change subscription definitions #3852
    Admin
    Keymaster

    You can customize the text by doing a custom translation for your site. The following post has info on how to do a translation that you can then use on your site:

    Translating the Stripe Payments Plugin

    We will also discuss a potential option to offer another way to customize that subscription plan string (via the plugin’s subscription plan interface).

  • Author
    Posts
Viewing 15 posts - 121 through 135 (of 529 total)
← 1 2 3 … 8 9 10 … 34 35 36 →

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.