sathyashrayan Posted January 21, 2009 Share Posted January 21, 2009 Dear group, In catalog/index.php, the var $listing_sql is not called in any execution of the query. Then why is it there? Am I missing any thing basic? Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 21, 2009 Share Posted January 21, 2009 The code loads in a module which then uses it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
sathyashrayan Posted January 21, 2009 Author Share Posted January 21, 2009 The code loads in a module which then uses it. Jack hoooo...Thanks a lot.. $listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id'); in the file catlog/modules/product_listing.php through <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> in the catalog/index.php. ps.. I made the search all files in my editor and it fooled me.. :-( Link to comment Share on other sites More sharing options...
sathyashrayan Posted January 21, 2009 Author Share Posted January 21, 2009 The code loads in a module which then uses it. Jack I am coming back.. Correct me if I am wrong.. $listing_sql will display the products , according to the "deapth" of the categories ($category_depth in index.php) along with ascending/descending of the mouse click on the top of the product display table, with the help of $define_list array() in the index.php through switch case. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.