Tuesday, June 27, 2006
A couple of days ago I started to build the dynamic product page of an e-commerce store we're building. One of the requirements is to have the product options all available on the same page, which is quite normal, but our drop down boxes need to only be populated with variations of the product that are in stock. For example I didn't want the user to select a Red/Large t-shirt if it's not in stock. I know that this could have been easily achieved with AJAX but at this stage in the development we wanted it to be done client side.
Continue reading 'Unobtrusive dynamic drop down boxes'