To start, begin typing the card you would like to lookup.

You are modifying an order for {{activeOrder.name}}!

Please note, this kiosk is in edit mode. To cancel please click here.

Switch to Foil Switch to Regular {{activeCard.name}}
$ {{activeCard.pricingFor(foil).sell | formatNumber}}
Add to Buy List

$ {{activeCard.pricingFor(foil).buy.credit | formatNumber}}
{{activeCard.pricingFor(foil).buy.credit_text}}
Add to Sell List

$ {{activeCard.pricingFor(foil).buy.cash | formatNumber}}
{{activeCard.pricingFor(foil).buy.cash_text}}
Add to Sell List
I'm done Finish Transaction
Buying:
Name Price
{{(card.quantity > 1 ? card.quantity + 'x' : '') + (card.foil ? 'Foil ' : '') + card.name}} {{card.pricingFor(card.foil).sell | formatCurrency}}
Total: {{buyCashTotal() | formatCurrency}}
Selling:
Name Credit Cash
{{(card.quantity > 1 ? card.quantity + 'x' : '') + (card.foil ? 'Foil ' : '') + card.name}} {{card.pricingFor(card.foil).buy.credit | formatCurrency}} {{card.pricingFor(card.foil).buy.cash | formatCurrency}}
Totals: {{creditTotal() | formatCurrency:2}} {{cashTotal() | formatCurrency:2}}

Almost Finished!

We just need a few tidbits of information.

Total Cost: {{-finalCreditTotal() | formatCurrency:2}}

Desired Cash/Credit Split