cesah
Постоялец
- Регистрация
- 5 Окт 2011
- Сообщения
- 64
- Реакции
- 6
Добавьте в файл default.php каталога category код вроде такогоВопрос, по теме, както можна сделать вывод товаров больше чем 50 на страницу?
<?php
$url=JRoute::_('index.php?option=com_virtuemart&view=category&limit=12&virtuemart_category_id='.$this->category->virtuemart_category_id);
$url1=JRoute::_('index.php?option=com_virtuemart&view=category&limit=500&virtuemart_category_id='.$this->category->virtuemart_category_id)?>
<table width="100%">
<tr>
<td width="73%">
<div id="bottom-pagination"><?php echo $this->vmPagination->getPagesLinks(); ?>
</div>
</td>
<td>
<div class="showall" style="float:right;"><span style="float:right;"><a href="<?php echo $url;?>" title='Стандартный просмотр'>
<?php echo "Стандартный просмотр"?>
<a href="<?php echo $url1;?>" title='Показать все'>
<?php echo "Показать все"?></a></div>
</td></tr>
</table>
$url=JRoute::_('index.php?option=com_virtuemart&view=category&limit=12&virtuemart_category_id='.$this->category->virtuemart_category_id);
$url1=JRoute::_('index.php?option=com_virtuemart&view=category&limit=500&virtuemart_category_id='.$this->category->virtuemart_category_id)?>
<table width="100%">
<tr>
<td width="73%">
<div id="bottom-pagination"><?php echo $this->vmPagination->getPagesLinks(); ?>
</div>
</td>
<td>
<div class="showall" style="float:right;"><span style="float:right;"><a href="<?php echo $url;?>" title='Стандартный просмотр'>
<?php echo "Стандартный просмотр"?>
<a href="<?php echo $url1;?>" title='Показать все'>
<?php echo "Показать все"?></a></div>
</td></tr>
</table>