#WITH(#EbayDefaultAuction) #IF(NOT #COUNT(#Shop.EbayShopEnvironments)AND NOT #COUNT(#Shop.EbayShopEnvironments))

{Notification}

{createAShopEnvironmentFirst}
{CreateEnvironment}

#ENDIF

{TitleStep}

{Edit}
{EbayShopEnvironment} #IF(#EbayShopEnvironment) #EbayShopEnvironment.Name ({Environment} #EbayShopEnvironment.EbayEnvironment.Name) #ELSE {noShopEnvironment} #ENDIF

#IF(#DEFINED(#EbayStoreCategoryId)) #ENDIF #IF(#DEFINED(#EbayStoreCategory2Id)) #ENDIF

{Categories}

{Edit}
{Category} 1 #EbayCategoryId (root #LOOP(#EbayCategory.Path) / #Name#ENDLOOP)
{Category} 2 #SecondCategoryId (root #LOOP(#SecondEbayCategory.Path) / #Name#ENDLOOP)
{EbayStoreCategory} 1 #LOOP(#EbayStoreCategories) #IF(#EbayStoreCategoryId == #CategoryID)#Name#ENDIF #ENDLOOP
{EbayStoreCategory} 2 #LOOP(#EbayStoreCategories) #IF(#EbayStoreCategory2Id == #CategoryID)#Name#ENDIF #ENDLOOP
{ListingType} #IF(#ListingType EQ "Chinese") {ChineseAuction} #ELSIF(#ListingType EQ "FixedPriceItem") {FixedPriceItemAuction} #ENDIF

#IF(#DispatchTimeMax) #ENDIF #IF(#IsBuyItNowEnabled) #ENDIF #IF(#IsNew) #ENDIF #IF(#AcceptsReturnPolicy) #ENDIF #IF(#IsGetItFast) #ENDIF #IF(#IsPrivate) #ENDIF #IF(#IsBoldTitle OR #IsHighlight OR #IsBordered OR #HitCounter OR #IsFeatured OR #IsHomePageFeatured OR #Gallery)

{Details}

{Edit}
{Quantity} #Quantity
{StartPrice} #IF(#EbayShopEnvironment) #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) #StartPrice[money] #ENDIF #ENDLOCAL #ENDLOOP #ELSE #StartPrice[money] #ENDIF
{Duration} #Duration {DaysFuzzy}
{DispatchTimeMax} #DispatchTimeMax {DaysFuzzy}
{BuyItNow} {yes}
{ConditionNew} {yes}
{AcceptsReturnPolicy} {yes}
{GetItFast} {yes}
{IsPrivate} {yes}

#ENDIF #IF(#IsBoldTitle) #ENDIF #IF(#IsHighlight) #ENDIF #IF(#IsBordered) #ENDIF #IF(#HitCounter) #ENDIF #IF(#IsFeatured) #ENDIF #IF(#IsHomePageFeatured) #ENDIF #IF(#Gallery) #ENDIF #IF(#GalleryUrl AND #PictureUrl NE " ") #ENDIF #IF(#PictureUrl AND #PictureUrl NE " ") #ENDIF

{LayoutStep}

{Edit}
{Bold} {yes}
{IsHighlight} {yes}
{IsBordered} {yes}
{HitCounter} #IF(#HitCounter EQ "NoHitCounter") {NoHitCounter} #ELSIF(#HitCounter EQ "BasicStyle") {BasicStyle} #ELSIF(#HitCounter EQ "GreenLED") {GreenLED} #ENDIF
{IsFeatured} {yes}
{IsHomePageFeatured} {yes}
{Gallery} #IF(#Gallery EQ "None") {NoGallery} #ELSIF(#Gallery EQ "Gallery") {NormalGallery} #ELSIF(#Gallery EQ "Featured") {FeaturedGallery} #ELSIF(#Gallery EQ "Plus") {GalleryPlus} #ENDIF
{GalleryUrl} #GalleryUrl
{PictureUrl} #PictureUrl

{Shipping}

{Edit}
{ShippingMethods} #LOOP(#AuctionShippingMethods) #EbayShippingMethod.NameOrAlias #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) (#Price[money]) #ENDIF #ENDLOCAL #ENDLOOP
#ENDLOOP

#LOOP(#AuctionShippingLocations) #EbayShippingLocation.NameOrAlias: #EbayShippingMethod.NameOrAlias #LOOP(#Shop.Currencies) #LOCAL("ShopCurrencyID", #CurrencyID) #IF(#EbayShopEnvironment.EbayEnvironment.CurrencyID EQ #ShopCurrencyID) (#Price[money]) #ENDIF #ENDLOCAL #ENDLOOP
#ENDLOOP

{Payment}

{Edit}
{PaymentMethods} #LOOP(#AuctionPaymentMethods) #EbayPaymentMethod.NameOrAlias
#ENDLOOP
#ENDWITH