Hello, I have store and I want to add box on the page that show if some product is still available. Is it possible to print the number of product items left liveon the page ? live mean - if someone buy product, the box will show the new total without refreshing for the other visitors... ? Thank you in advanced, Roi.
if any visitor enters in your site your website has to keep requesting on the product quantities by sending product id as parameter and server can send json data and based on the data retrieved you can display new price i can program for you me needed
@codeartist is right you have to do ajax, better to look at jQuery ajax for more information and samples...