문제

I am trying to display 5 products on category page

app/design/frontend/mytheme/default/template/catalog/product/list.phtml

I am trying it on list.phtml, from other reference I have also tried

<?php $_columnCount = $this->getColumnCount();?> to <?php $_columnCount = 5 ;?> but this does not work

올바른 솔루션이 없습니다

다른 팁

Try below code to display 5 product per row on your product listing page:

<catalog_category_default>
<reference name="product_list">
<action method="setColumnCount"><count>5</count></action>
</reference>
</catalog_category_default>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top