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
      • Preview
      • Default Template
    • 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

Lot list item template on my bids page

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

Preview

iMadeBidLotListItemTemplate.png

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-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>

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
Home page
Next
My bids lot listing page