Lot view page template
- Name:
lotViewTemplate
- Url:
#/lots/{LOT_UUID}
- Description: Lot inner view page template
Preview
Default Template
<lot-view-header>
<div class="row align-items-center">
<div class="col-md-8">
<div class="ta-lot-breadcrumbs">
<lot-view-breadcrumbs />
<jump-to-lot />
</div>
</div>
<div class="col-md-4">
<lot-view-prev-next-buttons />
</div>
</div>
</lot-view-header>
<div class="row ta-lot-view-wrapper">
<div class="col-lg-8 ta-lot-view-content">
<div class="ta-lot-title-wrapper">
<lot-view-title/>
<lot-view-lot-no/>
</div>
<lot-view-images/>
<lot-view-social-share/>
<lot-view-description class="d-none d-lg-block" />
</div>
<div class="col-lg-4 ta-lot-view-bidding">
<lot-view-bidding/>
</div>
<div class="col-lg-8 ta-lot-description-mobile d-block d-lg-none mt-3">
<lot-view-description />
</div>
</div>
Properties available in the template
lot
- object
Lot object
lotDynamicFields
- object
Dynamic fields of the lot
currentLocale
- string
Main language of the Web App
fallbackLocale
- string
Fallback language of the Web App
mainConfig
- object
The configuration properties given to window.artisioWebApp