I would rather have a 'control panel' that I could update from, that would change it on each page, rather than going to each page (several hundred of them) and updating.
something like,
- Code: Select all
cokeavailability 12/1/09 availability = "available"
12/2/09 availability = "available"
12/3/09 availability = "sold out"
12/4/09 availability = "available"
and on the page, you could just post something like:
- Code: Select all
cokeavailability= " "
and it would show up similar to this:
12/1/09 12/2/09 12/3/09 12/4/09
available Available Sold out Available
just like posting a jargon of code creates the table that shows up on the checkout page- Something like that, only with editable text instead of price, qty, item #, etc.
Thanks!