#WITH_ERROR(#FormError)
#IF(#INPUT.ChangeAction EQ "End")

{Ended}


#ENDIF #IF(#Listing_OK)

{Listed}


#ELSIF(#Listing_NOK)

{ListingFailed}

{PleaseVerifyAccess}

#ENDIF #IF(#OnlineStatus == 1) #IF(#DEFINED(#ErrorMessages))

{ListingFailed}

{PleaseCorrectErrors}

#IF(#DEFINED(#ErrorMessage))
  • #ErrorMessage
#ENDIF
#ENDIF #ENDIF #IF(NOT #PortalConfig.IsSettingsComplete)

{Error}

{AccountSettingsIncomplete} {CompleteAccountSettings}

#ENDIF #REM Only regular products or child products can be assigned #ENDREM #IF((NOT #COUNT(#Product.SubProducts)) OR (#Product.SuperProduct)) #INCLUDE("AssignForm") #ELSE

{Notification}

{SubProductsMustBeAssignedSeparately} {PleaseAssignSubProducts}
#ENDIF
#REM Show detail form for super products and PSIN-assigned regular products. #ENDREM #IF (#PSIN OR ((#COUNT(#Product.SubProducts)) AND NOT(#Product.SuperProduct))) #INCLUDE("DetailForm") #ENDIF
#ENDWITH_ERROR
#IF(#COUNT(#Product.SubProducts) AND NOT #Product.SuperProduct) #ELSE #IF (#PSIN) #REM Name save button according to online status. #ENDREM #IF(#REM #OnlineStatus == 4 OR #ENDREM #OnlineStatus == 1) #ELSE #ENDIF #REM Add Start - End buttons according to online status #ENDREM #IF(#OnlineStatus > 1 AND #OnlineStatus < 8) #ELSIF(#OnlineStatus == 8 OR #OnlineStatus == 0) #IF(NOT (#Product.UPCEAN) OR (NOT #PortalConfig.IsSettingsComplete)) #ENDIF #ENDIF #ELSE #IF(#COUNT(#Pager.Items) == 1 AND #PortalConfig.IsSettingsComplete) #ENDIF #ENDIF #ENDIF #IF(#INPUT.PopUp) #ENDIF
{MandatoryFields}