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

Auction Listing page

  • Name: auctionListPageTemplate
  • Url: #/auctions
  • Description: Auction Listing page template.

Preview

auctionDetailsTemplate.png

Default Template

<auction-list-filters/>
<div class="ta-auction-section">
    <div class="ta-auction-list-header-top">
        <auction-keyword-search/>
    </div>
    <hr class="mt-0">
    <div class="ta-auction-list-header ">
        <per-page-select/>
        <div class="ta-auction-search-wrapper mb-3">
            <sorting-dropdown/>
            <switch-view/>
        </div>
    </div>
    <auction-list-items/>
    <div class="ta-auction-list-footer">
        <pagination-summary/>
        <pagination-buttons/>
    </div>
</div>
Last Updated:
Contributors: Zura Sekhniashvili
Prev
Auction List Item
Next
Auction View Page