Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update templates/cart.html
Browse files- templates/cart.html +3 -3
    	
        templates/cart.html
    CHANGED
    
    | @@ -142,7 +142,7 @@ | |
| 142 | 
             
                            </div>
         | 
| 143 | 
             
                           <div class="cart-item-actions">
         | 
| 144 | 
             
                                <div class="text-primary">
         | 
| 145 | 
            -
                                     | 
| 146 | 
             
                                </div>
         | 
| 147 | 
             
                                <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
         | 
| 148 | 
             
                            </div>
         | 
| @@ -185,8 +185,8 @@ | |
| 185 | 
             
                                    </select>
         | 
| 186 | 
             
                                </div>
         | 
| 187 | 
             
                            {% endif %}
         | 
| 188 | 
            -
                            <p class="fw-bold" id="discountText">Discount:  | 
| 189 | 
            -
                            <p class="fw-bold" id="totalBillText">Total Bill:  | 
| 190 | 
             
                            <button class="checkout-button" onclick="proceedToOrder()">Proceed to Order</button>
         | 
| 191 | 
             
                        </div>
         | 
| 192 | 
             
                    </div>
         | 
|  | |
| 142 | 
             
                            </div>
         | 
| 143 | 
             
                           <div class="cart-item-actions">
         | 
| 144 | 
             
                                <div class="text-primary">
         | 
| 145 | 
            +
                                    $<span class="base-price">{{ item.Price__c }}</span> 
         | 
| 146 | 
             
                                </div>
         | 
| 147 | 
             
                                <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
         | 
| 148 | 
             
                            </div>
         | 
|  | |
| 185 | 
             
                                    </select>
         | 
| 186 | 
             
                                </div>
         | 
| 187 | 
             
                            {% endif %}
         | 
| 188 | 
            +
                            <p class="fw-bold" id="discountText">Discount: $0</p>
         | 
| 189 | 
            +
                            <p class="fw-bold" id="totalBillText">Total Bill: ${{ subtotal }}</p>
         | 
| 190 | 
             
                            <button class="checkout-button" onclick="proceedToOrder()">Proceed to Order</button>
         | 
| 191 | 
             
                        </div>
         | 
| 192 | 
             
                    </div>
         |