订单号:
{{ order.order_id }}
日期:
{{ order.order_time }}
规格:
{{ order.specifications }}
单价:
{{ order.unit_price }}{{ order.currency }}
数量:
{{ order.quantity }}
总价:
{{ order.total_price }}{{ order.currency }}
优惠:
{{ order.discount_amount }}{{ order.currency }}/{{ order.discount_info }}
实付款:
{{ order.actual_payment }}{{ order.currency }}
配件地址:
{{ order.shipping_address }}
物流信息:
{{ order.logistics_company }} {{ order.tracking_number }}
发货内容:
{{ order.seller_notes }}
买家备注:
{{ order.buyer_notes }}