Xtc address label()
Aus Wiki | xtcModified eCommerce Shopsoftware
[Bearbeiten] function xtc_address_label($customers_id, $address_id = 1, $html = false, $boln = , $eoln = "\n")
Liest Adressdaten eines Kunden aus Datenbank und gibt diese formatiert zurück.
| Parameter | |
| $customers_id (int) | Kunden ID |
| $address_id (int) | Adressbuch ID (address_book_id, address_book |
| $html (bool) | True: Adresse soll in HTML formatiert werden, false: Ascii |
| $boln (string, optional) | beginn of line (nur bei HTML), default: leer |
| $eoln (string, optional) | end of line (nur bei HTML), default: '\n' |
| Return | (string) formatierte Adresse |

