{{ category }}
{{ item.name }}
{{ item.description }} {{ renderPrice(item.price) }} Ordered {{ itemOrderedQuantity(item) }}
{{ option.name }} +{{ renderPrice(option.price) }} Ordered {{ optionOrderedQuantity(item, option) }}
Welcome to Dave's! Order your favorites from our convenient online menu below for dine in or take out 24 hours a day. And from the staff at Dave's: Thanks for stopping by!
Now by popular demand from our many loyal customers, ALL PRICES HAVE BEEN PERMANENTLY REDUCED!
{{ orderMessage }}
Item | Cost | Quantity | Total |
---|---|---|---|
{{ item.name }} | {{ renderPrice(item.price, '$') }} | {{ item.quantity }} | {{ renderPrice(item.price * item.quantity, '$') }} |
TOTALS | {{ calculateOrderQuantity() }} | {{ renderPrice(calculateOrderTotal(), '$') }} | |
SALES TAX | {{ renderPrice(calculateOrderSalesTax(), '$') }} | ||
ORDER TOTAL | {{ renderPrice(calculateOrderTotal() + calculateOrderSalesTax(), '$') }} |