How to update my cart database on click of plus minus button in cart on ecommerce website with session_id()
Soo I want to be able to update my cart table in mysql database, when you click plus minus button in the cart of my ecommerce website. I want to be able to do this with session_id(), so no login and no cookies. Is this possible?