in step 1 of checking out in zen-cart (shipping information) a small box holds the information such as name, address postcode etc for the customers delivery.
Currently this is in the following format:
NAME
LASTNAME
Address1
Address2
City
POSTCODE
Country
Is it possible to change this to something like
(MR/Mrs) NAME LASTNAME
Address1,
Address2,
City,
POSTCODE,
United Kingdom
???
Also, when a company name is used, the first and last name are not displayed, is it possible to 'switch this off' so that both sets of information are shown?
I know that the call is:
<?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['sendto'], true, '', '<br />'); ?>
can someone point me to documentation/tutorials of what the possible queries are for this function?
Thanks for any help in advance



