automatically fill name on card field
Posted: Fri Oct 03, 2008 1:31 pm
In the admin when you add an additional payment, it automatically fills the field with the bill to name.
CardName.Text = _Order.BillToFirstName + " " + _Order.BillToLastName;
Does anyone know the call out name of the 'name on card' field so it will automatically fill the name the customer actually entered previously for the name on card field. They bill to name and name on card do not always match.
CardName.Text = _Order.BillToFirstName + " " + _Order.BillToLastName;
Does anyone know the call out name of the 'name on card' field so it will automatically fill the name the customer actually entered previously for the name on card field. They bill to name and name on card do not always match.