
Originally Posted by
chadderuski
Lextechs:
Is this field in the products database? If it is, it should be quite simple to add it. You only need to edit two files. One is the main quick_updates.php, and the other is in the includes/languages/english (i hope I remember that right) directory. The second file is used to define your column headers. If you are going to add a pricing column, then model it after an existing price column.
I was able to add two fields minimum order quantity and quantity units in about 20 minutes with testing.
BE SURE TO BACK YOUR DATA UP with the plug-in!
With these two fields, it was merely a matter of duplicating the code, then using the appropriate field name in the database (use phpMyAdmin to see structure, or download your MySQL backup and look there) in place of the similar field.
Really a no brainer.
Wish I could say that about Check Boxes (gnashes teeth)!
-Chaddro.
Bookmarks