Hi NIcolas,
Sorry, still no change in the email. The 'track' field still doesn't show up
Here the PRELOAD_VERSION after I changed what you said:
$vars = array(
'LIVE_SITE' => HIKASHOP_LIVE,
'URL' => $order_url,
'ORDER_PRODUCT_CODE' => (bool)$config->get('show_product_code', false),
'order' => $data->cart,
'billing_address' => @$data->cart->billing_address,
'shipping_address' => @$data->cart->shipping_address,
);
And here the HTML version that goes with it:
<h1 style="color:#1c8faf !important;font-size:16px;font-weight:bold;border-bottom:1px solid #ddd;padding-top:10px;padding-bottom:10px;">
VERZENDINFORMATIE
</h1>
<p>
<span style="color:#1c8faf !important;font-size:12px;font-weight:bold;">Uw Track en Trace nummer :</span> {VAR:ORDER.TRACK}
</p>
<p style="border-bottom:1px solid #ddd;padding-bottom:10px;">
I tried both order.track ORDER.TRACK order.TRACK but no difference.