${_(settings.PLATFORM_NAME + " (" + settings.SITE_NAME + ")" + " Electronic Receipt")}
${_("Order #")}${order.id} |
${_("Date:")} ${order.purchase_time.date().isoformat()} |
|||
${_("Items ordered:")} |
||||
${_("Qty")} | ${_("Description")} | ${_("Unit Price")} | ${_("Price")} | ${_("Currency")} |
---|---|---|---|---|
${item.qty} | ${item.line_desc} | ${"{0:0.2f}".format(item.unit_cost)} | ${"{0:0.2f}".format(item.line_cost)} | ${item.currency.upper()} |
${_("Total Amount")} | ||||
${"{0:0.2f}".format(order.total_cost)} |
${_("Note: items with strikethough like ")}this${_(" have been refunded.")}
${_("Billed To:")}
${order.bill_to_cardtype} ${_("#:")} ${order.bill_to_ccnum}
${order.bill_to_first} ${order.bill_to_last}
${order.bill_to_street1}
${order.bill_to_street2}
${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
${order.bill_to_country.upper()}