From 726c45cf4186272c1047cd0f024e764cc43a1b44 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Jan 2025 09:35:03 +0100 Subject: [PATCH] =?UTF-8?q?handling=20coordonn=C3=A9es=20and=20VAT=20numbe?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template-components/artisans/card-artisans-single.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/template-components/artisans/card-artisans-single.php b/template-components/artisans/card-artisans-single.php index fe688dd..b36da11 100644 --- a/template-components/artisans/card-artisans-single.php +++ b/template-components/artisans/card-artisans-single.php @@ -14,6 +14,7 @@ $email = get_field('email', $postID); $website = get_field('website', $postID); $adresse = get_field('adresse', $postID); +$vatNumber = get_field('vat_number', $postID); // write_log(gettype($formattedPhoneNumber)); ?> @@ -23,7 +24,6 @@ $adresse = get_field('adresse', $postID);

-

$member) : ?> @@ -32,6 +32,8 @@ $adresse = get_field('adresse', $postID);

+

+

@@ -53,5 +55,8 @@ $adresse = get_field('adresse', $postID); + +

+ \ No newline at end of file