SDE Posted November 16, 2004 Posted November 16, 2004 index.php shows both lists of items for categories and manufacturers, but i don't see exactly where this code is coming from. where can i access the code that prints each table row of products so i can add an extra column or modify existing ones?
Guest Posted November 16, 2004 Posted November 16, 2004 Around line 280 find this: <?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?> It works like this -> the listing SQL query is constructed with the code from index.php then when includes/modules/product_listing.php is called it uses that contructed query to output the products.
SDE Posted November 16, 2004 Author Posted November 16, 2004 Around line 280 find this: <?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?> It works like this -> the listing SQL query is constructed with the code from index.php then when includes/modules/product_listing.php is called it uses that contructed query to output the products. <{POST_SNAPBACK}> thanks so much!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.