Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
dancingPaul
dancingPaul
I can't seem to find the place in the code that populates the values of the form boxes on order_info.php under "checkout:: personal information". I already have the user's information saved in a session variable when they arrive to the checkout page, so I'd like to be able to pre-populate the values for name and email so the user doesn't need to retype it again, but I'm not sure where in the code is where I can do this, I see the variable in the template named {email}, {first_name} and {last_name}, and I can see where the value of the label is set in order_info.php, but not the value of what displays in the textbox. can somebody please help me track this down.