Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modify table rows in the items list


SDE

Recommended Posts

Posted

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?

Posted

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.

Posted
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.

thanks so much!!

Archived

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

×
×
  • Create New...