Forum Replies Created
-
AuthorPosts
-
alexanderfoxcParticipant
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/
alexanderfoxcParticipantAlso 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.
alexanderfoxcParticipantThis 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.
alexanderfoxcParticipantHi. Please do contact me via this form https://s-plugins.com/contact-us/
alexanderfoxcParticipantHi. Please update ACF addon to the latest version which was just released. Let me know if that resolved your issue.
alexanderfoxcParticipantThank 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.alexanderfoxcParticipant“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?
alexanderfoxcParticipantHi.
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
alexanderfoxcParticipantHi.
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.
alexanderfoxcParticipantHi.
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.
alexanderfoxcParticipantHi.
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.
alexanderfoxcParticipantHi.
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?
alexanderfoxcParticipantHi 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.alexanderfoxcParticipantHi.
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"]
alexanderfoxcParticipantAlso, 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/
-
AuthorPosts