• 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 - 1 through 15 (of 528 total)
1 2 3 … 34 35 36 →
  • Author
    Posts
  • September 5, 2025 at 2:53 am in reply to: Payment Popup Window Related #5623
    Admin
    Keymaster

    The price of a standard product can’t be modified dynamically in that way, as it will cause the security and verification process to fail.

    It’s not an advertised feature of the plugin so code customization will be required for this.

    The best options I can suggest for achieving a customized solution are:

    Option 1:
    Use a “Donation” type product (which allows any amount). In the payment popup window, you can add your own JavaScript code—using the available action and filter hooks—to perform calculations and update the amount field. The following hooks will let you add output (HTML, JavaScript, CSS) to the payment window:

    Stripe Payments Plugin – Filter Hooks Reference

    If needed, additional hooks can be added.

    Option 2:
    Use the plugin’s feature for creating a payment button dynamically. With this method, you pre-calculate the amount and then embed or create a payment button with that calculated value. The plugin will generate a dynamic product, ensuring the price verification process does not fail.

    Creating a Payment Button by Dynamically Adding Item Details in the Shortcode

    August 19, 2025 at 11:56 am in reply to: Embedding checkout instead of popup? #5621
    Admin
    Keymaster

    Hi, Unfortunately, the checkout process cannot be modified.

    The closest feature we offer is described here. You can review it to see if it might work as a workaround for your setup.

    Using a Text Link Instead of the Buy Now Button Shortcode

    The checkout flow in this plugin is quite complex and tightly integrated into its architecture. Changing it would not be a simple adjustment—it would likely break many core features.

    Each of our plugins provides a predefined checkout process that comes with the free core plugin, so you can always review and test it beforehand to ensure it fits your needs.

    July 31, 2025 at 7:47 am in reply to: Prefill email on payment OR send custom email to Stripe #5604
    Admin
    Keymaster

    The earlier example in this thread talks about sending the data to Stripe as as metadata (additional data).

    If you want to pre-fill the standard email field’s data when the page is loaded, you can try the following example to see if that can work for your scenario:

    https://github.com/Arsenal21/stripe-payments-enhancements/blob/master/asp-prefill-customer-name-and-email/asp-prefill-customer-name-and-email.php

    May 26, 2025 at 5:46 am in reply to: Hide Variations Group Name on Confirmation Screen and Email #5585
    Admin
    Keymaster

    In our plugin, each variation consists of a name/label and the user’s selected option. Some products can have multiple variations, so displaying both the label and the selected value aligns with how the plugin is designed to function.

    I’ll be adding a new filter hook in the next plugin release to allow further customization of the variation data through custom code.

    In the meantime, here’s how you can adjust your variation setup to work better with the current structure:

    Variation name/label: Session(s) to attend

    Variation options: Start with “Please select a session”, followed by the actual session options.

    This setup will display clearly and consistently within the plugin’s layout.

    May 14, 2025 at 1:06 pm in reply to: Prefill email on payment OR send custom email to Stripe #5539
    Admin
    Keymaster

    We’ve created an example addon that demonstrates how to capture a custom piece of information via a query parameter on the payment page and pass it to the Stripe API as metadata. Sharing it here in case it’s helpful:

    https://github.com/Arsenal21/stripe-payments-enhancements/tree/master/asp-custom-reference-data-collector

    May 4, 2025 at 5:00 am in reply to: Prefill email on payment OR send custom email to Stripe #5493
    Admin
    Keymaster

    Hi, the use case you described will require custom code development. We’ve sent you an email with more details, please reply to that email.

    May 4, 2025 at 4:52 am in reply to: Auto-Renew subscription action/hook/callback? #5492
    Admin
    Keymaster

    For the Stripe subscription charges (the recurring charges), there is an action hook for it. See the following section of our documentation:

    Stripe Payments Plugin – Action Hooks Reference

    January 29, 2025 at 4:14 am in reply to: Orders Summary Export and VAT #5397
    Admin
    Keymaster

    The order exporter addon now includes the tax and shipping amount to the exported CSV file.

    January 29, 2025 at 4:10 am in reply to: Client adress not showing up on email after applepay payement #5396
    Admin
    Keymaster

    We have released an update to the apple pay addon that should solve it.

    January 29, 2025 at 4:09 am in reply to: 404 Error when payment made #5395
    Admin
    Keymaster

    We have replied to your contact form submission regarding this topic. Let us know if you don’t receive it.

    December 8, 2024 at 4:20 am in reply to: Client adress not showing up on email after applepay payement #5313
    Admin
    Keymaster

    Hi Alain, We will investigate this and get back to you.

    October 31, 2024 at 3:44 am in reply to: Orders Summary Export and VAT #5290
    Admin
    Keymaster

    We might be able to add something in our exporting addon for this. Since this is not an advertised feature or our plugin, we don’t have any ready-made solution right now. You can reach out to us using our contact form so we can discuss possible solutions.

    October 27, 2024 at 2:53 am in reply to: Orders Summary Export and VAT #5287
    Admin
    Keymaster

    It’s best to export transaction data directly from your Stripe account, as it contains more detailed information than the plugin. You can export all the payments/orders from your Stripe account dashboard. Go to the “Payments” menu in your Stripe account, and then use the “export” option there. You can export all the orders related data using this function.

    October 23, 2024 at 7:18 am in reply to: Code suggestion #5284
    Admin
    Keymaster

    Great suggestion! I’ve added this to the plugin, and it will be included in the next release. In the meantime, you can download an updated version from the following page.

    Testing Version of Stripe Payment

    October 23, 2024 at 7:17 am in reply to: Bug detected #5283
    Admin
    Keymaster

    Thank you. I have updated the code of our plugin for this. It will go out with the next release.

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 528 total)
1 2 3 … 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.