• 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

alexanderfoxc

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 250 total)
← 1 2 3 … 10 11 12 … 15 16 17 →
  • Author
    Posts
  • September 19, 2019 at 2:49 pm in reply to: custom fields wont send in email #2348
    alexanderfoxc
    Participant

    reCaptcha addon has been updated to work with new payment popup.

    Get updated version of the addon (2.0.0) via WP Dashboard -> Updates. Then install latest testing version of the core plugin (2.0.8t2) https://s-plugins.com/testing-version/

    September 16, 2019 at 9:48 am in reply to: custom fields wont send in email #2345
    alexanderfoxc
    Participant

    Also please note APM and Recaptcha addons are not yet compatible with new API. Those will be converted within the week. Both are working on old API at the moment.

    September 16, 2019 at 9:27 am in reply to: custom fields wont send in email #2343
    alexanderfoxc
    Participant

    This has been fixed in ACF addon version 2.0.1.

    Thank you for reporting and providing access to your website which helped to understand the nature of the issue.

    September 16, 2019 at 8:14 am in reply to: custom fields wont send in email #2341
    alexanderfoxc
    Participant

    Hi. Please do contact me via this form https://s-plugins.com/contact-us/

    September 13, 2019 at 9:47 pm in reply to: custom fields wont send in email #2339
    alexanderfoxc
    Participant

    Hi. Please update ACF addon to the latest version which was just released. Let me know if that resolved your issue.

    September 13, 2019 at 3:55 pm in reply to: Bugfixes for Stripe Payments SCA Compliant API #2338
    alexanderfoxc
    Participant

    Thank you for PHP error log. Though I haven’t been able to reproduce the issue on my test server, I think I understand where it’s coming from.

    I have just released new testing version (2.0.7t1) which should hopefully fix the issue. Please get it here https://s-plugins.com/testing-version/ and see if it resolves your issue.


    @kristoffertrolle
    , please do the same as it seems that you’re having the same issue as @clubvipplus.

    September 12, 2019 at 7:33 am in reply to: Bugfixes for Stripe Payments SCA Compliant API #2328
    alexanderfoxc
    Participant

    “The site is experiencing technical difficulties”

    clubvipplus, this means PHP fatal error has occurred. Can you have a look at your server error log to see if there’s any info available there? Also, which PHP version are you using?

    September 4, 2019 at 7:25 pm in reply to: Important Billing Interval Question #2308
    alexanderfoxc
    Participant

    Hi.

    This statement is 100% correct.

    if they sign up on the 5th of the month, will they be billed on the 5th of every month until the subscription ends

    June 24, 2019 at 7:35 am in reply to: Button do nothing after clicking #2213
    alexanderfoxc
    Participant

    Hi.

    Try to update SOFORT addon to the latest version (just released) via WP Dashboard -> Updates.

    Also update Stripe Payments to latest version (1.9.24) if you haven’t done so yet.

    Then try again and see if buttons are working.

    June 22, 2019 at 10:45 am in reply to: Unresponsive Buy Now button #2209
    alexanderfoxc
    Participant

    Hi.

    Looks like you have error in your TOS field. Go to Stripe Payments -> Settings, Advanced Settings tab, Terms and Conditions section, Checkbox Text.

    Currently is looks like this:

    I accept the Terms and Conditions <a href="https://yoursite.com/terms-and-conditions/></a>

    First of, you are missing quote symbol at the end of your URL. It should look like this:

    I accept the Terms and Conditions <a href="https://yoursite.com/terms-and-conditions/"></a>

    Second, the way it currently is, your customers won’t be able to click the link to your TOS as there is nothing to click to. This is how it should look properly:

    I accept the <a href="https://yoursite.com/terms-and-conditions/">Terms and Conditions</a>

    Just copy the above text, paste in into Checkbox Text field and save changes. Then see if the buttons are working.

    June 22, 2019 at 10:36 am in reply to: Default Surcharge #2208
    alexanderfoxc
    Participant

    Hi.

    Install testing version on the plugin where incorrect frontend tax display was fixed https://s-plugins.com/testing-version/

    Or wait before new version with the fix is released (should be very shortly).

    Regarding your original question, won’t the tax itself work for you? You can rename tax to something like “handling” using free Custom Messages addon https://s-plugins.com/stripe-payments-custom-messages-addon/

    If this not an option, there is no other proper way of doing it right now. I have created a ticket in our system to implement something that could be used for this purpose, but at the moment cannot give you any ETA on this.

    June 17, 2019 at 8:29 pm in reply to: error message states test mode #2172
    alexanderfoxc
    Participant

    Hi.

    Make sure you’re using latest versions of both Stripe Payments and Subscriptions addon.

    Also make sure you cleared cache of any caching plugins (if you have installed one of those).

    When you go to Stripe Payments -> Subscription Plans, does it have “Live” text in “Mode” in the plan you have created?

    June 15, 2019 at 8:17 am in reply to: Buy Now button unresponsive #2161
    alexanderfoxc
    Participant

    Hi Jeff.

    It looks like you theme is preventing frontend JavaScript from working properly. If you go to individual product page (/asp-products/how-to-make-a-brand-story-video-that-isnt-boring-online-course/), you’ll see that the button is working just fine.

    Try to add compat_mode=”1″ option to your product shortcode. E.g.
    [asp_product id="123" compat_mode="1"] and see if it helps.

    May 29, 2019 at 3:45 pm in reply to: Editing forms #2125
    alexanderfoxc
    Participant

    Hi.

    It’s not possible to edit this field at the moment, but there’s a workaround.

    Edit your product and enable “Show Button Only” option (“Appearance” metabox on product edit page). When this option is enabled, no additional product info is displayed (including subscription information).

    Then create a page in WordPress with your product description and add product shortcode to your page. You can write any text you like there. E.g.:

    
    {your product description is here}
    I will make a monthly donation of:
    [asp_product id="123"]
    May 27, 2019 at 12:15 pm in reply to: Change language in Buyer Email Body #2117
    alexanderfoxc
    Participant

    Also, I’d suggest you to install testing version of the core plugin: https://s-plugins.com/testing-version/

    Some translation strings were fixed in it, so you wouldn’t have to translate several occurrences of the same string. I’ve also added {item_url} email merge tag which would allow you to display product download URL if you decide to construct your own email template.

    Last, but not least – documentation page on Email Merge Tags has been updated as well, as it was a bit outdated https://s-plugins.com/email-merge-tags-email-shortcodes-email-customization/

  • Author
    Posts
Viewing 15 posts - 151 through 165 (of 250 total)
← 1 2 3 … 10 11 12 … 15 16 17 →

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.