Magento

Got Spam registration: Magento 2.x

You got the spam during registration???? even adding after google CAPTCHA?? Its a good practice to add the CAPTCHA in your magento store during login/signup but today era some smart bot system bypass this CAPTCHA code and send anonymous mail id, which might impact your site performance because many of the search engine (like google,…

Magento

What is Observer’s in Magento

Magento, implement an event/observer pattern like any good Object Oriented System for the end user. In Magento Some of theĀ  action happen during any page request ( any model serve, any user logs in etc..) , for such magento issued an event signal. So when you create your own module, you can listenĀ for the same…