Lot list item template on my bids page
- Name:
iMadeBidLotListItemTemplate - Url:
#/my-bids - Description: Lot list item template on my bids page
Preview

Default Template
<div class="ta-lot-list-item-image-wrapper">
<lot-list-item-image :lot="lot" />
<lot-notify-start-button :lot="lot" />
</div>
<lot-winning-status :lot="lot" />
<div class="ta-lot-list-item-content">
<div class="ta-lot-list-item-desc">
<div class="ta-lotno-bids-info d-flex justify-content-between">
<lot-no :lot="lot" />
<lot-number-of-bids :lot="lot" />
</div>
<lot-list-item-title :lot="lot" />
<lot-collection-information :lot="lot" />
<lot-current-price :lot="lot" />
<lot-my-max-bid :lot="lot" />
<lot-buy-now-price :lot="lot" />
</div>
<div class="ta-lot-list-item-buttons">
<lot-add-to-watchlist :lot="lot" />
<lot-countdown-timer :lot="lot" />
</div>
</div>
TIP
This template uses the same default layout as lotListItemTemplate. All components, properties, and methods documented there are available here as well.
Available Components
All components from lotListItemTemplate — Available Components are available in this template.
<LotMyMaxBid />
Displays the current user's maximum bid amount for this lot, if one has been set. Particularly useful on the My Bids page to show users their auto-bid status.
Properties
All properties from lotListItemTemplate — Properties are available in this template.
lot
- Type:
object
The entire lot object. See lotBiddingTemplate — lot property for the full structure.
lotDynamicFields
- Type:
object
Key-value pairs of all available dynamic fields for this lot.
currentLocale
- Type:
string
The current locale from the lang configuration option.
fallbackLocale
- Type:
string
The fallback locale, always "en".
mainConfig
See documentation here
is_authorized
See documentation here
Methods
All methods from lotListItemTemplate — Methods are available in this template.