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 have successfully installed this add-on on another site but I have been trying to install it on a new site numerous times with the same result. When installed and I reload my page (cart), the entire page is blank. I have narrowed the issue down to the set_num_products_dd.php page. When I remove it, my page is back again but I don't get the set number of products drop down. Any ideas?
When you get a blank page, a log is created in the logs directory (1.5.1) or the cache directory (prior releases). Please post the contents of that log.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Sure:
Invalid arguments passed in .../includes/templates/skate01/templates/tpl_index_product_list.php on line 61
Which seems odd since line 61 is just one of the stock lines and I haven't changed it:
61 // draw music_genre_id
if (isset($_GET['music_genre_id']) && $_GET['music_genre_id'] != '') echo zen_draw_hidden_field('music_genre_id', $_GET['music_genre_id']);
sorry about adding this to this thread, but could not find any way of creating a new thread.
I can't seem to get rid of "Call for Pricing" I see where to remove it in in the settings, but nothing seems to remove the dreaded "call for Price" the item do have a price and are set not to show "Call for Price". In fact all my product suffer from "Call for Price" syndrone.
Thanks for you help.
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.
I don't see how that would work properly; except for the first group of products, that number will never be the per-page quantity. You could add a
[] Per Page
after the Displaying # to # (of ### products)
with the [] being the quantity dropdown.