|
I thought i’d five it a go and try to re-skin the look and feel of store frontend. I started by copying the contents of
app\design\frontend\default\
into
app\design\frontend\myinterface\
Then i went into the backend and applied a design change through System -> Design -> Add Design Change and selected myinterface -> default to be the custom design.
That’s when it broke. Any idea why the store front would go completely blank except for catalog pages where it’s throwing a fatal error:
Fatal error: Call to a member function addBodyClass() on a non-object in C:\xampp\htdocs\vhosts\magento\app\code\core\Mage\Catalog\controllers\CategoryController.php on line 60
|