[`Spammy order alert`]

[`The following order attempt was REJECTED because user acted like a bot. Order record has not been created yet. If this is a valid order, you will need to confirm it with the customer and manually place the order in your store backend.`]

{$subtotal = 0} {foreach $wa->shop->cart->items() as $item} {/foreach}
[`Qty`] [`Total`]
{$item.name|escape}{if !empty($item.sku_code)} {$item.sku_code|escape}{/if} × {$item.quantity} {shop_currency($item.price * $item.quantity, $item.currency)}
[`Total`] {shop_currency($wa->shop->cart->total(), true)}

[`Contact info`]

{foreach $customer_fields as $field_id => $field} {$field->getName()|escape}: {$customer->get($field_id, 'default')|escape}
{/foreach}
IP: {waRequest::getIp()}
User-Agent: {waRequest::getUserAgent()}>

--
{$wa->shop->settings("name")}
{$wa->shop->settings("email")}
{$wa->shop->settings("phone")}