Look at the original post:
<L10>
sets font height to 1 and font width to 0.
<EB>
Enable Bold
<DB>
Disable Bold
Your company information can be written in anywhere you want it to appear in the Template:
<F>*
<L00>* HAPPY HOUR 3-5pm Mon-Fri *
<F>*
<L00>My company Information (address, phone)
In my Template, this information comes after the Payments Section, which makes it print at the very bottom of the Ticket. My Template also supplies the information at the very top of the Ticket via a Graphic stored in Printer Memory, and is called by the <XCT>
command.
[LAYOUT]
-- General layout
<XCT>29,40,76,6,0,48,69,32,32,1,1
<J00> |
<EB>
<T>Restaurant Name
<DB>
<J00>{TICKET DATE} {TICKET TIME}|Server: {USER NAME} #{TICKET NO}
{ENTITIES}
<EB>
[<L00>NOTE: {NOTE}]
<DB>
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J00>Total FREE:|{ORDER STATE TOTAL:Gift}]
<J00>Subtotal:|[=F(TN('{TICKET TOTAL}')-TN('{TAX TOTAL}'))]
<DB>
{TAXES}
<J00>Tax Total:|{TAX TOTAL}
{SERVICES}
<EB>
<J10>TOTAL:|($[=F(TN('{TICKET TOTAL}')/20)]) {TICKET TOTAL}
<DB>
<F>-
{PAYMENTS}
[<L00>CC Info: {TICKET TAG:CCtype} ({TICKET TAG:CCdigits})]
[<J00>CHANGE:|[=F(TN('{CHANGE TOTAL}'))]]
[<F>=
<J00>{TICKET TAG:GCN}|Balance: [=F(TN('{TICKET TAG:GCB}'))]]
<F>*
<L00>* HAPPY HOUR 3-5pm Mon-Fri *
<F>*
<L00>My company Information (address, phone)
[DISCOUNTS]
<J00>{CALCULATION NAME} {CALCULATION AMOUNT}|{CALCULATION TOTAL}
[PAYMENTS]
<J00>{PAYMENT NAME}: | {TENDERED}
[ORDERS]
-- Default format for orders
<J00>{QUANTITY} {NAME}|{PRICE} {TOTAL AMOUNT}
{ORDER TAGS}
[ORDERS:Gift]
-- Format for gifted orders
<J00>{QUANTITY} {NAME}|**FREE**
{ORDER TAGS}
[ORDERS:Void]
-- Nothing will print for void lines
[ORDER TAGS]
-- Format for order tags
<J00> {ORDER TAG QUANTITY} {ORDER TAG NAME}| {ORDER TAG PRICE}
[ENTITIES:Table]
-- Table entity format
<L00>Table: {ENTITY NAME}
[ENTITIES:Customer]
-- Customer entity format
<J00>Cust: {ENTITY NAME}|Bal: {ENTITY BALANCE}
[TAXES]
<J00>Tax {TAX NAME} ({TAX RATE}%):| {TAX AMOUNT}
[SERVICES]
<J00>{CALCULATION NAME} ([=F(TN('{CALCULATION AMOUNT}'))]):| {CALCULATION TOTAL}