Alexbranding Unitheme Checkout Page Inputs

Hi all,

My client wants me to seperate First name and last name inputs on Checkout page. Do you know if possible to do without coding? If no , could you please help how to do by coding.

i am using UniTheme 2 Multivendor (Advanced) - mv5

Screenshot 2022-02-03 at 12.48.40.png

design/themes/responsive/templates/views/checkout/components/profile_fields.tpl

Try to replace

{$name_field_names = [“firstname”, “lastname”, “s_firstname”, “s_lastname”, “b_firstname”, “b_lastname”]}

with

{$name_field_names = []}

Then clear cache

(!) Not tested

It worked under the overrides directory ! Thanks!

You are welcome!