housecase Posted December 26, 2006 Share Posted December 26, 2006 Hello , I want to modify the oscommerce as a price comparison engine for offline shops so i want to change the Weight column to shop (to change its name) i tried and i dont see any way i can do this , is it possible to add more columns ? how ? thank you Link to comment Share on other sites More sharing options...
ComicWisdom Posted December 27, 2006 Share Posted December 27, 2006 Hello , I want to modify the oscommerce as a price comparison engine for offline shops so i want to change the Weight column to shop (to change its name) i tried and i dont see any way i can do this , is it possible to add more columns ? how ? thank you catalog/includes/language/index.php Change define('TABLE_HEADING_WEIGHT', 'Weight'); To this: define('TABLE_HEADING_WEIGHT', 'Shop'); But, everything that shows up there will still come from the field products/products_weight which is formatted as a decimal. Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP! Link to comment Share on other sites More sharing options...
housecase Posted December 27, 2006 Author Share Posted December 27, 2006 catalog/includes/language/index.php Change define('TABLE_HEADING_WEIGHT', 'Weight'); To this: define('TABLE_HEADING_WEIGHT', 'Shop'); But, everything that shows up there will still come from the field products/products_weight which is formatted as a decimal. And how do i add more columns ? is it possible ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.