Web Development Tip's on Magento, Web Development & Other Stuff

MAGENTO: CANNOT COMPLETE THIS OPERATION FROM NON-ADMIN AREA

If you are trying an external script in Magento but are unable to complete the task and are getting the above error. Tasks such as deleting a customer will throw this error. The solution is this: Use the below code after including the file “app/Mage.php” Mage::register(‘isSecureArea’, true);    /* set secure admin area*/ Mage::getModel(‘review/review’)->load($review)->delete();  …

Read More

Magento 2.1 what’s new?

I’m sure you have heard of the new release of Magento 2. Version 2.1.0 is now available and it includes some improvements and corrections in the functional part of the system. Magento Community Edition 2.1.0 contains the following new features: PayPal improvement. In this version there is PayPal in-context checkout. This functionality can help merchants…

Read More