#IF(#INPUT.NEW_VARIATIONPRODUCT)
#ENDIF
#IF(#OBJECT_EXISTS)
{InputError}
{ObjectExists}
#ELSIF(#FormError)
#LOCAL("CommonError", 1)
#IF(#COUNT(#FormErrors.Form.Delete.Errors))
#LOOP(#FormErrors.Form.Delete.Errors)
#IF(#Reason EQ "DeleteProductStillBundled")#SET("CommonError", 0)
{Notification}
{DeleteProductStillBundled}
#ENDIF
#ENDLOOP
#ELSIF(#COUNT(#FormErrors.Form.SaveAppointment.Errors))
#LOOP(#FormErrors.Form.SaveAppointment.Errors)
#IF(#Reason EQ "FLOAT_TOO_LARGE")#SET("CommonError", 0)
{InputError}
{MaxStockLevelAppointment}
#ELSIF(#Reason EQ "WrongMinOrderOrStockLevel")#SET("CommonError", 0)
{InputError}
{WrongMinOrderOrStockLevel}
#ENDIF
#ENDLOOP
#ELSIF(#COUNT(#FormErrors.Form.Save.Errors))
#LOOP(#FormErrors.Form.Save.Errors)
#IF(#Reason EQ "SHORTURL_ALREADY_EXISTS")#SET("CommonError", 0)
{InputError}
{SHORTURL_ALREADY_EXISTS}
#ELSIF(#Reason EQ "INVALID_CHARACTER")#SET("CommonError", 0)
{InputError}
{SHORTURL_INVALID_CHARACTER}
#ELSIF(#Reason EQ "MissingEcoParticipationCategory")#SET("CommonError", 0)
{InputError}
{MissingEcoParticipationCategory}
#ENDIF
#ENDLOOP
#ENDIF
#IF(#FormErrors.Reason.VIRUS_FOUND)
Die Datei wurde nicht gespeichert, da ein Verdacht auf Virenbefall besteht. Überprüfen Sie diese Datei auf Ihrem Computer mit einem aktuellen Viren-Scanner.
#ELSIF(#CommonError)
{InputError}
{PleaseCorrectErrors}
#ENDIF
#ENDLOCAL
#ENDIF
#IF(#DELETE)
{AcceptAction}
#IF(#COUNT(#SubProducts) AND NOT #SuperProduct)
{AcceptActionInfo}
#ENDIF
#ENDIF
#IF((NOT #DELETE) AND (NOT #SuperProduct) AND (#IsVisible) AND (#DEFINED(#StockLevel)) AND (#StockLevel <= 0) AND (#Shop.ProductLowOnStockAction == 3))
{StockLevel}: #StockLevel[float] #OrderUnit.Name - {StockLevelSettingsInfo}
{StockLevelSettingsInfoText}
#ENDIF
#LOCAL("LoopItems",#Session.User.MBOUI_ProductDetailPage)
#IF(NOT #DEFINED(#LoopItems))#SET("LoopItems", #MBOUI_ProductDetailPage)#ENDIF
#LOOP(#LoopItems)
#BLOCK("WITH_FORM_ERROR", #FormError)
#IF(NOT(#IsDownloadProduct AND #alias EQ "Delivery"))
-
#INCLUDE("TabPage-".#alias)
#ENDIF
#ENDBLOCK
#ENDLOOP
#ENDLOCAL
#SNIPPET("SNIPPET-TipsAndTricks","Menu","Product-TipsAndTricks")