How to deduce the goods subcategories in parental category?

03.10.2012 04:51
#1
maksimus-84
Joomshopping forum user no avatar
Name: Maks
06.08.2012
Posts: 18
Quote
How to deduce the goods subcategories in parental category?

Hello.
Prompt how to alter the standard category_default.php template.
It is necessary to lead to the following look when opening category the goods of this category were displayed, the ambassador in a bottom the name of a subcategory was displayed and the goods of this subcategory are lower
The code of a standard template led to the following look:
<div class="jshop">
<h1><?php print $this->category->name?></h1>
<?php print $this->category->description?>
<?php include(dirname(__FILE__)."/products.php");?>
</div>
<div class="jshop_list_category">
<?php if (count($this->categories)){ ?>
<table class = "jshop list_category">
<?php foreach($this->categories as $k=>$category){?>
<?php if ($k%$this->count_category_to_row==0) print "<tr>"; ?>
<td class="jshop_categ" width="<?php print (100/$this->count_category_to_row)?>%">
<table class = "category">
<tr>
<td></td>
</tr>
<tr>
<td align="center">
<a class = "product_link" href = "<?php print $category->category_link?>"><?php print $category->name?></a>
<p class = "category_short_description"><?php print $category->short_description?></p>
</td>
</tr>
</table>
</td>
<?php if ($k%$this->count_category_to_row==$this->count_category_to_row-1) print '</tr>'; ?>
<?php } ?>
<?php if ($k%$this->count_category_to_row!=$this->count_category_to_row-1) print '</tr>'; ?>
</table>
<?php }?>
</div>

Prompt that it is necessary to add that the subcategory goods were deduced. Or it not here becomes?


Joomla: 2.5.7
JoomShopping: 3.11.2
Website Url: znaksnab.ru
 
05.10.2012 05:20
#2
maksimus-84
Joomshopping forum user no avatar
Name: Maks
06.08.2012
Posts: 18
Quote
Aw: How to deduce the goods subcategories in parental category?

Really nobody faced this problem?

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.