From 1120fae3361c3da8cdc7304ca7d01791c2782feb Mon Sep 17 00:00:00 2001 From: "vishalsingh.qlo325" Date: Tue, 14 May 2024 15:32:02 +0530 Subject: [PATCH] Removed: The gender icon from customer information in the AdminCartsController --- .../template/controllers/carts/helpers/view/view.tpl | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/admin/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin/themes/default/template/controllers/carts/helpers/view/view.tpl index e802993eb..630836734 100644 --- a/admin/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -35,15 +35,9 @@

{l s='Customer information'}

{if $customer->id} {$customer->email} -

- {if $customer->id_gender == 1} - - {elseif $customer->id_gender == 2} - - {else} - - {/if} - {$customer->firstname} {$customer->lastname}

+

+ {l s='Customer Name'}: + {$customer->firstname} {$customer->lastname}