Skip to content

Commit

Permalink
Merge pull request #1134 from vishal-singh-webkul/gli-2012
Browse files Browse the repository at this point in the history
Removed: The gender icon from customer information in the AdminCartsController
  • Loading branch information
rohit053 authored Jul 2, 2024
2 parents 65b4bc7 + cc63671 commit da3fbbb
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@
<h3><i class="icon-user"></i> {l s='Customer information'}</h3>
{if $customer->id}
<a class="btn btn-default pull-right" href="mailto:{$customer->email}"><i class="icon-envelope"></i> {$customer->email}</a>
<h2>
{if $customer->id_gender == 1}
<i class="icon-male"></i>
{elseif $customer->id_gender == 2}
<i class="icon-female"></i>
{else}
<i class="icon-question"></i>
{/if}
<a href="{$link->getAdminLink('AdminCustomers')|escape:'html':'UTF-8'}&amp;id_customer={$customer->id|intval}&amp;viewcustomer">{$customer->firstname} {$customer->lastname}</a></h2>
<h4 style="padding-top:10px">
{l s='Customer Name'}:
<a href="{$link->getAdminLink('AdminCustomers')|escape:'html':'UTF-8'}&amp;id_customer={$customer->id|intval}&amp;viewcustomer">{$customer->firstname} {$customer->lastname}</a></h4>
<div class="form-horizontal">
<div class="form-group">
<label class="col-lg-3 control-label">{l s='Account registration date:'}</label>
Expand Down

0 comments on commit da3fbbb

Please sign in to comment.