Guest Posted April 1, 2003 Share Posted April 1, 2003 hi - am really stuck - does anyone know how to implement a page break after all the products from a category have been shown? thanks tim Quote Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2003 Share Posted April 2, 2003 ok so from what I can gather - the pages are determined by this: $numofpages = $totalrows / $limit; where $limit = mysql_result(mysql_query("SELECT configuration_value from " . TABLE_CONFIGURATION . " WHERE configuration_key = 'PRODUCT_LIST_CATALOG_PERPAGE'"), 0 , 0); is the page break. but this is grabbing the number from the admin control panel - how can I set this to simply break at the end of displaying the products for each category? thanks tim[/code] Quote Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2003 Share Posted April 2, 2003 It won't do that. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 2, 2003 Share Posted April 2, 2003 is it possible to rewrite the query then - not going through the control panel but simply to have it break after each category is finished? Quote Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2003 Share Posted May 30, 2003 I installed the printable catalog mod v2.5 today, But I get the following error: Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/virtual/site599/fst/var/www/html/catalog/catalog_products_with_images.php on line 357 Also how can I delete the currencies drop down box included with this mod? thanks jeff Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.