From 0df7027851e1947a44944a9dba2c1d5ab011dfb6 Mon Sep 17 00:00:00 2001 From: Taukir Ahmed <73280535+taukir007@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:01:14 +0600 Subject: [PATCH] Refactor registration form: Separate username and phone number fields - Changed the phone number input field to be readonly and renamed it to 'phone_number'. - Introduced a new input field for 'username' in the registration section. - Adjusted the panel headings and layout for clarity and consistency. --- ui/ui/customer/register-otp.tpl | 46 ++++++++------------------------- 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/ui/ui/customer/register-otp.tpl b/ui/ui/customer/register-otp.tpl index 6aff70ad..649c2010 100644 --- a/ui/ui/customer/register-otp.tpl +++ b/ui/ui/customer/register-otp.tpl @@ -16,12 +16,13 @@
1. {Lang::T('Register as Member')}
+
-
@@ -50,9 +51,15 @@
-
2. {Lang::T('Password')}
+
2. {Lang::T('Username & Password')}
+ +
+ + +
+
@@ -82,36 +89,5 @@
- - -{if $_c['tawkto'] != ''} - - - -{/if} -{include file="customer/footer-public.tpl"} \ No newline at end of file + +{include file="customer/footer-public.tpl"}