#WITH_ERROR(#FormError)
#IF(#ExportSuccessful)

{Notification}

{ExportSuccessful}

#ENDIF #IF(#UploadNotSuccessful)

{Error}

{UploadNotSuccessful}

#ELSIF(#UploadSuccessful)

{Notification}

{UploadSuccessful}

#ELSIF(#Shop.TaxModel NE #PortalSite.TaxModel)

{Notification}

{DifferentTaxModels}

#ENDIF #IF((#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE") AND (NOT #DEFINED(#System.KelkooFranceFTPLogin) OR NOT #DEFINED(#System.KelkooFranceFTPPassword)))

{Notification}

{AskAdmin}

#ENDIF #IF(#FormError)
#IF(#FormErrors.Reason.NoShipping)

{InputError}

{NoShippingSelected} #ELSIF(#FormErrors.Form.ExportPortalConfig)

{ExportErrors}

{ExportErrorDetails}

{Details}
#LOOP(#FormErrors.Form.ExportPortalConfig.Errors) #IF(#Reason EQ "ProductNotVisible") #ELSIF(#Reason EQ "ProductNoName") #ELSIF(#Reason EQ "ProductNoPrice") #ELSIF(#Reason EQ "ProductNoShipping") #ELSIF(#Reason EQ "ProductNoImage") #ELSIF(#Reason EQ "INVALID_CHARACTER" AND (#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE")) #ELSIF(#Reason EQ "ValueTooLong") #ELSIF(#Reason EQ "TaxModelMismatch") #ELSE #ENDIF #ENDLOOP
{SKU} {Name} {Error}
#Product.Alias#Product.Name[slice:40,html] {ProductNotSetVisible}
({NoExport})
#Product.Alias {ProductNoName}
({NoExport})
#Product.Alias#Product.Name[slice:40,html] {NoPriceSpecified}
({NoExport})
#Product.Alias#Product.Name[slice:40,html] {NoShippingAvailable}
({NoExport})
#Product.Alias#Product.Name[slice:40,html] {ProductNoImage}
({NoExport})
#Product.Alias#Product.Name[slice:40,html] La description de votre produit contient des caractères spéciaux non acceptés par Kelkoo. Merci de bien vouloir la modifier.
#Product.Alias#Product.Name[slice:40,html] #IF(#AttributeName EQ "title") {ValueTooLongName}#ELSE {ValueTooLongDescr}#ENDIF{DifferentTaxModels}{UnknownError} #Reason: #Name (#Message)
#ELSIF(#FormErrors.Errors)

{InputError}

#LOOP(#FormErrors.Errors) #IF(#Reason EQ "InvalidEmail")

{InvalidEmail}

#ELSIF(#Reason EQ "TACNotAccepted")

{TACNotAccepted}

#ENDIF #ENDLOOP #ENDIF
#ENDIF

{Kelkoo}

#REM#ENDREM #IF(#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE") Pour référencer vos offres sur Kelkoo et bénéficier de l'offre de test gratuit, rendez-vous sur l'extranet marchand de Kelkoo disponible ici {RegisterPortal}
Une fois inscrit, vous pourrez charger votre catalogue (en respectant le format Kelkoo) sur l'extranet. Vous trouverez toutes les informations techniques nécessaires directement sur l'extranet.
#IF(#DEFINED(#PortalSite.PortalURL)) {LinkToPortal} #ENDIF #ELSE {KelkooConfigsInfo1}
{ShopURL}: #Shop.WebUrl
{KelkooConfigsInfo2}
{RegisterPortal} #IF(#DEFINED(#PortalSite.PortalURL)) {LinkToPortal} #ENDIF #ENDIF

#IF(#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE")
{MerchantRegistrationData}
{ShowTAC}
{MandatoryStar} {AcceptTAC}
#ENDIF #LOCAL("ErrorDescriptionAttributeID", 0) #IF(#FormError) #SET("ErrorDescriptionAttributeID", #DescriptionAttribute) #IF(#ErrorDescriptionAttributeID EQ "")#SET("ErrorDescriptionAttributeID", 0)#ENDIF #ELSIF(#DEFINED(#DescriptionAttribute)) #SET("ErrorDescriptionAttributeID", #DescriptionAttribute.ID) #ENDIF #LOCAL("ErrorImageAttributeID", 0) #IF(#FormError) #SET("ErrorImageAttributeID", #ImageAttribute) #IF(#ErrorImageAttributeID EQ "")#SET("ErrorImageAttributeID", 0)#ENDIF #ELSIF(#DEFINED(#ImageAttribute)) #SET("ErrorImageAttributeID", #ImageAttribute.ID) #ENDIF #WITH(#Shop.ProductClass) #ENDWITH#ENDLOCAL#ENDLOCAL #IF(#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE") #ENDIF
{KelkooFranceMerchantEMail} {MandatoryStar}

{Country} #PortalSite.Country.Native
{Language} #LOCAL("CurrentLanguageID", #PortalSite.Language.LanguageID) #LOOP(#Shop.Languages) #IF(#LanguageID == #CurrentLanguageID)#Native#ENDIF #ENDLOOP #ENDLOCAL
{CurrencyID} #PortalSite.Currency.Symbol

{ExportAllProducts}
{ExportAllVariations}

{ShippingMethod} {MandatoryStar} #LOCAL("IsMethodCorrect", 0) #IF(#DEFINED(#ShippingMethod.Region)) #LOOP(#ShippingMethod.Region.Countries) #IF(#CountryID == #PortalSite.Country.CountryID) #SET("IsMethodCorrect", 1) #ENDIF #ENDLOOP #ELSE #SET("IsMethodCorrect", 1) #ENDIF #LOCAL("ErrorShippingMethodID", 0) #IF(#FormError) #SET("ErrorShippingMethodID", #ShippingMethod) #IF(#ErrorShippingMethodID EQ "")#SET("ErrorShippingMethodID", 0)#ENDIF #ELSIF(#DEFINED(#ShippingMethod)) #SET("ErrorShippingMethodID", #ShippingMethod.ID) #ENDIF #ENDLOCAL #IF(NOT #IsMethodCorrect)
 {CountryNotInMethod}#ENDIF #ENDLOCAL
{ImageAttribute}
{Description} {MandatoryStar}

{HowToUploadQuestion}

{AutoExportandUpload}
  {ExportInterval}
  {LastExportDate} #IF(#LastExportDate) #LastExportDate[date] #ELSE - #ENDIF
  {NextExportDate} #IF(#ExportInterval > 0) #NextExportDate[date] #ELSE - #ENDIF
  {LastUploadDate} #IF(#DEFINED(#LastUploadDate)) #LastUploadDate[date] #ELSE - #ENDIF
#ENDWITH_ERROR
#IF(#PortalSite.Alias EQ "Kelkoo_fr_FR" OR #PortalSite.Alias EQ "Kelkoo_fr_BE") #IF(#IsFranceWebUpload) #ELSE #ENDIF #ELSE #ENDIF
{MandatoryFields}
#IF(#FUNCTION("MENU_COUNT", "RelatedTopic") > 0)

{RelatedTopics}

#ENDIF