{{ price(itemPrices[licenseId]['promo_price']) }}
{{ price(itemPrices[licenseId]['price']) }}
{{ __('Free') }}

Aelia Blacklister for WooCommerce

Preview
Ends in

Download Aelia Blacklister for WooCommerce Premium Plugin For WooCommerce
Blacklister for WooCommerce allows WooCommerce to refuse orders from specific visitors based on customisable blacklisting criteria.

Blacklister for WooCommerce allows your shop to block orders from specific visitors based on custom blacklisting criteria.
This product is the premium version of the original Blacklister plugin developed by Aelia. It includes all the features of the premium plugin and it’s fully covered by our top class support service. The free version of the plugin is still available and can be downloaded by clicking on the following link: aelia-woocommerce-blacklister.zip (free version).
What are the differences between the premium and the free Blacklister?
The premium and the free Blacklister include the same set of features. There are two main differences between the two versions:
  • The premium version of the Blacklister includes access to our support service. This will allow you to contact us through our contact form or our support portal and receive a quick answer to any question you might have. The free version doesn’t include support.
  • Premium customers will get priority updates. We will release updates for the plugin for the premium version first and for the free version at a later stage. We still plan to maintain the free version for several months at least although it might be updated less frequently.
  • How it works
    The plugin adds a new menu in WooCommerce backend where you can specify a list of email addresses or IP addresses that will be blacklisted. When a visitor will try to place an order using one of the blacklisted email or IP addresses the checkout will be interrupted and the visitor will be notified of the reason why the operation was blocked.

    Key Features of Blacklister plugin
    • Allows to blacklist customer’s name address phone number and email addresses using exact matches or regular expressions.
    • Allows to blacklist IP addresses using exact matches or IP ranges.
    • Customisable error messages to notify the user why they were not allowed to complete the checkout.
    We would like to thank Dustin Robinson for the contribution in relation to the blacklisting of phone numbers.

    Requirements
    • WordPress 3.6 or newer.
    • PHP 5.4 or newer.
    • WooCommerce 2.6.x or newer.
    • Aelia Foundation Classes plugin for WooCommerce 1.9.4.170202 or newer (this plugin can install the AFC library automatically).

    Demo Link : https://aelia.co/shop/blacklister-for-woocommerce/


    Summary from Demo
    The Aelia Blacklister for WooCommerce allows WooCommerce to refuse orders from specific visitors based on customisable filtering criteria.
    from €49.00
    Blacklister for WooCommerce allows you to configure rules to block orders from specific users. The rules can be applied against the following information:
    All the rules can be used to have an exact match or a partial match using regular expressions (all fields except the IP address) or IP address filter masks (IP address only).
    We would like to thank Dustin Robinsonfor the contribution in relation to the blacklisting of phone numbers.
    The plugin adds a new menu in WooCommerce backend where you can specify a list of names addresses email addresses phone numbers and IP addresses that will be blocked. When a customer tries to place an order the Aelia Blacklister compares it against the configured rules. If one or more matches are found the Blacklister stops the checkout process showing an error message customisable in the plugin’s settings page to explain why the operation could not be completed.
    Allows to blacklist customer’s name address phone number and email addresses using exact matches or partial matches thanks to the flexibility of regular expressions
    Allows to blacklist IP addresses using exact matches IP address masks or IP ranges
    Allows to customise the messages used to explain to the customer why they were not allowed to complete the checkout
    Any questions about this product?
    Plugin Details
    Requirements
    Change Log
    Below you can find the change log for the most recent releases of the plugin. Should you need information about this product please feel free to contact us.
    Dominik Oberriesser (verified owner) – 27/07/2020
    The plugin works great simple install setup is done. What I don’t like is that I directly see a red box and a reference to codeable. I paid for the plugin and get then directly an add smashed into my face. Put a link to your documentation and put there a reference to codeable or implement an option to disable it.
    diego – 27/07/2020
    Hi Dominik Thanks for reporting the issue. Indeed the red box should not appear on the premium version of the Blacklister. It was displayed due to a small bug which we have fixed in the latest version of the plugin. If you update the Blacklister on your site the box will disappear.
    Adrian – 12/04/2018
    Hi guys your plugin it’s great ! is there any way we can count how many times the rules have been applied ? Let me know
    diego – 12/04/2018
    The Blacklister was designed as a simple blacklisting solution and doesn’t currently track statistics about the validation rules such as how often a rule matched a customer. If you need such feature please feel free to get in touch. We can review your requirements and prepare an estimate for the implementation. Thanks.
    Phil C – 11/07/2017
    Another 5 star product from Aelia. This plugin works flawlessly on our site to block email domains with a regex pattern.
    Alejandro Gavira – 28/06/2017
    anyway to block billing/shipping addresses?
    diego – 28/06/2017
    The Blacklister allows to enter rules to block specific addresses. The rules are applied to both billing and shipping address.
    Michael Rimbach – 13/06/2017
    Thanks for the plugin really helps us a lot. Could you please add IP v6 Support?
    diego – 13/06/2017
    The Blacklister logic is generic and can already work with IPv6. The plugin takes the IP address from $_SERVER['HTTP_X_FORWARDED_FOR'] and $_SERVER['REMOTE_ADDR'] globals. If a client is connecting with an IPv6 then that value will be found in those variables. In such case you will simply have to write the appropriate rules to match IPv6 addresses and they will be applied automatically.
    Additional note If your site uses a reverse proxy the actual IP address could be passed using a different variable. You can write your own custom filter for hook wc_aelia_blacklister_visitor_ip to override the IP address received by the Blacklister.
    Ryan – 02/03/2017
    Plugin works great and Diego from the Aelia Support team was very prompt with providing assistance with our issue. Thanks again! diego – 02/03/2017
    Hi Ryan Thanks for your feedback. I’m glad that the plugin is useful to you we put great care in developing it. By the way I’m actually the founder of Aelia. I like to have a conversation with our customers and users whenever I can. T – 23/10/2015
    It would be great if you can add host names blocking feature. I want to block customers that use IP from VPN services.
    diego – 23/10/2015
    The Blacklister already supports IP address filtering (see screenshot). If you have the IP addresses of the VPN services simply enter them in the corresponding box (using ranges could be simpler) and they will be blocked. We tried to implement host name filtering but the reverse IP lookup proved to be slow and unreliable (not every IP address can be accurately resolved to a name).
    Greg – 07/03/2015
    What would be the correct syntax for blocking all email coming from the domain baddomain.com?
    diego – 09/03/2015
    Hi Greg As indicated in Blacklister settings page you can use standard regular expressions to match emails from a specific domain. I haven’t tested it but a simple expression such as /.*@baddomain\.com/i should work. The matching is done using standard regular expressions processed via the PHP preg_match() function therefore you can refer to its documentation to produce valid expressions.
    ATutorMe – 15/11/2014
    Simple to install and set up. Does the job nicely.
    Robert – 17/05/2014
    It may be possible. The paypal email address IS passed on to woocommerce and visible through the custom fields on an order. If not possible to “Block” it could at least be flagged. Thoughts?
    diego – 17/05/2014
    You’re right such information may be available. We will have to check how to retrieve it consistently as different payment plugins may not save it every time. I will ask it to add such feature before the plugin is put on sale. Thanks.
    Sarah – 20/01/2014
    This plugin is everything I was looking for. And support was also on point. I was wondering though it the e-mail on the blacklist would be the paypal e-mail the user is using.
    diego – 20/01/2014
    Thanks for your feedback glad that the plugin helped you. Regarding your question the email address is the one entered as billing address during checkout. It’s not possible to block the checkout based on PayPal email address as such information is not available (customer enters such detail on PayPal pages and it’s not passed to WooCommerce).
    Correction (17/05/2014): as pointed out by Robert the PayPal email address is passed to WooCommerce by some plugins. Even though that information is passed only after the order has been paid we will be adding some visual indication on orders page to highlight when the PayPal email address is one of the blacklisted ones.
    Only logged in customers who have purchased this product may leave a review.
    If you are unhappy with any of our products simply let us know within 30 days of your order and we will refund your purchase. Read more...
    The WooCommerce Internationalisation experts
    Aelia Sandgasse 15-19/1/2 1190 Vienna AUSTRIA
    By continuing to use the site you consent to the use of cookies and accept our privacy policy.
    This website uses cookies to allow you to purchase our products review your past orders and contact our support service. We also set some cookies to offer you the possibility to shop in multiple currencies see the tax/VAT applicable to your purchases and overall provide you with the best experience while visiting our site. You can find more details about the data we process in our privacy policy. If you continue to use this website without changing your cookie settings or you click Accept below you will consent to the use of cookies and accept our privacy policy.
    These cookies are used to allow visitors to log on our site complete purchases track the consent about the processing of data process payments and show the correct content on each section of the site.
    Cookies Used
    These cookies are used to collect statistics about the website's performance and sales statistics. By collecting this information we are able to offer you a better experience and improve our line of products.
    Cookies Used
    statcounter.com

    No comments found.
    Login to post a comment
    This item has not received any review yet.
    Login to review this item
    No Questions / Answers added yet.
    Item details
    Version 1.0.1.190129
    Category WordPress Plugins
    Recently viewed items

    Cookies allows to display items in order you are interested in. By continuing to use our website, you accept our use of cookies, Privacy policy and terms & conditions.

    Processing