oneilch Posted September 14, 2002 Share Posted September 14, 2002 How can i add more fields to the products table and use it my website on the products detail page? Also is there a way to get a diferent look and feel for each category and product page based on the product type or catergory? Link to comment Share on other sites More sharing options...
Rwfresh Posted September 16, 2002 Share Posted September 16, 2002 How can i add more fields to the products table and use it my website on the products detail page? Also is there a way to get a diferent look and feel for each category and product page based on the product type or catergory? 1. Add fields to the products table in the database 2. Edit the categories.php file in the admin directory. Specifically make the add product and edit product parts of the page take your new db fields into consideration. 3. Edit the products_info.php. Add your new fields to the db calls calls and then place your new fields wherever you want them on the page. That's the short form.. :wink: rw Link to comment Share on other sites More sharing options...
cadman5 Posted October 30, 2005 Share Posted October 30, 2005 1. Add fields to the products table in the database2. Edit the categories.php file in the admin directory. Specifically make the add product and edit product parts of the page take your new db fields into consideration. 3. Edit the products_info.php. Add your new fields to the db calls calls and then place your new fields wherever you want them on the page. That's the short form.. :wink: rw Short indeed! This is not an answer to a "How To" question. There is a contribution, I know, but it has as the first thing: "run this script in sql" without saying HOW this is done. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.