This tutorial shows how to add Google Invisible reCaptcha Magento 1. Google Invisible reCaptcha Magento <?php class Addpeople_Validatecaptcha_Model_Observer lớp Addpeople_Validatecaptcha_Model_Observer { { public function loginValidateCaptcha(Varien_Event_Observer $observer) hàm công khai loginValidateCaptcha(Varien_Event_Observer $observer) { { try { thử { $action = $observer->getControllerAction(); $action = $observer->getControllerAction(); $request = $action->getRequest(); $request = $action->getRequest(); if( ($request->getActionName() == ‘loginPost’) && ( Mage::getStoreConfig(‘validate_captcha/server_side_validation/enabled_login’) ) ) { nếu( …
Read More »Uncategorized
Invisible recaptcha register form magento
This tutorial explains how to add Invisible recaptcha register form magento 1.9. Please use the server side validation. Invisible recaptcha register form magento <?php class Addpeople_Validatecaptcha_Model_Customer_Customer extends Mage_Customer_Model_Customer lớp Addpeople_Validatecaptcha_Model_Customer_Customer mở rộng Mage_Customer_Model_Customer { /** /** * Validate customer attribute values. * Xác thực giá trị thuộc tính của khách hàng. * For existing customer password + confirmation will be …
Read More »
pearlbells