Html – Cart in Django is not updating in frontend but working fine in database
I'm making an ecom site. When customer select Product size from dropdown boxes, it sends the correct selected size in backend but showing default value in frontend. My HTML code for this: <select class="form-select form-select-sm" id="size-cart{{ product.id }}"> {% for…