Your Bid:
${ _applyMoneyFormat(this.modal.attributes.bid / 100, currency.name) }
Buyer's Premium ${ seller_bp.format == 'percent' ? ('(' + seller_bp.amount + '%)') : ''}:
${ _applyMoneyFormat(sellerBpAmount(modal.attributes.bid / 100), currency.name) }
Buyer's Premium():
${ _applyMoneyFormat(auctoBpAmount(modal.attributes.bid / 100), currency.name) }
Times the money: x${ current_lot.quantity }
Total:
${ _applyMoneyFormat(
(modal.attributes.bid + sellerBpAmount(modal.attributes.bid) + auctoBpAmount(modal.attributes.bid))
* current_lot.quantity / 100, currency.name
)
}
Uh Oh! You have been Out Bid!
Uh Oh! Your Max Bid was not high enough!
The current bid is
${ _applyMoneyFormat(currentBid(current_lot.id).amount / 100, currency.name) }
Please choose a suggested max bid below: