Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About $listing_sql in catalog/index.php


sathyashrayan

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...