Auction View Page
- Name:
auctionViewPageTemplate
- Url:
#/auctions/{AUCTION_UUID}
- Description: Entire Auction view page Template
Preview
Default Template
<auction-info/>
<lot-list-and-filters>
<lot-list-filters/>
<div class="ta-lot-section">
<div class="ta-lot-list-header-top">
<lot-keyword-search/>
<jump-to-lot/>
</div>
<hr class="mt-0">
<div class="ta-lot-list-header ">
<lot-list-per-page-select/>
<div class="ta-lot-search-wrapper mb-3">
<sorting-dropdown/>
<lot-list-switch-view/>
<lot-list-filter-mobile-button/>
</div>
</div>
<lot-list-items/>
</div>
</lot-list-and-filters>
There is a template for <auction-info/>
component called auctionDetailsTemplate.md, which can be configured separately.