DSatishchandra commited on
Commit
a075fff
·
verified ·
1 Parent(s): eba768a

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +0 -5
templates/cart.html CHANGED
@@ -192,11 +192,6 @@
192
  </div>
193
  </div>
194
  </div>
195
- <div class="cart-item">
196
- <img src="{{ item.image }}" alt="{{ item.name }}" />
197
- <div>{{ item.name }}</div>
198
- <div>{{ item.price }} x {{ item.quantity }}</div> <!-- Display quantity here -->
199
- </div>
200
 
201
  <script>
202
  // Example function to handle the increase/decrease button clicks
 
192
  </div>
193
  </div>
194
  </div>
 
 
 
 
 
195
 
196
  <script>
197
  // Example function to handle the increase/decrease button clicks