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
      • Preview when user is registered as bidder
      • Default Template
      • Additional components available in the template
      • Properties available in the template
    • Lot filtering section
    • Lot list item
    • Lot listing section
    • Lot view page template
    • Update Profile Page
    • Sell an item modal
    • Signup page inputs section

Lot bidding section for live auctions

  • Name: lotBiddingTemplateLive
  • Url: #/lots/{LOT_UUID}
  • Description: Lot bidding section for live auctions.

Preview when user is registered as bidder

lotBiddingTemplateLive.png

Default Template

<div class="ta-lot-bidding d-flex flex-column">
  <div class="ta-lot-bidding-timer d-flex align-items-center justify-content-between">
    <lot-countdown-timer :lot="lot"/>
    <watchlist-button :lot="lot"/>
  </div>
  <div class="ta-lot-bidding-content flex-grow-1">
    <bidding-latest-notification/>
    <hr>
    <bidding-start-price/>
    <bidding-actions>
      <bidding-commission-bid-input />
      <hr>
      <stream-bid-button />
      <bidding-limit />
      <login-signup-buttons/>
    </bidding-actions>
    <div v-if="mainConfig.descriptionInSidebar">
      <hr>
      <lot-view-description/>
    </div>
    <div v-if="mainConfig.sharesInSidebar">
      <hr>
      <SocialShareIcons :lot="lot"/>
    </div>
    <bidding-additional-links/>
  </div>
</div>

Additional components available in the template

<bidding-estimate /> - Show "Low - High" estimates in auction currency


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 bidding section
Next
Lot filtering section