#BLOCK("WITH_FORM_ERROR",#FormError)
#IF(#FormError)

{InputError}

{PleaseCorrectErrors}
#ENDIF #INCLUDE("INC-Errors") #INCLUDE("INC-Success")
  1. {Step1}
  2. {Step2}
  3. #IF( #Product.IsMaster )
  4. {StepVariation}
  5. #ENDIF
  6. {Step3}
  7. {Step4}
#LOCAL("Description",#ShortDescription)#IF(NOT #DEFINED(#ShortDescription))#SET("Description","")#ENDIF #SNIPPET("INC-WYSIWYG", "Name,Value,Head,InsertCompleteURL", "ShortDescription", #Description, "{Description} {MandatoryStar}", 1) #ENDLOCAL
#LOCAL("Description",#LongDescription)#IF(NOT #DEFINED(#LongDescription))#SET("Description","")#ENDIF #SNIPPET("INC-WYSIWYG", "Name,Value,Head,InsertCompleteURL", "LongDescription", #Description, "{LongDescription}", 1) #ENDLOCAL
#IF(#OnlineStatus == 2) #ELSE #ENDIF
#ENDBLOCK