• 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 - 481 through 495 (of 525 total)
← 1 2 3 … 32 33 34 35 →
  • Author
    Posts
  • May 19, 2018 at 1:19 am in reply to: Create a free product #855
    Admin
    Keymaster

    Stripe payment gateway doesn’t allow you to do any normal transaction that is less than a $1.

    So if you want to offer free downloads, then using a download monitoring type plugin can be helpful. The simple download monitor has the following addon that lets you offer the download in exchange of the email that gets added to your mailchimp list:

    Squeeze Form Addon for Simple Download Monitor

    In the future, we will look at adding an option that can maybe bypass the stripe checkout if you want to sell a product for free.

    May 18, 2018 at 10:55 am in reply to: Create a free product #852
    Admin
    Keymaster

    Do you mean that you want to charge nothing on the day of the transaction and then charge a recurring amount after X number of days?

    or Do you mean that the product is FREE altogether (no charge for it what so ever)? Is it a digital product?

    If it is just a free digital download that you want to offer to your visitors, maybe you want to use the following download monitor plugin which allows you to offer digital downloads for free and also track the downloads:

    Simple Download Monitor

    May 18, 2018 at 10:47 am in reply to: How to set-up a one time payment up front plus monthly subscription? #851
    Admin
    Keymaster

    Yes, you are right about the trial period. If you create a trial period then they will ONLY be charged AFTER the trial period is over.

    If you create a subscription WITHOUT the trial, then they will be charged today (on the day or the transaction) and then after every billing interval.

    May 17, 2018 at 10:04 am in reply to: How to set-up a one time payment up front plus monthly subscription? #847
    Admin
    Keymaster

    As far as I know, Stripe doesn’t offer that kind of option in their subscription at the moment.

    May 14, 2018 at 12:18 am in reply to: Include name in email to buyer #835
    Admin
    Keymaster

    Yes, we have a github repository for the plugin. You can create a pull request here:

    https://github.com/Arsenal21/stripe-payments

    May 13, 2018 at 9:50 pm in reply to: Include name in email to buyer #834
    Admin
    Keymaster

    Well, the billing_address tag has more than just the name, and it isn’t really parseable.

    It’s easy enough to create a payer_name attribute that is set from stripeBillingName or if that isn’t present, stripeEmailAddress. I did that in my site. Is there a github or something else for this? I’d be happy to submit a formal patch.

    May 13, 2018 at 6:34 am in reply to: Documentation error for asp_stripe_payments_checkout_page_result #832
    Admin
    Keymaster

    Thats a mistake for sure. I have corrected it just now. Thank you for pointing it out.

    May 13, 2018 at 6:33 am in reply to: Include name in email to buyer #831
    Admin
    Keymaster

    Stripe doesn’t collect the customer name for normal checkout. It is only collected with the address field (if you enable address collection). This name value is not present at all on transactions without address field collection. So we didn’t create a tag for it.

    You can get the name with the address field if you use the address merge tag. For example: {billing_address}

    Maybe we can add a merge tag for “customer name” which will only work when the address field collection is enabled. Will that work for you?

    May 11, 2018 at 7:54 am in reply to: Emails send in Test mode but not Live #819
    Admin
    Keymaster

    Thank you. The following should be helpful also:

    Solution for Email Sending Issue/Failure on Your Site

    May 10, 2018 at 8:25 am in reply to: Emails send in Test mode but not Live #812
    Admin
    Keymaster

    Thank you – I can confirm the debug log is as expected. Great support!

    For reference by other users…
    I am continuing my investigation by confirming delivery of the messages through my website’s email system. I understand that this can sometimes be the problem totally unrelated to this great plugin.

    [05/10/2018 8:15 AM] - Payment processing started.
    [05/10/2018 8:15 AM] - Triggering hook for addons to process posted data if needed.
    [05/10/2018 8:15 AM] - Checking received data.
    [05/10/2018 8:15 AM] - Got product ID: 6387. Trying to get info from database.
    [05/10/2018 8:15 AM] - Got required product info from database.
    [05/10/2018 8:15 AM] - Getting API keys and trying to create a charge.
    [05/10/2018 8:15 AM] - Firing pre-payment hook.
    [05/10/2018 8:15 AM] - Processing payment.
    [05/10/2018 8:15 AM] - Firing post-payment hooks.
    [05/10/2018 8:15 AM] - Notification email sent to buyer: [email protected], From email address used: Example <[email protected]>
    [05/10/2018 8:15 AM] - Notification email sent to seller: [email protected], From email address used: Example <[email protected]>
    [05/10/2018 8:15 AM] - Payment has been processed successfully.
    May 10, 2018 at 7:55 am in reply to: Emails send in Test mode but not Live #811
    Admin
    Keymaster

    Everything looks good there. I have added an extra debug message in the plugin that will output a message right after the plugin executes the email sending code.

    Please upgrade the plugin to the new release (v1.8.7) then do one more test. Do you see the following message in the log file after that?

    
    Notification email sent to ....
    
    May 9, 2018 at 3:05 pm in reply to: Emails send in Test mode but not Live #775
    Admin
    Keymaster

    No issues in the log…

    [05/09/2018 2:57 PM] – Payment processing started.
    [05/09/2018 2:57 PM] – Triggering hook for addons to process posted data if needed.
    [05/09/2018 2:57 PM] – Checking received data.
    [05/09/2018 2:57 PM] – Got product ID: 6387. Trying to get info from database.
    [05/09/2018 2:57 PM] – Got required product info from database.
    [05/09/2018 2:57 PM] – Getting API keys and trying to create a charge.
    [05/09/2018 2:57 PM] – Firing pre-payment hook.
    [05/09/2018 2:57 PM] – Processing payment.
    [05/09/2018 2:57 PM] – Firing post-payment hooks.
    [05/09/2018 2:57 PM] – Payment has been processed successfully.

    May 9, 2018 at 2:36 pm in reply to: Emails send in Test mode but not Live #774
    Admin
    Keymaster

    Enable the debug option in the plugin’s settings then do a transaction. Do you see everything to be executing successfully in the debug log?

    May 9, 2018 at 2:35 pm in reply to: Limit product quantity #773
    Admin
    Keymaster

    This has been added to the plugin. Please upgrade to the latest version and you will see an option for it in the product configuration interface.

    May 5, 2018 at 3:41 am in reply to: Invalid Stripe Token #766
    Admin
    Keymaster

    We have just released a new version of the plugin. Please upgrade it and let me know how it goes after that.

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