Receipt Not Found

Receipt not found

The receipt link may be invalid or expired.

SELECT O.OrderTypeID, O.BusinessID, O.Remarks, O.ID, O.BalanceApplied, O.PaymentID, O.TipAmount, B.Name, B.TaxRate, B.PayfritFee, COALESCE(P.PaymentPaidInCash, 0) AS PaymentPaidInCash, COALESCE(P.PaymentFromCreditCard, 0) AS PaymentFromCreditCard FROM Orders O JOIN Businesses B ON B.ID = O.BusinessID LEFT JOIN Payments P ON P.PaymentID = O.PaymentID WHERE O.UUID = Receipt Not Found

Receipt not found

The receipt link may be invalid or expired.

SELECT T.CreatedOn FROM Tasks T WHERE T.OrderID = LIMIT 1 SELECT Name AS tt_OrderTypeName FROM tt_OrderTypes WHERE ID = SELECT A.Line1 FROM Addresses A, Orders O WHERE O.UUID = AND A.ID = O.AddressID SELECT OL.ID, OL.Quantity, OL.Remark, I.ID, I.Name, I.Price, I.CategoryID FROM OrderLineItems OL JOIN Items I ON I.ID = OL.ItemID JOIN Orders O ON O.ID = OL.OrderID WHERE O.UUID = AND OL.ParentOrderLineItemID = 0 ORDER BY OL.AddedOn DESC Receipt - #htmlEditFormat(get_order_info.Name)#

#htmlEditFormat(get_order_info.Name)#

#htmlEditFormat(get_order_type.tt_OrderTypeName)# to #htmlEditFormat(get_address.Line1)#
Date #dateFormat(get_order_task.CreatedOn, "mmm d, yyyy")#
Time #timeFormat(get_order_task.CreatedOn, "h:mm tt")#
Order ###get_order_info.ID#
#htmlEditFormat(get_order_info.Remarks)#
SELECT I.Name, I.Price, I.ParentItemID FROM OrderLineItems OL JOIN Items I ON I.ID = OL.ItemID WHERE OL.ParentOrderLineItemID = ORDER BY OL.AddedOn DESC SELECT Name FROM Items WHERE ID =
ItemQtyPriceTotal
#htmlEditFormat(get_parent_items.Name)# #get_parent_items.Quantity# #dollarFormat(get_parent_items.Price)# #dollarFormat(line_total)#
#htmlEditFormat(get_mod_parent_name.Name)#: #htmlEditFormat(get_child_items.Name)# (#dollarFormat(get_child_items.Price)#) #dollarFormat(mod_total)#
#htmlEditFormat(get_parent_items.Remark)#
Subtotal #dollarFormat(cart_grand_total)#
Tax #dollarFormat(tax_amount)#
Service fee #dollarFormat(round(payfrit_fee_raw * 100) / 100)#
Delivery fee #dollarFormat(PaymentDeliveryFee)#
Tip #dollarFormat(receiptTip)#
Processing fee #dollarFormat(cardFee)#
Balance applied -#dollarFormat(receiptBalanceApplied)#
Total #dollarFormat(order_grand_total)#