ive tried other combo too, but these are the main …
im trying to get Total amount - tag price (them who are not display)
eg. i would get : the price of the soup (got it) + chicken price (its 0.5) displayed on ticket near soup.
in fact i want the price with price tag included, but without those the tag price are displayed.
but the tag price is empty so i can’t use expression…
cant find a answer on the forum, looking at it since 2 days '(((
already tried.
look screenshot.
its give me 1.75. the price of the soup.
wanna get price of the soup + price of chicken (0.5) (chicken tag have Add Tag Price To Order Price enabled)
[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{TOTAL AMOUNT}
{ORDER TAGS}
[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | [{ORDER TAG PRICE}]
Then insert {ORDERS} where you want it in your template.
That works in v5… not sure about v4
Here is example print… Ketchup is price not included in order price but jalapeno is included in order price. Base price is 2.80 for hamburger. Jalapeno is .50 ketchup .25
I am using version 5.2.3 If that does not work in v4 then its time you upgrade to v5.
It may not be possible to mix the two. But I am checking… it seems that {TOTAL PRICE} works fine if all of the tags have price included but if one tag does not then it breaks it. That could be a bug. Again I am working in v5 though so if it is a bug you will never get a fix in v4 since its pretty much depricated now and no support anymore.
EDIT: Actually I understand now… its working as intended but we would need a new feature to make this work.
and about {PRICE TAG} ???
why this tag is empty ???
need action/rules to fill it ??
a bit laborious if i must do a action/rule for every singles tags order oO (but i will, if not choice xd)
If you have Happy Hour Price definition with a tag of HH you can display the HH using {PRICE TAG} so in your case its empty because there is no Price Tag.
dont have this tag.
i understand why {PRICE TAG} was empty ^^
will kept to find a tricks to achieve what i want, not sure its possible, but will try
dont have {ORDER TAG TOTAL PRICE}. but {ORDER TAG TOTAL:X}
just tried {ORDER TAG TOTAL:{NAME}} in [order tag] section.
display me .50, so i could remove it from total amount. but ive tried with another tag.
(so 1 tag add to order, 1 tag 0.5, 1 tag 0.25)
and still display .50
im keep trying
and yeah if its not possible, ill rethink the flow, no choice ^^
Let me correct myself it may be possible but it would be way to much work just for something that simple. At least in v5 it may be possible with some jscript but v4 it may not be possible at all. Even if we got it to work in v5 it would be a lot of trouble for that simple price.
He wants both included and excluded order tags. Problem is we do not have a Printer Tag to differentiate those. The only tags we have adds all order tag prices or none.
Your best bet would be create separate products for Chicken Soup instead of using order tags for that. Its more work but that’s the proper way to set it up to use order tags for modifiers.