B.Ng
Forum Replies Created
-
Hi Trotsky,
Thanks for your feedback. We’d like to clarify that the features listed in the plugin description are available in the free version.
Some features do require enabling or configuration before they become active. For example:
– Email / Phone Verification needs to be enabled in Blacklist Manager → Verifications and configured (e.g. email settings or SMS provider).
– Form Spam Shield requires selecting and enabling supported integrations such as Contact Form 7 or WPForms.
– Timed Cancellation needs to be turned on and configured with a delay time in the settings.
If these are not configured, they may appear unavailable.
If you can let us know which specific features you couldn’t access, we’ll guide you step-by-step to get them working.
We’re also reviewing our documentation to make these setup steps clearer.
Thank you for the clarification. You are right to report this.
WooCommerce can create orders in Pending Payment status before payment is completed, but based on your testing, the unexpected New Order admin notification appears only when Blacklist Manager 2.2 / 2.2.1 is active, and stops when the plugin or Global Blacklist order checking is disabled.
That means the plugin is likely involved in triggering the notification flow, directly or indirectly, and this should not have been dismissed as purely default WooCommerce behavior.
We will review the email trigger flow around the Global Blacklist order checking in versions 2.2 and 2.2.1 to identify what is causing the New Order notification to be sent for unpaid Pending Payment orders.
Hello,
Thanks for reaching out — I understand why this is confusing.
Our plugin (Blacklist Manager) does not trigger or modify WooCommerce email notifications. It only adds the Global Blacklist decision details into the email if that option is enabled, but it does not control when the “New Order” email is sent.
In WooCommerce by default:
- The “New Order” email is triggered when an order is created, regardless of its status (including Pending Payment).
- This is standard WooCommerce behavior, not related to our plugin.
So what you’re seeing is:
- Order created → WooCommerce sends “New Order” email
- Order status = Pending Payment (still normal)
Hi Maxcom,
Thank you for taking the time to share your feedback.
However, some parts of your review appear to misunderstand how the free version of Blacklist Manager works.
The free version does not rely only on the Global Blacklist, and it is not limited to two settings. Store owners can create and manage their own local blacklist, including blocking:
- Email addresses
- Phone numbers
- IP addresses
These entries are stored in the plugin itself and can prevent customers from placing orders or interacting with forms depending on the configuration. The Global Blacklist is simply an optional additional layer, not the primary mechanism.
Regarding fraud prevention in general, you are correct that sophisticated bot attacks (such as large card-testing swarms using rotating IP pools) require multiple protection layers. This is exactly why the plugin ecosystem typically combines several approaches such as verification systems, behavioral checks, and rate-limiting tools.
Blacklist Manager focuses primarily on preventing repeat abuse and blocking known bad actors, which is a very common use case for many WooCommerce stores. More advanced protections and automation tools are included in the Premium version, which helps support the continued development of the plugin.
If you experienced a specific issue with the plugin or configuration, feel free to contact us through the support forum. We’re always happy to help.
Best regards,
- This reply was modified 1 month ago by B.Ng.
Forum: Plugins
In reply to: [Order Cancellation & Returns for WooCommerce] Background layerHello Leonidas,
You’re right, we will add it in the next release.
Forum: Plugins
In reply to: [Order Cancellation & Returns for WooCommerce] Background layerHello Leonidas,
Yes, you can add this CSS to the frontend to have it:
#cancelOverlay, #returnOverlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}Hi there,
Could you please share the exact plugin URL you mentioned in your message, so we can confirm we’re looking at the same one?
Also, one thing to double-check: the phone format you added to the blocklist. Sometimes the plugin expects a very specific format (e.g., with country code +47… vs. 0047… vs. plain digits), and mismatches can cause the block rule not to trigger.
If you can confirm both the plugin URL and the exact format you used when adding your number to the blocklist, we’ll be able to narrow down whether it’s a format issue, Klarna checkout quirk, or something else.
Hello there,
Yes, you can do it with our Premium version at https://yoohw.com/product/woocommerce-blacklist-manager-premium/
Yes, indeed. This will be fixed in the next release.
Thank you!
Hi there,
Thanks for your feedback. We’re really sorry to hear you’re experiencing a critical error on form and checkout submission.
Could you please share more details so we can understand what’s causing this issue? For example:
- Do you see any specific error messages?
- Does it happen with a specific plugin or after a recent update?
We’d love to investigate further and help resolve the problem. Your trust is very important to us, and we want to make sure everything works smoothly for you.
Looking forward to your response!
Hi! That’s a great suggestion — currently, blocking an email only prevents checkout or blocking users prevent to login, but not directly from blocked email to login. However, we’re planning to add an option to block the user during blocking an email in an upcoming update to the Premium version of the plugin. Stay tuned, and thank you for the feedback!
Hello there,
There is no set limit within the plugin, but practical limitations depend on your server and database performance.
Best,
Thank you for reporting.
We will release a fix within the next version.
There is a simple merge feature in free version, learn more here https://yoohw.com/docs/woocommerce-order-splitter/order-actions/merge-orders/#free_version
Hello there,
All administrators can access the plugin settings by default.
If you’re using a Shop Manager account, please log in with an Admin account and navigate to:
WooCommerce > Settings > Orders, then enable the option:
“Enable the shop manager to be able to access full order actions.”Once enabled, Shop Managers will also be able to access the plugin settings.