Tag Printing on Customer Receipt

I followed this tutorial from QMcKay to create discounts using order tags, but I am not able to print Order Tags on Customer Receipt.

What tag should I use to print Discount Amount on Customer Receipt. Right now it is only printing ***DISCOUNTED [Need Discount Amount here].

Thanks,

Post your Customer Receipt printer template

{ORDER TAG PRICE}
This is the tag you need in your template…

If you can post your template I can help you place it in the right spot.

Hi @kendash,

Below is my Customer Receipt. Thanks for your help.

[LAYOUT]
– General layout



Customer Receipt

Table No: {ENTITY NAME:Table} Ticket No:{TICKET NO} {ENTITY NAME:Customer} Date: {TICKET DATE} Time: {TIME} Server: {USER NAME} - {ORDERS} = {DISCOUNTS} [Total Gift:|{ORDER STATE TOTAL:Gift}] Sub-Total:|{PLAIN TOTAL} Sales Tax:|{TAX TOTAL} TOTAL:|{TICKET TOTAL} {PAYMENTS} = -T H A N K Y O U-

[DISCOUNTS]
{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[PAYMENTS]
{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
– Default format for orders
- {QUANTITY} {NAME}|{PRICE}
{ORDER TAGS}

[ORDERS:Gift]
– Format for gifted orders
- {QUANTITY} {NAME}|GIFT
{ORDER TAGS}

[ORDERS:Void]
– Nothing will print for void lines

[ORDER TAGS]
– Format for order tags
{ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
– Table entity format
Table: {ENTITY NAME}

[ENTITIES:Customer]
– Customer entity format
Customer: {ENTITY NAME} | {ENTITY DATA:Phone}

OK try this template.

[LAYOUT]
-- General layout



Customer Receipt



Table No: {ENTITY NAME:Table}
Ticket No:{TICKET NO}
{ENTITY NAME:Customer}

Date: {TICKET DATE}
Time: {TIME}
Server: {USER NAME}
-
{ORDERS}
=

{DISCOUNTS}
[Total Gift:|{ORDER STATE TOTAL:Gift}]
Sub-Total:|{PLAIN TOTAL}
Sales Tax:|{TAX TOTAL}
TOTAL:|{TICKET TOTAL}
{PAYMENTS}

=
-T H A N K   Y O U-

[DISCOUNTS]
{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[PAYMENTS]
{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
-- Default format for orders
- {QUANTITY} {NAME}|{PRICE}
{ORDER TAGS}
   
[ORDERS:Gift]
-- Format for gifted orders
- {QUANTITY} {NAME}|GIFT

[ORDERS:Void]
-- Nothing will print for void lines

[ORDER TAGS]
-- Format for order tags
      {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
-- Table entity format
Table: {ENTITY NAME}

[ENTITIES:Customer]
-- Customer entity format
Customer: {ENTITY NAME} | {ENTITY DATA:Phone} 

@kendash,

Thanks for your help. I will try it Friday and will let you know.

@kendash

Thanks for posting the template. I checked your template, but I can not seem to find the difference.

Can you highlight the difference?

Thank you.

I believe your issue is something else entirely. With the method of setting price using variable and expression for some reason it is not reading {ORDER TAG PRICE} I read where @QMcKay has already brought it to @emre attention in a different post.

{ORDER TAG PRICE} should have shown the value of the price in ORDER TAG If you set static prices for ORDER TAGs it works fine.

I have not built a Discount solution yet. I plan to soon.