Hi,
How do you work with this system?
In general, what you need to do:
update TABLE_NAME set NUMBERS_IN_STOCK_COLUM = NUMBERS_IN_STOCK_COLUM-1 where PRODUCTIDENTIFIER = $SOLDPRODUCT
Or, you could make the 1 a variable, and pass the number of items sold through that variable.
J.
SOrry: Would love to elaborate, but am actually trying to get some code to work myself..