<#if order.giftCardDoubleSpending>
You have received a new order from ${store.name} store!

New order #${order.number}

<#if order.pickupTime?has_content>
Total ${order.total} ${order.paymentStatus} ${order.dateCreated}, ${order.timeCreated}
Pickup date and time: ${order.pickupTime}

The order is underpaid because of a gift card issue

The ${order.giftCardMaskedCode} gift card had zero balance as it was fully redeemed in another order placed simultaneously with this one. View all the orders related to this gift card and decide how to proceed with this order.
View orders paid with this gift card
<#if order.orderComments?has_content>

Items

<#list order.items as orderItem>
<#if orderItem.imageUrl?has_content> ${orderItem.name}   <#list orderItem.options as option>
${orderItem.name}
SKU: #${orderItem.sku}
<#if option.fileUrls??> ${option.name}: <@fileLinks option.fileUrls/> <#else> ${option.name}: ${option.value}

Payment Amount: $${orderItem.quantity}.00

<#if order.shippingMethod?has_content> <#if order.handlingFee?has_content> <#list order.surcharges as surcharge> <#if surcharge.visible> <#list order.taxes as tax> <#list order.discounts as discount> <#if order.giftCardRedemption?has_content> <#if store.taxFreeBusiness>
Subtotal ${order.subtotal}
<#if order.shippingMethod.fulfillmentType == "DELIVERY"> <@rosetta.message key="NewOrderAdmin.Summary.delivery" /> <#else> Shipping ${order.shippingCost}
${order.handlingFee.name} ${order.handlingFee.value}
${surcharge.title} ${surcharge.totalValue}
${tax.name} ${tax.value}
${discount.name} -${discount.value}
${order.giftCardRedemption.name} -${order.giftCardRedemption.value}
Total ${order.total}
VAT is not charged (small business owner § 19 UStG)
Order comments
<#noescape>${order.orderComments}

Customer

${customer.name}
${customer.email} <#if order.isPickup && order.shippingAddress.phone?has_content>
${order.shippingAddress.phone}
<#if order.isPickup> <#else> <#if order.shippingAddress?has_content && order.shippingMethod.name?has_content>
<#if order.pickupTime?has_content>

Pickup Details

${order.shippingMethod}
<#noescape>${order.shippingInstruction}
Pickup date and time
${order.pickupTime}
<#if order.shippingAddress?has_content> <#if order.shippingAddress.phone?has_content> <#if order.shippingMethod?has_content && order.shippingMethod.name?has_content> <#if order.deliveryDate?has_content>

<#if order.shippingMethod.fulfillmentType == "DELIVERY"> <@rosetta.message key="NewOrderAdmin.Delivery.address" /> <#else> Ship to

${order.shippingAddress.name}
${order.shippingAddress}
Phone ${order.shippingAddress.phone}
<#if order.shippingMethod.fulfillmentType == "DELIVERY"> <@rosetta.message key="NewOrderAdmin.Delivery.method" /> <#else> Shipping method
${order.shippingMethod}
${order.shippingMethod.estimatedTransitTime}
<@rosetta.message key="NewOrderAdmin.DateTime.title" />
<#if order.deliveryTimeFrom?has_content && order.deliveryTimeTo?has_content> <@rosetta.message key="NewOrderAdmin.DateTimeInterval" params={ "date": order.deliveryDate, "timeFrom": order.deliveryTimeFrom, "timeTo": order.deliveryTimeTo } /> <#else> <@rosetta.message key="NewOrderAdmin.OnlyDate" params={ "date": order.deliveryDate } />
<#if order.billingAddress?has_content> <#if order.billingAddress.phone?has_content> <#if order.customerTaxId?has_content>

Billing Info

${order.billingAddress.name}
${order.billingAddress}
Phone ${order.billingAddress.phone}
VAT ID: ${order.customerTaxId}
Payment method
${order.paymentMethod}
© ${store.name} <#if store.officeAddress?has_content >
${store.officeAddress} <#if store.businessRegistrationID.value?has_content >
${store.businessRegistrationID.name}: ${store.businessRegistrationID.value}