<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

<#if addItemObj?has_content>


<#assign addItemList = addItemObj.itemListing!> <#if addItemList?has_content> <#list addItemList as addItemObj> <#assign addItem = addItemObj.addItemCall!> <#assign isSaved = addItemObj.isSaved!> <#assign isAutoRelist = addItemObj.isAutoRelist!> <#assign requireEbayInventory = addItemObj.requireEbayInventory!> <#assign item = addItem.getItem()!> <#assign primaryCate = item.getPrimaryCategory()!> <#assign storeFront = item.getStorefront()!> <#if isProductId == item.getSKU()!> <#assign smallImageUrl = ""> <#if contentList?has_content> <#list contentList as content> <#if content.product.productId! == item.getSKU()!><#assign smallImageUrl = content.productContentWrapper.get("SMALL_IMAGE_URL", "url")!> <#if !smallImageUrl?string?has_content><#assign smallImageUrl = "/images/defaultImage.jpg">
ItemID Item Fee
${uiLabelMap.CommonSave} <#-- request.setAttribute("isSaved")--> <#if isSaved?? && isSaved=="Y"> Verifly Item Remove <#--a href="#" class="buttontext">Save and ${uiLabelMap.EbayExportToEbay}
  • Product ${item.getSKU()!}

<#--tr> <#if item.getCountry().value()??> <#assign country = Static["org.ofbiz.entity.util.EntityUtil"].getFirst(delegator.findByAnd("Geo", {"geoCode": item.getCountry().value()}, null, false))/> <#if country?has_content> <#assign countryname = country.geoName/> <#if isReserve?? && isReserve == true>
SiteId <#assign site = item.getSite().value()!>
${uiLabelMap.FormFieldTitle_ebayCategory}
${uiLabelMap.EbayChangeCategory} ${uiLabelMap.EbaySet}
${priCateName!}
Store category 1
Store category 2
Title
SKU
PictureURL <#assign pic = item.getPictureDetails()!> <#assign picUrls = pic.getPictureURL()!> <#assign picUrl = picUrls[0]!>
Description
${uiLabelMap.CommonCountry}
${uiLabelMap.FormFieldTitle_location}
Enable auto-relist item checked="checked"/>
Require eBay Inventory checked="checked"/>

Small Image
${uiLabelMap.ProductProductId} : ${item.getSKU()!}
${uiLabelMap.ProductProductName} : ${item.getTitle()!}
${uiLabelMap.CommonDescription} : ${item.getDescription()!}
<#if primaryCate?has_content && primaryCate.getCategoryID()?? && listingTypes?has_content> <#if checkSpecific == "true">
  • Item specifices

<#list categorySpecifix?keys as key> <#assign values = categorySpecifix.get(key)!/> <#assign i = 0/> <#list values?keys as nameSpecific> <#assign itemSpecifics = values.get(nameSpecific)!/> <#if itemSpecifics?has_content> <#assign i = i + 1/>
${nameSpecific!}
<#if primaryCate?has_content && primaryCate.getCategoryID()?? && listingTypes?has_content>
  • Details

<#if language?has_content && language != "en"> <#rt/>
Add a theme
Select Theme <#if adItemTemplates?has_content>
Select Design <#if adItemTemplates?has_content>

<#if primaryCate?has_content && primaryCate.getCategoryID()?? && listingTypes?has_content>
  • Listing Type


    <#assign id = 1> <#assign tabName = ""> <#list listingTypes as listingType> <#-- default with aution and fixed price --> <#if listingType.type.equals("Chinese") || listingType.type == "FixedPriceItem"> <#if listingType.type.equals("Chinese") > <#assign tabName = "Auction"> <#if listingType.type.equals("FixedPriceItem") > <#assign tabName = "Fixed Price">
  • style="margin-left: 1px" id="tabHeaderActive_"<#else> id="tabHeader_${id}" >${tabName!}
  • <#assign id = id + 1>
<#assign id = 1> <#list listingTypes as listingType> <#if listingType.type.equals("Chinese") || listingType.type! == "FixedPriceItem"> <#if listingType.type.equals("Chinese") > <#assign tabName = "Auction"> <#if listingType.type.equals("FixedPriceItem") ><#assign tabName = "Fixed Price">
style="display:none;">
<#if productPrices?has_content> <#list productPrices as productPrice> <#assign currencyUomId = productPrice.currencyUomId!> <#if productPrice.productPriceTypeId == "MINIMUM_PRICE"> <#assign min = productPrice.price!> <#elseif productPrice.productPriceTypeId == "MAXIMUM_PRICE"> <#assign max = productPrice.price!> <#if listingType.type.equals("FixedPriceItem") > <#else> <#if !listingType.type.equals("FixedPriceItem") > <#if listingType.type.equals("FixedPriceItem") >
<#if listingType.type.equals("Chinese")> ${tabName!} <#--${tabName!} <#elseif listingType.type == "FixedPriceItem"> ${tabName!} <#--input type="checkbox" value="Y" name="enabledFixedPrice_${id}" />${tabName!} Duration <#assign durations = listingType.durations!> <#if durations?has_content>
${uiLabelMap.CommonQuantity} <#if listingType.type.equals("FixedPriceItem") > <#else> Lot Size
Start Price ${currencyUomId!} Start Price ${currencyUomId!} BIN Price disabled="disabled" />${currencyUomId!}
Reserve Price disabled="disabled" />${currencyUomId!}
VATPercent Postal code
Enable Best Offer

<#assign id = id + 1>
<#if primaryCate?has_content && primaryCate.getCategoryID()?? && listingTypes?has_content>
  • Payment

<#if is_payPal == true>

${uiLabelMap.FormFieldTitle_paymentMethodsAccepted}

<#assign is_payPal = false> <#if paymentMethods?has_content> <#assign j = 0> <#list paymentMethods as paymentMethod> <#if paymentMethod.value()??> <#if j == 0> <#if paymentMethod.compareTo(buyerPayMethCode_PAY_PAL!) == 0 > <#assign is_payPal = true> <#if j == 3> <#assign j = 0> <#else> <#assign j = j+1>
${paymentMethod.value()!}
<#--assign i = 0> <#list paymentMethods as paymentMethod> ${paymentMethod.value()!}<#if i==3>
<#assign i = -1> <#assign i=i+1>
${uiLabelMap.FormFieldTitle_payPalEmail}

<#if primaryCate?has_content && primaryCate.getCategoryID()?? && listingTypes?has_content>
  • Shipping Service

Demestic Shipping Service
Ships to locations:
<#if shippingLocationDetails?has_content> <#assign j=0> <#list shippingLocationDetails as shippingLocationDetail> <#assign shippingLocation = shippingLocationDetail.getShippingLocation()!> <#if j==0> <#if j==3><#assign j=0><#else><#assign j=j+1>
${shippingLocationDetail.getDescription()!}
<#--if addItemList?has_content>
${uiLabelMap.EbayExportToEbay} VeriflyItem