Re: Set number of products displayed per page (support thread)
Does anybody have any ideas about this one?
All I want to do is hide the image that is dispalying that is not relevant.
i.e.
if six products are displayed - show the "display all products" image only
if all products displayed - show the "display 6 products" image only
Re: Set number of products displayed per page (support thread)
I am not familiar with this code, but something that stands out is that you are using:
Code:
elseif($step = 'All') {
what happens if you change that to:
Code:
elseif($step == 'All') {
Re: Set number of products displayed per page (support thread)
kid,
Could you please copy and paste your product_listing.php up here so i can compare please.
Thanks
Re: Set number of products displayed per page (support thread)
Quote:
Originally Posted by
gueston
what happend it can't work after i install this function
the "SQL Query Executor" page display below :" Failed: 1
ERROR: Cannot insert configuration_key "PRODUCT_LISTING_MAX_DISPLAY_STEPS" because it already exists
Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
"
when i send the "new_install"
(sure i install it as readme.txt)
I'm getting the same message. I know the admin panel is working because i changed the display values and the same values are being reflected in the developers toolkit. In all the links aren't showing up but I don't know why. Does anybody have an answer?
Re: Set number of products displayed per page (support thread)
Just adding my voice to the mob..
This would be even more awesome if it could be displayed in a dropdown! I've got it installed and will use it as is for now, though. It's a great feature!
I wish I was a programmer. :cool:
Re: Set number of products displayed per page (support thread)
Here's what I don't understand, maybe someone can help me out. I installed column_grid_layout because I don't want the products to display one item per row. But in the instructions it says that in order for the values to calculate correctly the number of columns per row has to be 1. Am I missing something or do I really have to display one item per row for this to work?
Another thing is that the links aren't altering the number of items per page. Any help
Re: Set number of products displayed per page (support thread)
Quote:
Originally Posted by
novastar
Here's what I don't understand, maybe someone can help me out. I installed column_grid_layout because I don't want the products to display one item per row. But in the instructions it says that in order for the values to calculate correctly the number of columns per row has to be 1. Am I missing something or do I really have to display one item per row for this to work?
You would set it to 1 only if you have the row option selected. If you have the column option selected, then you can set it to what ever you want it to be per row.
Re: Set number of products displayed per page (support thread)
does anyone have any instructions on how to remove this please? i tried reversing the installation but i lose my product display entirely?
Re: Set number of products displayed per page (support thread)
ah its ok i was being a wally!!! i forgot to reverse the product listing template as well lol
Re: Set number of products displayed per page (support thread)