mra13 / Team Tips and Tricks HQ
Forum Replies Created
-
Hi, Our Accept Stripe Payments plugin supports anonymous checkout, so there is no concept of a “per-user” restriction built into the system. As a result, the underlying architecture does not support limiting coupon usage on a per-user basis in the way you described.
More generally, in eCommerce scenarios, per-user restrictions for free checkouts are often unreliable, as users can always enter different details to bypass such limits.
It’s also worth noting that this plugin was not designed to be used with 100% discount coupons with certain limits. If you check the plugin’s description or feature page, you’ll see that this functionality is not advertised. Using the plugin in this way falls outside its intended use case.
Given the requirement you’re trying to address, this plugin is unfortunately not the best fit for that particular scenario. I would recommend trying an alternative option.
Forum: Plugins
In reply to: [Simple Download Monitor] Possible Recaptcha bug?No, this is not a bug. It’s actually intentional and perfectly valid in WordPress.
The line you’re referring to uses a protocol-relative URL (starting with //), which is a common and recommended practice in many WordPress plugins and core itself for loading external resources like this.
The browser automatically completes the URL with whatever protocol the current page is using:
- https://www.google.com/ if your site is on HTTPS (almost all sites today)
- http://www.google.com/ if your site is on plain HTTP (very rare nowadays)
This avoids mixed content warnings (HTTP script on HTTPS page) or unnecessary redirects.
Thank you. I have updated the documentation.
Hi, Looks like we don’t have support for the ‘template’ parameter in this category shortcode. It was originally added as a grid display to list items from category. I have added a wish list item to see if we can add support for the template parameter to this category shortcode.
I will look into this and get back to you with an update.
Forum: Plugins
In reply to: [Simple Download Monitor] Download Statistics per fileWe have added an option to filter stats by download ID. Please upgrade the plugin to the latest version and try it out.
Forum: Plugins
In reply to: [Simple Shopping Cart] 5.2.4 bug: Blank screen after after modified qtyOh, I see what you mean. The shopping cart plugin requires cookies to function properly, so it won’t work if cookies are disabled or blocked on your site.
If cookies cannot be used, you’ll need to switch to an alternative solution. As a good option, try our WP Express Checkout plugin, which allows direct checkout for individual products without any cart functionality—and therefore without requiring cookies:
Forum: Plugins
In reply to: [Simple Shopping Cart] 5.2.4 bug: Blank screen after after modified qtyI can’t reproduce this on my site. If there is an issue, it would happen all the time. The fact that it is happening sometimes means there could be some kind of conflict or caching related issue.
Does your site have any kind of caching?
https://www.tipsandtricks-hq.com/ecommerce/impact-of-caching-on-e-commerce-sites
Or does it happen with a particular product only?
Forum: Plugins
In reply to: [Accept Stripe Payments] Error, Page load signature check failedThe “Thank You” page must be excluded from caching. Please read the following documentation:
https://s-plugins.com/impact-of-caching-on-e-commerce-sites/
If your caching solution doesn’t allow you to exclude the “Thank You” page, then you won’t be able to use this feature of our plugin unfortunately.
Forum: Plugins
In reply to: [Accept Stripe Payments] Error on your plugin when making paymentsHi, I recommend trying our following Cloudflare turnstile captcha option (instead of the ones you have tried so far).
https://s-plugins.com/using-cloudflare-turnstile-captcha-with-the-stripe-payments-plugin/
If that one doesn’t work either then it is highly likely that there is some kind of conflict. The best way to know if the plugin is conflicting with something on the server is to do the following test:
Based on what you’ve described, this behavior typically stems from a compatibility conflict or a caching-related problem. These are often external factors beyond our plugin’s control, such as interactions with other tools or server-side caching mechanisms. So if there is a conflict you might not be able to use our plugin unfortunately.
Forum: Plugins
In reply to: [Simple Download Monitor] Download Statistics per fileThank you. I have added it to our feature wish list.
We have released an update to the plugin that should solve this. Please update the plugin at your convenience and let us know if it works for you.
Thank you. I will check it out and provide an update.
@fabykennedy Sometimes, on servers that use caching, updating a product’s price can trigger the system to clear or reset its database cache or other cached data. That’s likely why things started working correctly after you updated the product price.
Please provide the following details so I can test this on my own site, where no caching is present. This will allow me to set up a new product and coupon under the same conditions and determine whether the issue is related to the calculation logic or something specific to your server.
- The product price
- The coupon details (e.g., discount percentage)
- The final price you see after applying the discount
Forum: Plugins
In reply to: [Simple Download Monitor] Download Button Text Not DisplayingWe have released an update that should fix this. Please upgrade the plugin when you can and let us know how it goes.