Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
array(17) {
["name"]=> NULL
["company"]=> NULL
["gender"]=> NULL
["csID"]=> NULL
["vat_id"]=> NULL
["shop_id"]=> NULL
["ID"]=> NULL
["cIP"]=> NULL
["street_address"]=> NULL
["suburb"]=> NULL
["city"]=> NULL
["postcode"]=> NULL
["state"]=> NULL
["country"]=> NULL
["format_id"]=> NULL
["telephone"]=> NULL
["email_address"]=> NULL
}
$city = $order->customer['city'];
$smarty->assign('address_label_customer',xtc_address_format($order->customer['format_id'], $order->customer, 1, '', '<br />'));
$smarty->assign('vorname',xtc_address_format($order['customers_firstname'], $order->customer, 1, '', '<br />'));