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

Keyboard Shortcuts For Your Browser

How do I refresh my browser or cycle through tabs without using my mouse or touch pad? Its good to have these shortcuts at your fingertips when you are working on the web everyday or even if you are just want a faster web experience. Here is the breakdown of the essential keyboard shortcuts for…

Read More

Adding Static Blocks in CMS Page Magento

n Magento you can easily drop a static block into a CMS page or another static block. Static blocks are a great way to divide up different types of data blocks to make updating content easier. There are just two simple steps to adding a static block to a cms page. First, create your static…

Read More

Improve Your Google Ranking for Free

We always say that SEO done the right way isn’t quick and isn’t cheap. This still holds true, but there are ways you can make small improvements to your site without spending a penny as long as your website allows you to make changes via a content management system (CMS). The infographic below from WeddingWire…

Read More