How to Add CrazyEgg Code to Prestashop

I recently added a new SEO client that is using Prestashop to sell their products.  After spending a little time with the system, I’m not terribly impressed.  It seems a bit bloated and somewhat locked down.  If you want to add certain things to your site, they expect you to purchase the module, and sometimes […]

Fatal error: Class ‘Varien_Data_Form_Element_Weight’ not found

Had this error with a client and here’s how it’s fixed: First, log into phpMyAdmin and make a backup of the eav_attribute table (use the Export option) Then, click the SQL button and paste this into the box: SELECT * FROM eav_attribute WHERE frontend_input=”weight” Hit Go The result should be one row, probably with an […]

Magento Upgrade – Fatal error: Call to a member function getUsername() on a non-object in

Today I upgraded a client to the latest version of Magento (1.7.0.2).  Upon finishing the FTP of the new version, I could see the front end of the website with no problem.  The backend, however, would not work becuase of this error: Fatal error: Call to a member function getUsername() on a non-object in /app/design/adminhtml/default/default/template/page/header.phtml […]