File size: 20,399 Bytes
dad761f 22c7e1a dad761f 22c7e1a dad761f 22c7e1a 4cf365f 22c7e1a 4cf365f 20e3885 9a5f1c7 4cf365f 22c7e1a dad761f 9a5f1c7 4cf365f 22c7e1a 9a5f1c7 4cf365f 9a5f1c7 4cf365f 9a5f1c7 4cf365f 08a58af 3a94082 08a58af 4cf365f 08a58af 3a94082 4cf365f 456fb21 4cf365f 456fb21 4cf365f 20e3885 22c7e1a 9a5f1c7 4cf365f 9a5f1c7 4cf365f 08a58af 4cf365f 08a58af 4cf365f 08a58af 9a5f1c7 08a58af 22c7e1a 4cf365f 22c7e1a 7e61357 10a8ac0 7e61357 9a5f1c7 7e61357 4cf365f 7e61357 423a4e7 4cf365f 8de243f 4cf365f 8de243f 4cf365f ddb0e12 9a5f1c7 08a58af 9262c5d 08a58af 9262c5d 08a58af 9262c5d 22c7e1a 4cf365f 9262c5d 7e61357 4cf365f 9a5f1c7 7e61357 4cf365f 7e61357 4cf365f 20e3885 4cf365f 9a5f1c7 20e3885 4cf365f 20e3885 9a5f1c7 4cf365f 9a5f1c7 20e3885 4cf365f 22c7e1a 7e61357 9a5f1c7 7e61357 9a5f1c7 7e61357 22c7e1a 4cf365f 574fabb 9a5f1c7 574fabb 9a5f1c7 574fabb 9a5f1c7 574fabb 9a5f1c7 574fabb 4cf365f 574fabb 22c7e1a dad761f 9a5f1c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cart</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
background-color: #fdf4e3;
color: #333;
}
/* Top orange bar */
.top-bar {
background-color: #FF6F3C;
width: 100%;
padding: 10px 15px;
display: flex;
align-items: center;
box-sizing: border-box;
}
.back-link {
display: flex;
align-items: center;
text-decoration: none;
}
.back-arrow {
font-size: 1.8rem;
color: #000;
font-weight: bold;
}
.back-label {
margin-left: 10px;
color: white;
font-weight: bold;
font-size: 1rem;
}
/* Title Styling */
.order-heading {
color: #000;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
margin-top: 30px;
}
.cart-container {
max-width: 768px;
margin: 20px auto;
padding: 15px;
background-color: #FFFFFF;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.cart-container2 {
background-color: #FFFFFF;
display: flex;
flex-direction: column;
padding: 10px;
}
.cart-item {
display: flex;
align-items: flex-start;
justify-content: space-between;
border: 1px solid #fdf4e3;
padding: 30px 15px 15px;
background-color: #fff;
box-sizing: border-box;
min-height: 100px;
position: relative;
border-radius: 8px;
}
.remove-btn {
border: none;
background-color: transparent;
cursor: pointer;
font-size: 1.2rem;
margin-bottom: 10px;
transition: color 0.3s ease;
position: relative;
top: -35px;
left: 50px;
}
.remove-btn i {
color: red;
}
.remove-btn:hover {
color: black;
background-color: transparent;
}
.remove-btn:focus {
outline: none;
background-color: transparent;
}
.text-primary {
color: #2e7d32;
text-align: right;
font-weight: bold;
white-space: nowrap;
}
.image-wrapper {
width: 80px;
height: 80px !important;
display: flex;
align-items: center;
justify-content: center;
}
.cart-item img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 5px;
border: 1px solid #ffcc80;
margin: 0;
}
.cart-item img:hover {
transform: scale(1.05);
}
.cart-item-title {
font-size: 1.1rem;
font-weight: bold;
}
.checkout-button {
background-color: #A52A2A;
color: #ffffff;
padding: 12px;
border-radius: 8px;
border: none;
width: 100%;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.checkout-button:hover {
background-color: #A52A2A;
color: #ffffff;
}
.add-back-button {
position: absolute;
top: -5px;
right: -10px;
font-size: 1rem;
padding: 0;
width: 30px;
height: 30px;
background-color: #fff;
color: #0FAA39;
border: 2px solid #0FAA39;
border-radius: 0;
cursor: pointer;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
z-index: 2;
}
.add-back-button:hover {
background-color: #fff;
color: #0FAA39;
border-color: #0FAA39;
z-index: 3;
}
.cart-item-details {
flex: 1;
margin-left: 15px;
}
.cart-item-quantity {
display: flex;
align-items: center;
margin-top: 5px;
}
.cart-item-quantity button {
width: 24px;
height: 24px;
border: none;
background-color: #f0f0f0;
font-size: 0.8rem;
font-weight: bold;
cursor: pointer;
}
.cart-item-quantity input {
width: 40px;
text-align: center;
border: none;
background-color: #f8f9fa;
font-size: 1rem;
margin: 0 5px;
}
.cart-summary {
position: relative;
text-align: left;
margin-top: 15px;
padding: 20px;
background-color: #fff;
border-radius: 12px;
border: 2px solid #fdf4e3;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.cart-item-instructions {
word-wrap: break-word;
white-space: normal;
overflow: hidden;
max-width: 100%;
word-break: break-word;
}
.coupon-selection {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1rem;
margin-bottom: 20px;
position: relative;
}
.coupon-selection label {
font-weight: bold;
color: black;
}
.coupon-selection a {
color: #007bff;
font-size: 1rem;
text-decoration: none;
text-align: right;
}
#couponDropdown {
width: 30%;
display: none;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 10;
margin-top: 10px;
margin-left: auto;
margin-right: 0;
}
#couponDropdown.show {
display: block;
}
.bill-details {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
margin-bottom: 10px;
}
.bill-details .label {
font-weight: 600;
font-size: 1rem;
}
.bill-details .amount {
text-align: right;
font-weight: 600;
font-size: 1rem;
}
.dotted-line {
border-bottom: 2px dotted #ccc;
margin: 15px 0;
}
.total-bill {
display: grid;
grid-template-columns: 1fr 1fr;
font-weight: 600;
font-size: 1.2rem;
margin-top: 10px;
margin-bottom: 10px;
}
.total-bill .label {
font-size: 1.1rem;
}
.total-bill .amount {
text-align: right;
font-size: 1.1rem;
color: #2e7d32;
}
.cart-summary.has-dropdown {
margin-bottom: 80px;
}
.suggestion-section {
margin-top: 25px;
padding: 15px;
background-color: #fff;
border-radius: 10px;
border: 2px solid #fdf4e3;
}
.suggestion-items-container {
display: flex;
overflow-x: auto;
gap: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
.suggestion-item {
display: flex;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
width: 160px;
padding: 10px;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
margin-right: 10px;
position: relative;
text-align: left;
overflow: visible;
border: 2px solid #fdf4e3;
}
.suggestion-item:hover {
transform: scale(1.05);
}
.suggestion-item img {
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 5px;
margin-right: 12px;
}
.suggestion-item div {
flex-grow: 1;
text-align: left;
}
.suggestion-items-container::-webkit-scrollbar {
height: 8px;
}
.suggestion-items-container::-webkit-scrollbar-thumb {
background-color: #fff;
border-radius: 4px;
}
.suggestion-items-container::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
.cart-item-actions {
display: flex;
align-items: flex-start;
margin-left: auto;
}
</style>
</head>
<body>
<!-- Top Orange Label Bar -->
<div class="top-bar">
<a href="/menu" class="back-link">
<span class="back-arrow">⟨</span>
<span class="back-label">Back to Menu</span>
</a>
</div>
<!-- Order History Title -->
<div class="order-heading">Your Cart</div>
<div class="container">
<div class="cart-container">
<div class="cart-container2">
{% for item in cart_items %}
<div class="cart-item">
<div class="image-wrapper">
<img src="{{ item.Image1__c }}" alt="{{ item.Name }}" onerror="this.src='/static/placeholder.jpg';">
</div>
<div class="cart-item-details">
<div class="cart-item-title">{{ item.Name }}</div>
<div class="cart-item-addons">
<small class="text-muted">Add-ons: {{ item.Add_Ons__c }}</small>
</div>
<div class="cart-item-instructions">
<small class="text-muted">Instructions: {{ item.Instructions__c or "None" }}</small>
</div>
<div class="cart-item-quantity mt-2">
<button onclick="updateQuantity('decrease', '{{ item.Name }}', '{{ customer_email }}')">-</button>
<input type="text" value="{{ item.Quantity__c|int }}" readonly data-item-name="{{ item.Name }}">
<button onclick="updateQuantity('increase', '{{ item.Name }}', '{{ customer_email }}')">+</button>
</div>
</div>
<div class="cart-item-actions">
<button type="button" class="btn btn-light text-dark remove-btn" onclick="removeItemFromCart('{{ item.Name }}')">
<i class="bi bi-trash"></i>
</button>
<div class="text-primary">${{ item.Price__c }}</div>
</div>
</div>
{% else %}
<p>No items in your cart.</p>
{% endfor %}
</div>
<!-- Suggestions Section -->
{% if suggestions %}
<div class="suggestion-section">
<h5>Complete Your Meal</h5>
<div class="suggestion-items-container">
{% for suggestion in suggestions %}
<div class="suggestion-item">
<img src="{{ suggestion.Image1__c }}" alt="{{ suggestion.Name }}" onerror="this.src='/static/placeholder.jpg';">
<div>
<div>{{ suggestion.Name }}</div>
<div class="text-muted">${{ suggestion.Price__c }}</div>
</div>
<button class="add-back-button" onclick="addToCartSuggestion('{{ suggestion.Name }}', '{{ suggestion.Price__c }}', '{{ suggestion.Image1__c }}', '{{ suggestion.Id }}')">+</button>
</div>
{% endfor %}
</div>
</div>
{% endif %}
<!-- Subtotal -->
<div class="cart-summary">
{% if coupons %}
<div class="coupon-selection d-flex justify-content-between align-items-center">
<label class="text-dark font-weight-bold mb-0">Apply Coupon</label>
<a href="javascript:void(0);" id="applyCouponLink" onclick="toggleCouponDropdown()" class="text-primary">+ Apply Coupon</a>
</div>
<select id="couponDropdown" class="form-select mt-2" style="display:none;" onchange="calculateDiscount()">
<option value="">Select a coupon</option>
{% for coupon in coupons %}
<option value="{{ coupon }}">{{ coupon }}</option>
{% endfor %}
</select>
{% endif %}
<div class="bill-details">
<div class="label">Cart Total</div>
<div class="amount">${{ subtotal }}</div>
<div class="label">Discount</div>
<div class="amount" id="discountText">-${{ discount }}</div>
</div>
<div class="dotted-line"></div>
<div class="total-bill">
<div class="label">To Pay</div>
<div class="amount" id="totalBillText">${{ subtotal }}</div>
</div>
<button class="checkout-button" onclick="proceedToOrder()">Proceed to Order</button>
</div>
</div>
</div>
<script>
function updateQuantity(action, itemName, customerEmail) {
let quantityInput = document.querySelector(`input[data-item-name="${itemName}"]`);
let quantity = parseInt(quantityInput.value);
if (action === 'increase') {
quantity++;
} else if (action === 'decrease' && quantity > 1) {
quantity--;
}
if (isNaN(quantity) || quantity < 1) {
alert("Invalid quantity!");
return;
}
fetch('/cart/update_quantity', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ email: customerEmail, item_name: itemName, quantity: quantity })
})
.then(response => response.json())
.then(data => {
if (data.success) {
quantityInput.value = quantity;
let itemElement = quantityInput.closest(".cart-item");
if (itemElement) {
let basePriceElement = itemElement.querySelector(".text-primary");
if (basePriceElement && data.new_item_price) {
basePriceElement.innerText = `$${data.new_item_price.toFixed(2)}`;
}
}
location.reload();
} else {
alert("Error updating quantity: " + data.error);
}
})
.catch(err => console.error("Error:", err));
}
function toggleCouponDropdown() {
let couponDropdown = document.getElementById('couponDropdown');
if (couponDropdown.style.display === "none" || couponDropdown.style.display === "") {
couponDropdown.style.display = "block";
} else {
couponDropdown.style.display = "none";
}
}
function calculateDiscount() {
let couponDropdown = document.getElementById('couponDropdown');
let selectedCoupon = couponDropdown.value.trim();
let subtotal = parseFloat("{{ subtotal }}");
if (selectedCoupon && selectedCoupon.toLowerCase() !== "none") {
let discount = subtotal * 0.10;
let total = subtotal - discount;
document.getElementById("discountText").innerText = `$${discount.toFixed(2)}`;
document.getElementById("totalBillText").innerText = `$${total.toFixed(2)}`;
} else {
document.getElementById("discountText").innerText = `$0.00`;
document.getElementById("totalBillText").innerText = `$${subtotal.toFixed(2)}`;
}
}
function proceedToOrder() {
let couponDropdown = document.getElementById('couponDropdown');
let selectedCoupon = "";
if (couponDropdown) {
selectedCoupon = couponDropdown.value ? couponDropdown.value.trim() : "";
}
if (selectedCoupon === "" || selectedCoupon === "None" || selectedCoupon === "Null") {
selectedCoupon = null;
}
fetch('/cart/checkout', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ selectedCoupon: selectedCoupon })
})
.then(response => response.json())
.then(data => {
if (data.success) {
alert(data.message);
window.location.href = '/order';
} else {
alert(data.error || data.message);
}
})
.catch(err => {
console.error('Error during checkout:', err);
alert('An error occurred during checkout. Please try again.');
});
}
function removeItemFromCart(itemName) {
fetch(`/cart/remove/${encodeURIComponent(itemName)}`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' }
})
.then(response => response.json())
.then(data => {
if (data.success) {
alert(data.message);
location.reload();
} else {
alert(data.message);
}
})
.catch(err => console.error('Error removing item:', err));
}
function addToCartSuggestion(itemName, itemPrice, itemImage, itemId) {
const customerEmail = "{{ customer_email }}";
const data = {
item_name: itemName,
item_price: itemPrice,
item_image: itemImage,
item_id: itemId,
addons: [],
instructions: "",
customer_email: customerEmail
};
fetch('/cart/add_suggestion_to_cart', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(data)
})
.then(response => response.json())
.then(data => {
if (data.success) {
alert('Item added to cart!');
location.reload();
} else {
alert('Error adding item to cart: ' + data.error);
}
})
.catch(err => console.error('Error adding item:', err));
}
</script>
</body>
</html> |