spanky
June 11, 2016, 1:23pm
1
is there a way to print the total of a product by subtracting the discount?
I mean:
hamburger 10 euro
coca cola 2 euro
10% discount should print me
hamburger 9 euro
coca cola 1.8 euro
thanks
If your using discount by setting a calculation no, calculations are a ticket level value not order level.
You would maybe be better using a negative order tag…
spanky
June 11, 2016, 1:44pm
3
I’m interested in printing the total of each product. I saw that on the payment screen if you apply a discount of the total of each product is updated. I want to print those values.
Really?
Surprised on that since discount calculation would be shown on the bottom/subtotal line…
I might be wrong then, check the template tags list to the right of the template (click help if its showing a preview)
{PRICE}
{TOTAL PRICE}
{TOTAL}
{TOTAL AMOUNT}
Jesse
June 11, 2016, 1:57pm
5
You can’t display on ticket what your asking. What you see is just a visual so you can split payments evenly. It’s still a ticket calculation not order calculation.
It’s a visual only reference but the calculation is still a ticket based Calc
Thanks @Jesse , didnt think you could.
but he could apply discounts to each order… in that case the ticket will be shown and printed as he asked…
I think that Q made a tutorial with discounts per order…
G.
If you do a search with “discount order”
you will find a lot of info regarding that, for example:
Is it possible to to block certain products in ticket from getting discount?
For example, if I typed beer, appetizer, main course
And I want to give the customer a 10% discount,But I do not want to make any discount for alcohol
Is it possible to mark alcohol products so they will not be affected by Ticket discounts?
Thanks.
Hello SambaPOS Community,
I was able to add 50% Discount following Emre’s tutorial, but I think we can enhance Order Tag discounts by asking for Discount amount.
Instead of always being 50% off, I would like to add a Order Tag discount to ask for amount to be discounted. For example, 10% off, 20% off.
Has anyone implemented this feature in SambaPOS?
As always, your time and help is always appreciated.
Hi,
This is what i did:
I created an order tag group called Discounts
Ticked Add tag price to order price
Created a 5% Discount in order tag list with mapping to all *
Created an action with 5% Discount with Action type of Tag order and Order Tag Name: Discounts and in Order Tag Price [=0-(Order.Model.GetVisiblePrice()*0.05)]
Created Rule with 5% Discount and Event Name: Order Tagged, Constraint of Order Tag Value= 5% Discount
Now when i select the item and then high light it it shows the or…
I’ve reviewed many different tutorials and I’m having a hard time finding the right way to apply a 25% discount to a specific item in an item group as well as its attached modifiers/order tags.
(1) Is there a way to map the discount button on the settlement screen to only specific item groups?
(2) If not is there an easy way to apply an order tag based upon the % of the selected item to include its attached order tags
**I’ve tried @QMcKay tutorial and I can’t get it to also adjust modifiers.
…
hope this helps you
spanky
June 26, 2016, 8:57pm
8
you could do this but do not know how to do.
using the numeric keypad to specify the% then pressing a button to update all of the ticket products
spanky
November 13, 2016, 7:00pm
9
Sorry if I open the topic.
I tried many solutions without success.
What I would do:
in the payments screen I would like via the numeric keypad to set the discount percentage and through a button to update the price of all products entered.