That did the trick!!
THANKS for sharing yellow1912!
That did the trick!!
THANKS for sharing yellow1912!
Urban art to the fullest!
yellow1912,
Please update install.sql file:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Product Listing - Number of Items Per Page Steps', 'PRODUCT_LISTING_MAX_DISPLAY_STEPS', '12,20,28,48,96,All', 'Number of Items Per Page Steps', 8, 45, NOW(), NULL, NULL);
I was wondering... any ideas on how i would go about to have the
to display in a drop down menu?Code:Per pages 10,20,30,All
Thanks!!!!![]()
Urban art to the fullest!
Look at the way Zencart displays drop-down menu, I think the function is called zend_draw_drop_down or something, should be in html_output.php
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
yep i see it
but i don't really know what to do with itPHP Code:function zen_draw_pull_down_menu($name, $values, $default = '', $parameters = '', $required = false) {
$field = '<select name="' . zen_output_string($name) . '"';
Thanks for the help
Urban art to the fullest!
I see this thread is a bit old, however I'm trying to make the products per page mod a drop down selection? If anyone has done this can you post the code? Thanks for any help on this!
Example on how I would like ti if possible would be:
Displaying 1 to 10 (of 375 products)
The "10" above should be a drop down selection allowing the customer to select how many products to display on the page.
Last edited by marcopolo; 28 Dec 2008 at 01:07 AM.
You can set your own in the product listing page under the configuration in admin. There is a selection for it toward the bottom.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me