Spaces:
Sleeping
Sleeping
File size: 19,792 Bytes
cfd7e45 6cca62e cfd7e45 6cca62e cfd7e45 6cca62e 5808600 c5af6b0 49eb28b 53c7c69 49eb28b 1f9cac2 49eb28b 7ee0769 8ff2179 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b a37f746 49eb28b a37f746 49eb28b 53c7c69 49eb28b 61f1964 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 49eb28b 53c7c69 cfd7e45 53c7c69 00fc9cd d9ea887 b35554e 53c7c69 49eb28b 53c7c69 4b7dc15 53c7c69 27b8a22 53c7c69 27b8a22 a150a72 53c7c69 27b8a22 6cca62e 53c7c69 6cca62e 53c7c69 6cca62e c6c5fff 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 53c7c69 813bd2f 6cca62e ebba6b0 6cca62e 5fc1dc7 6cca62e 3bfb127 c91af91 53c7c69 3e71efa 53c7c69 3bfb127 6cca62e 53c7c69 6cca62e 3bfb127 6cca62e 53c7c69 6cca62e 3bfb127 53c7c69 3bfb127 53c7c69 3bfb127 53c7c69 3bfb127 6cca62e 3bfb127 6cca62e 53c7c69 c6c5fff a150a72 a6b2ef0 c6c5fff 793139a 5ac8a7d |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Menu</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<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; /* Updated background color */
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.container {
max-width: 900px;
}
.menu-card {
max-width: 350px;
border-radius: 15px;
overflow: hidden;
background-color: #fff;
margin: auto;
}
.menu-image {
height: 200px;
width: 100%;
object-fit: cover;
border-radius: 15px 15px 0 0;
}
.card-title {
font-size: 1.2rem;
font-weight: bold;
}
.card-text {
font-size: 1rem;
color: #6c757d;
}
.btn-primary {
font-size: 14px;
font-weight: bold;
border-radius: 5px;
width: 100px;
background-color: #0FAA39; /* Updated button background color */
border-color: #28a745;
}
.btn-primary:hover {
background-color: #0FAA39;
border-color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus {
background-color: #4a5d68;
border-color: #ffffff;
box-shadow: none;
}
.view-cart-container {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
}
.view-cart-button {
background-color: #0FAA39; /* Updated View Cart button background color */
color: #fff;
padding: 10px 20px;
border-radius: 30px;
font-size: 1rem;
font-weight: bold;
text-decoration: none;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
}
.view-cart-button:hover {
background-color: #109835; /* Slightly darker shade for hover effect */
text-decoration: none;
}
.avatar-dropdown-container {
position: relative;
}
.avatar-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #5bbfc1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 20px;
font-weight: bold;
}
.dropdown-menu {
position: absolute;
right: 0;
top: 100%;
background-color: #fff;
border-radius: 5px;
width: 200px; /* Adjust width as needed */
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
display: none;
}
.avatar-dropdown-container:hover .dropdown-menu {
display: block;
}
.dropdown-menu .dropdown-item {
padding: 10px 15px;
text-decoration: none;
color: #333;
border-bottom: 1px solid #ddd;
display: block; /* Make each item stack vertically */
}
.dropdown-menu .dropdown-item:last-child {
border-bottom: none; /* Remove the bottom border from the last item */
}
.dropdown-menu .dropdown-item:hover {
background-color: #f1f1f1;
}
.fixed-search-container {
position: absolute;
top: 90px; /* Move it slightly lower */
left: 50%;
transform: translateX(-50%);
width: 80%;
max-width: 600px;
z-index: 999; /* Keep it above content */
background-color: white;
padding: 10px;
border-radius: 25px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.container {
margin-top: 180px; /* Adjust spacing based on navbar and search bar */
}
.fixed-top-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 54px; /* Adjust the height as needed */
z-index: 1000;
background-color: #FF6B35;
color: white;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center; /* Vertically align items */
z-index: 10000; /* Make sure it's at the top */
}
.avatar-dropdown-container {
position: absolute;
right: 20px; /* Adjust the value as needed to position it properly */
top: 50%; /* Adjust top to place it within the header */
transform: translateY(-50%); /* Correct the alignment to be perfectly centered */
display: flex;
align-items: center;
justify-content: center;
}
.search-bar-container {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: flex-start;
align-items: center;
width: 300px; /* Adjust width as needed */
}
.search-bar-container input {
width: 100%;
padding: 8px 10px 8px 30px; /* Add padding for the icon */
font-size: 16px;
border-radius: 20px;
border: none;
}
.search-icon {
position: absolute;
left: 10px; /* Position the icon inside the input box */
font-size: 20px;
color: #888; /* Icon color */
}
/* Style for customization sections */
.addon-section {
background-color: #f8f9fa; /* Light gray background */
border: 2px solid #ff6b35; /* Border color */
border-radius: 8px;
padding: 12px;
margin-bottom: 15px; /* Spacing between sections */
}
/* Customization section title */
.addon-section h6 {
margin-bottom: 10px;
font-size: 1.1rem;
font-weight: bold;
color: #333;
}
/* Style for add-on checkboxes */
.addon-section .form-check {
margin-left: 10px;
}
/* Category Filter with Custom Radio Buttons */
form.text-center.mb-4 {
display: flex;
flex-direction: column;
align-items: center;
}
.form-check {
display: inline-block;
margin-right: 15px;
margin-bottom: 10px; /* Add space between buttons */
}
.form-check-inline {
margin-right: 10px;
}
.form-check-label {
font-size: 16px;
margin-left: 8px; /* Space between radio button and label */
}
.custom-radio {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 18px;
height: 18px;
border: 2px solid #333;
border-radius: 50%;
margin-right: 10px; /* Increased spacing between button and label */
outline: none;
cursor: pointer;
position: relative;
}
.custom-radio:checked {
background-color: #007bff;
border-color: #007bff;
}
.custom-radio:checked::after {
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 8px;
height: 8px;
background-color: #fff;
border-radius: 50%;
}
.custom-radio:hover {
border-color: #007bff;
}
/* Optional: Style the labels */
.form-check-label {
font-size: 16px;
margin-left: 8px; /* Space between the radio button and the label */
}
</style>
</head>
<body>
<div class="fixed-top-bar">
<!-- Avatar and Dropdown -->
<div class="avatar-dropdown-container">
<div class="avatar-icon">
<span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
</div>
<div class="dropdown-menu">
<a href="{{ url_for('customer_details') }}" class="dropdown-item">View Profile</a>
<a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
<a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
</div>
</div>
<!-- Search Bar Section -->
<div class="search-bar-container">
<input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
<i class="bi bi-search search-icon"></i> <!-- Search icon inside the input -->
</div>
</div>
<!-- Category Filter with Custom Radio Buttons -->
<form method="get" action="/menu" class="text-center mb-4">
<label class="form-label fw-bold">Select a Category:</label>
<div class="form-check form-check-inline">
{% for category in categories %}
<input type="radio" id="category-{{ category }}" name="category" value="{{ category }}" class="custom-radio"
{% if selected_category == category %}checked{% endif %} onchange="this.form.submit()">
<label class="form-check-label" for="category-{{ category }}">{{ category }}</label>
{% endfor %}
<input type="radio" id="category-CustomizedDish" name="category" value="Customized Dish" class="custom-radio"
{% if selected_category == "Customized Dish" %}checked{% endif %} onchange="this.form.submit()">
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
</div>
</form>
<!-- Show menu items only when Customized Dish is not selected -->
<div class="container mt-4">
<h1 class="text-center">Menu</h1>
<!-- Display text boxes for Customized Dish -->
{% if selected_category == "Customized Dish" %}
<div id="custom-dish-form" class="mt-4">
<h3>Create Your Custom Dish</h3>
<form method="POST" action="/generate_custom_dish">
<div class="mb-3">
<label for="custom-dish-name" class="form-label">Dish Name</label>
<input type="text" class="form-control" id="custom-dish-name" name="name" required>
</div>
<div class="mb-3">
<label for="custom-dish-description" class="form-label">Dish Description</label>
<textarea class="form-control" id="custom-dish-description" name="description" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
{% else %}
<!-- Menu Sections -->
{% for section, items in ordered_menu.items() %}
<h3>{{ section }}</h3>
<div class="row">
{% for item in items %}
<div class="col-md-6 mb-4">
<div class="card menu-card">
<img src="{{ item.Image1__c }}" class="card-img-top menu-image" alt="{{ item.Name }}" onerror="this.src='/static/placeholder.jpg';">
<div class="card-body">
<h5 class="card-title">{{ item.Name }}</h5>
<p class="card-text">${{ item.Price__c }}</p>
<button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#itemModal"
onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
Add
</button>
</div>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
{% endif %}
</div>
<!-- View Cart Button -->
<div class="view-cart-container">
<a href="/cart" class="view-cart-button">
View Cart
</a>
</div>
<!-- Modal for Item Details -->
<div class="modal fade" id="itemModal" tabindex="-1" aria-labelledby="itemModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="itemModalLabel">Item Details</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<!-- Item Image -->
<img id="modal-img" class="img-fluid rounded mb-3 d-block mx-auto" alt="Item Image" style="max-height: 200px; object-fit: cover;">
<!-- Item Name -->
<h5 id="modal-name" class="fw-bold text-center"></h5>
<!-- Item Price -->
<p id="modal-price" class="text-muted text-center"></p>
<!-- Item Description -->
<p id="modal-description" class="text-secondary"></p>
<!-- Add-ons -->
<div id="modal-addons" class="modal-addons mt-4">
<h6>Customization Options</h6>
<div id="addons-list" class="addons-container">Loading customization options...</div>
</div>
<div class="mt-4">
<h6>Custom Request</h6>
<textarea id="modal-instructions" class="form-control" placeholder="Enter any special instructions here..."></textarea>
</div>
<span id="modal-section" data-section="" data-category="" style="display: none;"></span>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- JavaScript -->
<script>
function showItemDetails(name, price, image, description, section, selectedCategory) {
document.getElementById('modal-name').innerText = name;
document.getElementById('modal-price').innerText = `$${price}`;
document.getElementById('modal-img').src = image || '/static/placeholder.jpg';
document.getElementById('modal-description').innerText = description || 'No description available.';
document.getElementById('addons-list').innerHTML = 'Loading customization options...';
document.getElementById('modal-instructions').value = '';
// Set section and category for reference
const modalSectionEl = document.getElementById('modal-section');
modalSectionEl.setAttribute('data-section', section);
modalSectionEl.setAttribute('data-category', selectedCategory);
// Fetch customization options based on the section
fetch(`/api/addons?item_name=${encodeURIComponent(name)}&item_section=${encodeURIComponent(section)}`)
.then(response => response.json())
.then(data => {
const addonsList = document.getElementById('addons-list');
addonsList.innerHTML = ''; // Clear previous content
if (!data.success || !data.addons || data.addons.length === 0) {
addonsList.innerHTML = '<p>No customization options available.</p>';
return;
}
// Display customization options inside styled divs
data.addons.forEach(addon => {
const sectionDiv = document.createElement('div');
sectionDiv.classList.add('addon-section'); // Add styling class
// Add section title
const title = document.createElement('h6');
title.innerText = addon.name;
sectionDiv.appendChild(title);
// Create options list
const optionsContainer = document.createElement('div');
addon.options.forEach((option, index) => {
const optionId = `addon-${addon.name.replace(/\s+/g, '')}-${index}`;
const listItem = document.createElement('div');
listItem.classList.add('form-check');
listItem.innerHTML = `
<input type="checkbox" class="form-check-input addon-option" id="${optionId}" value="${option}"
data-name="${option}" data-price="${addon.extra_charge ? addon.extra_charge_amount : 0}">
<label class="form-check-label" for="${optionId}">${option} ${addon.extra_charge ? `($${addon.extra_charge_amount})` : ''}</label>
`;
optionsContainer.appendChild(listItem);
});
sectionDiv.appendChild(optionsContainer);
addonsList.appendChild(sectionDiv);
});
})
.catch(err => {
console.error('Error fetching add-ons:', err);
document.getElementById('addons-list').innerHTML = '<p>Error loading customization options.</p>';
});
}
function addToCartFromModal() {
const itemName = document.getElementById('modal-name').innerText;
let itemPrice = parseFloat(document.getElementById('modal-price').innerText.replace('$', ''));
if (isNaN(itemPrice)) {
alert('Invalid price for the item. Please check the item details.');
return;
}
const itemImage = document.getElementById('modal-img').src;
const modalSectionEl = document.getElementById('modal-section');
const section = modalSectionEl.getAttribute('data-section');
const selectedCategory = modalSectionEl.getAttribute('data-category');
let selectedAddOns = Array.from(
document.querySelectorAll('#addons-list input[type="checkbox"]:checked')
).map(addon => ({
name: addon.getAttribute('data-name') || 'Default Name',
price: parseFloat(addon.getAttribute('data-price') || 0)
}));
const instructions = document.getElementById('modal-instructions').value;
const cartPayload = {
itemName: itemName,
itemPrice: itemPrice,
itemImage: itemImage,
section: section,
category: selectedCategory,
addons: selectedAddOns,
instructions: instructions
};
fetch('/cart/add', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(cartPayload)
})
.then(response => response.json())
.then(data => {
if (data.success) {
alert('Item added to cart successfully!');
updateCartUI(data.cart);
const modal = document.getElementById('itemModal');
const modalInstance = bootstrap.Modal.getInstance(modal);
modalInstance.hide();
} else {
alert(data.error || 'Failed to add item to cart.');
}
})
.catch(err => {
console.error('Error adding item to cart:', err);
alert('An error occurred while adding the item to the cart.');
});
}
function updateCartUI(cart) {
const cartIcon = document.getElementById('cart-icon');
cartIcon.innerText = cart.length;
}
</script>
</body>
</html>
|