Hi,
1. Sure ; you can almost display every HikaShop information in the "attach serial".
www.hikashop.com/support/documentation/1...ns-attachserial.html
* Order Customer... - Display an element from the table "user". You have the specify the column name. For dynamic text, namekey is "customer"
* Order Shipping... - Display an element from the table "address". You have the specify the column name. For dynamic text, namekey is "shipping"
* Order Billing... - Display an element from the table "address". You have the specify the column name. For dynamic text, namekey is "billing"
To display a custom field, you just need to know the type of field (user, address, etc) and the column name.
2. With generators based on the "random" one, you can set the format you want.
www.hikashop.com/support/documentation/1...ugins-randomgen.html
Regards,