From b26a585ce769408fee0fb9b56013c48160dde01c Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 9 Nov 2021 22:53:33 +0100 Subject: [PATCH] Added tel and mailto links to order contacts --- Layout/default/Order/Index.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index 500bf6037..d0c7c6bd1 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -293,16 +293,16 @@ owner->country?> Telefon - owner->phone?> + owner->phone) ? "".$order->owner->phone."" : ""?> Mobiltelefon - owner->mobile?> + owner->mobile) ? "".$order->owner->mobile."" : ""?> Fax - owner->fax?> + owner->fax) ? "".$order->owner->fax."" : ""?> Email - owner->email?> + owner->email) ? "".$order->owner->email."" : ""?> @@ -334,16 +334,16 @@ billingaddress->country?> Telefon - billingaddress->phone?> + billingaddress->phone) ? "".$order->billingaddress->phone."" : ""?> Mobiltelefon - billingaddress->mobile?> + billingaddress->mobile) ? "".$order->billingaddress->mobile."" : ""?> Fax - billingaddress->fax?> + billingaddress->fax) ? "".$order->billingaddress->fax."" : ""?> Email - billingaddress->email?> + billingaddress->email) ? "".$order->billingaddress->email."" : ""?> @@ -729,16 +729,16 @@ owner->country?> Telefon - owner->phone?> + owner->phone) ? "".$order->owner->phone."" : ""?> Mobiltelefon - owner->mobile?> + owner->mobile) ? "".$order->owner->mobile."" : ""?> Fax - owner->fax?> + owner->fax) ? "".$order->owner->fax."" : ""?> Email - owner->email?> + owner->email) ? "".$order->owner->email."" : ""?> @@ -770,16 +770,16 @@ billingaddress->country?> Telefon - billingaddress->phone?> + billingaddress->phone) ? "".$order->billingaddress->phone."" : ""?> Mobiltelefon - billingaddress->mobile?> + billingaddress->mobile) ? "".$order->billingaddress->mobile."" : ""?> Fax - billingaddress->fax?> + billingaddress->fax) ? "".$order->billingaddress->fax."" : ""?> Email - billingaddress->email?> + billingaddress->email) ? "".$order->billingaddress->email."" : ""?>