Creating clickable images of products in web | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Creating clickable images of products in web

I want to create clickable images of products on my webpage such that when a user clicks on a product and checks out,the quantity automatically reduces by one after which when it reaches 0 then it will display product as out of stock or a "select" button below the image which does the same function as above on checkout

13th Feb 2018, 9:45 AM
4South
4South - avatar
1 Answer
+ 2
basically <button onclick =" doSomething()" ><img/></button> - design a js or php function to change the quantity that is available
14th Feb 2018, 5:14 AM
Manual
Manual - avatar