- Posts: 2
- Thank you received: 0
Dont see category top level (4 products for row) ?
-
eduardob
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 4 months ago - 14 years 4 months ago #9897
by eduardob
Dont see category top level (4 products for row) ? was created by eduardob
Hello, I need your help, I can not understand why I do not visualize what I want in the section category
That is, enter virtuemart, product categories, it follows that when entering in the bottom
select default-top level.
display 4 products per row, Category Browse Page hot_fashion
But the categopy top level is visualize, in 2 products per row, I have to do to resolve this uncertainty.
But in sub-categories, all works well if showing 4 products per row.
Please resolve this problem.. and send my image real example in category a and subcategory?
Thank you
Eduardo
That is, enter virtuemart, product categories, it follows that when entering in the bottom
select default-top level.
display 4 products per row, Category Browse Page hot_fashion
But the categopy top level is visualize, in 2 products per row, I have to do to resolve this uncertainty.
But in sub-categories, all works well if showing 4 products per row.
Please resolve this problem.. and send my image real example in category a and subcategory?
Thank you
Eduardo
Last edit: 14 years 4 months ago by eduardob.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 months ago #9905
by ivan.milic
Replied by ivan.milic on topic Re: Dont see category top level (4 products for row) ?
Number of products per row is 4 but it seam to me that for Category A that are not products that are 2 in line - there are sub-categories, so there is nothing strange about that.
If you want to change that then open:
components\com_virtuemart\themes\hot_boutique\templates\common\categoryChildlist.tpl.php
and find
$category_per_row = 2;
and chage it to
$category_per_row = 4;
or even better:
$categories_per_row = PRODUCTS_PER_ROW;
If you want to change that then open:
components\com_virtuemart\themes\hot_boutique\templates\common\categoryChildlist.tpl.php
and find
$category_per_row = 2;
and chage it to
$category_per_row = 4;
or even better:
$categories_per_row = PRODUCTS_PER_ROW;
Please Log in to join the conversation.
Time to create page: 0.259 seconds