Your Bid:
${ _applyMoneyFormat(this.modal.attributes.bid / 100, currency.name) }
Removal:
${ _applyMoneyFormat(modal.attributes.removal / 100, currency.name) }
Buyer's Premium ${ seller_bp.format == 'percent' ? ('(' + seller_bp.amount + '%)') : ''} :
${ _applyMoneyFormat(sellerBpAmount(modal.attributes.bid / 100), currency.name) }
Buyer's Premium(${ aucto_bp.amount }%):
${ _applyMoneyFormat(auctoBpAmount((parseFloat(modal.attributes.bid) + parseFloat(modal.attributes.removal)) / 100), currency.name) }
Times the money: x${ current_lot.quantity }
Total:
${ _applyMoneyFormat(
(modal.attributes.bid + parseFloat(modal.attributes.removal) + sellerBpAmount(modal.attributes.bid) + auctoBpAmount(parseFloat(modal.attributes.bid) + parseFloat(modal.attributes.removal)))
* current_lot.quantity / 100, currency.name
)
}
Aucto Buyer’s Premium is calculated based on the sum of the winning bid, the removal fee, and other surcharges charged to this lot.
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:
${ _applyMoneyFormat(suggested_bid / 100, currency.name) }
Buy It Now Price:
${ _applyMoneyFormat(this.modal.attributes.bid / 100, currency.name) }
Removal:
${ _applyMoneyFormat(modal.attributes.removal / 100, currency.name) }
Buyer's Premium ${ seller_bp.format == 'percent' ? ('(' + seller_bp.amount + '%)') : ''} :
${ _applyMoneyFormat(sellerBpAmount(modal.attributes.bid / 100), currency.name) }
Buyer's Premium(${ aucto_bp.amount }%):
${ _applyMoneyFormat(auctoBpAmount((parseFloat(modal.attributes.bid) + parseFloat(modal.attributes.removal)) / 100), currency.name) }
Total:
${ _applyMoneyFormat(
(modal.attributes.bid + modal.attributes.removal + sellerBpAmount(modal.attributes.bid) + auctoBpAmount(parseFloat(modal.attributes.bid) + parseFloat(modal.attributes.removal)))
* current_lot.quantity / 100, currency.name
)
}
Aucto Buyer’s Premium is calculated based on the sum of the winning bid, the removal fee, and other surcharges charged to this lot.