I seem to recall an option was added to allow for custom columns in the database. However, I cannot find any information on the subject. Can anyone help point me in the right direction? (Assuming I am not having hallucinations about this)
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
It has to do with the quick entry. You can add a line to your includes to be able to manage the data in that column (as long as it's the products table) via the quick entry.
quote:It is now possible to add your own columns to the Products Quick Update menu by using the parameter... customquickupdate="CustomDBColumn,CustomDBColumn2" ' ASP $customquickupdate="CustomDBColumn,CustomDBColumn2"; // PHP You can specify more than one column by using a comma to separate. The Quick Update menu will display the database column name, unless also specified separated by a colon. For instance... "CustomDBColumn:DB Column 1,CustomDBColumn2:DB Column 2" Finally, the datatype of the column will be assumed to be text, unless also specified separated by a colon as NUM for numeric or CHECK for checkbox / (Yes/No). For example... "CustomDBColumn:DB Column 1:NUM,CustomDBColumn2:DB Column 2:CHECK"