Quote Originally Posted by Bruce1952 View Post
Hi,

I am running zencart version 1.39h with quick updates version 1.3 and what I want to know if it is possible to add and extra column for stock location. We have at present added another field in the product section for the location of stock but would really like to get quick updates to work with the location field as well.

If someone can point me in the correct direction it would be a great help.
Bruce,

If the custom field you are looking to add is in the products table, it should be rather simple to add. You should find a similar column with a data type that is the same as the one you are using, and then use that to model your edits.

You will basically duplicate the code and then adjust for our table column name.

Did that make sense??