louie_branch #87

Merged
MarkHipe merged 8 commits from louie_branch into main 2024-05-30 10:03:36 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4620fde33d - Show all commits

View File

@ -1802,7 +1802,7 @@ if ($_SESSION["userId"] <> "") {
<div class="header-top-download">
<!-- 04-01-2024 Stacy modified this block of code -->
<!-- <button class="text-upper" onclick="displayPopup()">Download App <i aria-hidden="true"></i></button> -->
<?php if(isset($customer_data)) { ?>
<?php if(!empty($customer_data)) { ?>
<button style="cursor:default;">Hi <span
class="text-upper"><?php echo $customer_data[0]['first_name'] ?>!</span></button>
<?php } else if (isset($vendorData)) {?>