Checkout
Review your selections and provide details
Your Name
Table Number
Order Summary
Your cart is empty.
Subtotal
Total
({ menu: elem._id, qty: elem.qty, note: elem.note, additionalMenus: elem.additionalMenus ? elem.additionalMenus.filter(a => a.qty > 0) : [] })) }; axios.post('/front/api/order', dataInput).then(res => { orders = []; updateCartSession(orders).then(() => { window.location.href = '/multiresto/orders'; }); }).catch(err => alert('Gagal memproses pesanan')); " class="w-full bg-primary-500 text-white flex justify-between items-center py-4 px-6 rounded-full font-bold text-lg shadow-lg hover:bg-primary-600 transition">
Place Order