- Posts: 16
- Thank you received: 0
products on a page.
-
a_padurean
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 11 months ago #17635
by a_padurean
products on a page. was created by a_padurean
hey i need to put in one page all my 19 products and not display just the first 10. and then the second page.
and also i what to delete the "sort by" thing from the page.
the website is lbmariposa.com/index.php/online-shop
and also i what to delete the "sort by" thing from the page.
the website is lbmariposa.com/index.php/online-shop
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #17642
by ivan.milic
Replied by ivan.milic on topic Re: products on a page.
That is controllable by existing vm parameter.
To remove sort by use simply:
.orderlistcontainer{
display:none;
}
also to fix pagination:
.bottom-pagination ul{
list-style:none;
}
.bottom-pagination ul li{
float:left;
}
add this 3 style classes to bottom of template_css.css
To remove sort by use simply:
.orderlistcontainer{
display:none;
}
also to fix pagination:
.bottom-pagination ul{
list-style:none;
}
.bottom-pagination ul li{
float:left;
}
add this 3 style classes to bottom of template_css.css
Please Log in to join the conversation.
-
a_padurean
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
12 years 11 months ago #17653
by a_padurean
Replied by a_padurean on topic Re: products on a page.
where cant i make the parameter in vm to control the number of products on a page? in the category control panel is not working for me
just how many items on a row set by 4. and the other is not working

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #17663
by ivan.milic
Replied by ivan.milic on topic Re: products on a page.
VM config->configuration->configuration->shopfront->max products per view in frontend
Please Log in to join the conversation.
-
a_padurean
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
12 years 10 months ago #17999
by a_padurean
Replied by a_padurean on topic Re: products on a page.
10x for the help. it worked
Please Log in to join the conversation.
Time to create page: 0.163 seconds