I have a client that has a magento site that loads pages of user categories, and on one of them $ this-> getChildHTML ('content') unloads a bunch of code after the page loads. it's only on one page and it looks like it is dropping php closing tags.
getCurrentCategory()?> getCurrentChildCategories()?> count()):?> getIsActive()): $cur_category=Mage::getModel('catalog/category')->load($_category->getId()); $layer = Mage::getSingleton('catalog/layer'); $layer->setCurrentCategory($cur_category); $catName = $this->getCurrentCategory()->getName(); if($_imageUrl=!$this->getCurrentCategory()->getImageUrl()):?>
getCurrentCategory()->getImageUrl()):?>
getName()?>
setCurrentCategory($_maincategorylisting); ?>
I can not find the page that has the error. I don't know where the "content" is in getChildHTML. category pages were custom-made and did not display any products, but only an image of one of the products. I would like to change these pages to show products and a whole bunch of other things, but I just don’t know where these pages of user categories are located. there are custom templates for each category, but they all use the same call to getChildHTML ('content') ...
I tried loading the entire site and doing a text search for code bits on the category page, but didn't find anything. please, help!
btw .... if you could already say im new for magento and probably left a lot of important information, so if you think I need to post more information, say so.
!