Click to See Complete Forum and Search --> : "Sold Out" Online Product Quantity Update


okafordavid
01-04-2004, 03:22 AM
I need help with a free code that will automatically update the quanty of the individual products I have for sale on my website, www.okaforworld.com

Something that would show "Sold Out" after the last item is bought.

Thanks.

Moderator's Note
Please do not cross post.

Pittimann
01-04-2004, 03:35 AM
Hi!

You will need a script in a serverside language to do that, because every time an item is bought, a database (or data in a textfile) on the server has to be updated with the remaining stock of that item.

Maybe you better ask in the PHP forum or elsewhere - Javascript will not help you out.

Cheers - Pit