![]() |
Which template is the "on-screen reciept"?
Hello,
I have modifed my X-cart to make the "Company" field required. It prints very nicely on the customers e-mail reciept and my admin copy. However, the field does not display on the on-screen receipt that is displayed immediately after you place an order. Anyone know which template produces that particular screen? I've looked around but can't seem to find it. So far I've modified /skin1/mail/html/order_invoice.tpl, skin1/main/register_contact_info.tpl, and skin1/main/register_personal_info.tpl. Thanks! Frank M. |
Nevermind - found it.
For reference: the file is /customer/main/customer_details.tpl
{$lng.lbl_first_name}: {$userinfo.firstname} {$lng.lbl_last_name}: {$userinfo.lastname} {$lng.lbl_phone}: {$userinfo.phone} {$lng.lbl_fax}: {$userinfo.fax} {$lng.lbl_email}: {$userinfo.email} {$lng.lbl_company}: {$userinfo.company} {* -- Added this line -- *} {$lng.lbl_web_site}: {$userinfo.url} |
All times are GMT -8. The time now is 10:49 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.