Also, the last call to draw_max_ppp in tpl_modules_product_listing.php is not wrapped in a select call as previous ones are. Suspect this is a bug.
Also, the last call to draw_max_ppp in tpl_modules_product_listing.php is not wrapped in a select call as previous ones are. Suspect this is a bug.
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.
Not sure what you mean by clobber - may have to do with below reply
I made an additional copy/paste error, my demo has altered code for the purpose of showing both links and drop-down and on the second section for the bottom I did not change the DEMO to actual ADMIN CONFIG
find:
<?php if (PRODUCT_LISTING_DISPLAY_OPTION_DEMO == 'true') { ?>
change to:
<?php if (PRODUCT_LISTING_DISPLAY_OPTION == 'true') { ?>
When I said "clobber" I meant "the next/prev links do not appear."
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.
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']);
My mistake, I was looking at my oldest log entry. The ones I was getting today was database related. [24-May-2014 14:14:57] PHP Fatal error: 0B_ERROR_NOT_CONNECTED :: select * from zen_project_version WHERE project_version_key = 'Zen-Cart Database' in .../includes/classes/db/mysql/query_factory.php on line 120
Bookmarks