First of all i want to say thank you for the support you are giving!
Second, i noticed the update and i updated to 1.5.2 so i did what you said to replace at the first time, but it still does not working.
This is the part i changed, as far as i know PHP i cannot seem to find the problem.
if(true){
if(true){
?>
<div class="hikashop_category_description">
<?php
if(true){
$class = hikashop_get('class.category');
$this->element = $class->get(reset($this->pageInfo->filter->cid),true);
jimport('joomla.filesystem.file');
if(JFile::exists($this->image->getPath($this->element->file_path),false)){
?>
<img src="<?php echo $this->image->getPath($this->element->file_path); ?>" class="hikashop_category_image"/>
<?php
}
}
if(true){
?>
<p>
<?php echo JHTML::_('content.prepare',$this->element->category_description); ?>
</p>
<?php
}
?></div><?php
}