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

Auction View Page

  • Name: auctionViewPageTemplate
  • Url: #/auctions/{AUCTION_UUID}
  • Description: Entire Auction view page Template

Preview

auctionDetailsTemplate.png

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.

Last Updated:
Contributors: Zura Sekhniashvili
Prev
Auction Listing page
Next
Lot list item template on watchlist