Artisio Webapp + Timed Auctions
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
Webhooks
Release Notes
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
Webhooks
Release Notes
  • Webapp Templates

    • Template Configuration
    • Auction Details
    • Auction Filters Section
    • Auction List Item
    • Auction Listing page
    • Auction View Page
    • Lot list item template on watchlist
    • Favorite lot listing page
    • Home page
    • Lot list item template on my bids page
    • My bids lot listing page
    • Lot bidding section
    • Lot bidding section for live auctions
    • Lot filtering section
    • Lot list item
    • Lot listing section
    • Lot view page template
      • Preview
      • Default Template
    • Update Profile Page
    • Sell an item modal
    • Signup page inputs section

Lot view page template

  • Name: lotViewTemplate
  • Url: #/lots/{LOT_UUID}
  • Description: Lot inner view page template

Preview

lotViewTemplate.png

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


Last Updated:
Contributors: Zura Sekhniashvili
Prev
Lot listing section
Next
Update Profile Page