Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update templates/cart.html
Browse files- templates/cart.html +1 -1
    	
        templates/cart.html
    CHANGED
    
    | @@ -138,7 +138,7 @@ | |
| 138 | 
             
                                </div>
         | 
| 139 | 
             
                            </div>
         | 
| 140 | 
             
                            <div class="cart-item-actions">
         | 
| 141 | 
            -
                                <div class="text-primary">${{ item.Price__c  | 
| 142 | 
             
                                <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
         | 
| 143 | 
             
                            </div>
         | 
| 144 | 
             
                        </div>
         | 
|  | |
| 138 | 
             
                                </div>
         | 
| 139 | 
             
                            </div>
         | 
| 140 | 
             
                            <div class="cart-item-actions">
         | 
| 141 | 
            +
                                <div class="text-primary">${{ item.Price__c }}</div>
         | 
| 142 | 
             
                                <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
         | 
| 143 | 
             
                            </div>
         | 
| 144 | 
             
                        </div>
         | 
