{Product} | #IF(#Product)#Product.Name (#Product.Alias)#ENDIF |
{Auction} |
![]() |
{Status} | #IF(#Status == 2) {running} #ELSIF(#Status == 4) {ended} #ENDIF |
{Name} | #Name |
{SubTitle} | #SubTitle |
{Description} | #Description[slice:100,html] |
{StartTime} | #StartTime[datetime] |
{EndTime} | #EndTime[datetime] |
{CurrentBid} | #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#DEFINED(#EbayShopEnvironment.EbayEnvironment.CurrencyID) AND #DEFINED(#ShopCurrencyID) AND #EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) #CurrentBid[money] #ENDIF #ENDLOCAL #ENDLOOP |
{BidCount} | #BidCount[integer] |
{ListPrice} | #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#DEFINED(#EbayShopEnvironment.EbayEnvironment.CurrencyID) AND #DEFINED(#ShopCurrencyID) AND #EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) #StartPrice[money] #ENDIF #ENDLOCAL #ENDLOOP |
{SellCount} | #BidCount[integer] |
{Category} | #EbayCategoryId (#JOIN(" / ",#EbayCategory.Path) #Name #ENDJOIN) |
{EbayStoreCategory} 1 | #IF(#EbayStoreCategoryId == 0) --- #ELSE #LOOP(#EbayStoreCategories) #IF(#EbayStoreCategoryId == #CategoryID) #Name #ENDIF #ENDLOOP #ENDIF |
{EbayStoreCategory} 2 | #IF(#EbayStoreCategory2Id == 0) --- #ELSE #LOOP(#EbayStoreCategories) #IF(#EbayStoreCategory2Id == #CategoryID) #Name #ENDIF #ENDLOOP #ENDIF |
{ListingType} | #IF(#ListingType EQ "Chinese") {ChineseAuction} #ELSIF(#ListingType EQ "FixedPriceItem") {FixedPriceItemAuction} #ENDIF |
{Quantity} | #Quantity |
#IF(#ListingType EQ "FixedPriceItem") {Price} #ELSE {StartPrice} #ENDIF | #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#DEFINED(#EbayShopEnvironment.EbayEnvironment.CurrencyID) AND #EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) #StartPrice[money] #ENDIF #ENDLOCAL #ENDLOOP |
{Duration} | #Duration {DaysFuzzy} |
{DispatchTimeMax} | #DispatchTimeMax {DaysFuzzy} |
{BuyItNowPrice} | #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) #BuyItNowPrice[money] #ENDIF #ENDLOCAL #ENDLOOP |
{IsPrivate} | {yes} |
{Bold} | {yes} |
{IsHighlight} | {yes} |
{IsBordered} | {yes} |
{HitCounter} | #IF(#HitCounter EQ "NoHitCounter") {NoHitCounter} #ELSIF(#HitCounter EQ "BasicStyle") {BasicStyle} #ELSIF(#HitCounter EQ "RetroStyle") {RetroStyle} #ELSIF(#HitCounter EQ "HiddenStyle") {HiddenStyle} #ENDIF |
{IsFeatured} | {yes} |
{IsHomePageFeatured} | {yes} |
{Gallery} | #IF(#Gallery EQ "None") {NoGallery} #ELSIF(#Gallery EQ "Gallery") {NormalGallery} #ELSIF(#Gallery EQ "Featured") {FeaturedGallery} #ENDIF |
{GalleryUrl} | #GalleryUrl |
{PictureUrl} | #PictureUrl |
{ShippingMethods} |
#LOOP(#AuctionShippingMethods)
#EbayShippingMethod.NameOrAlias
#LOOP(#Shop.Currencies)
#LOCAL("ShopCurrencyID", #CurrencyID)
#IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID)
(#Price[money]#IF(#DEFINED(#AdditionalPrice)) / #AdditionalPrice[money]#ENDIF)
#ENDIF
#ENDLOCAL
#ENDLOOP #ENDLOOP #LOOP(#AuctionShippingLocations) #EbayShippingLocation.NameOrAlias #EbayShippingMethod.NameOrAlias #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) (#Price[money]#IF(#DEFINED(#AdditionalPrice)) / #AdditionalPrice[money]#ENDIF) #ENDIF #ENDLOCAL #ENDLOOP #ENDLOOP |
{PaymentMethods} |
#LOOP(#AuctionPaymentMethods)
#EbayPaymentMethod.NameOrAlias #ENDLOOP |