#IF(#UnityDisplayUpsellBar) #INCLUDE("UpsellBar") #ENDIF
#IF(#Shop.MerchantWelcomeText)#Shop.MerchantWelcomeText[0]#ENDIF
    #LOCAL("NotificationCount", #COUNT(#ActiveShopNotifications)) #IF(#NotificationCount) #LOCAL("ShowMore", 0) #IF(#NotificationCount > 4) #SET("ShowMore", 1) #ENDIF #LOCAL("NotificationCounter", 0) #LOOP(#ActiveShopNotifications) #SET("NotificationCounter", #NotificationCounter + 1) #LOCAL("TemplateName","INC-ShopNotification-".#Alias) #INCLUDE(#TemplateName) #ENDLOCAL #ENDLOOP #ENDLOCAL #IF(#ShowMore)
  • #REM#ENDREM {UnityMoreNotifications}
  • #ENDIF #ENDLOCAL #ENDIF
  • {UnityNoNotification}

    {UnityNoNotificationInfoText}
  • #ENDLOCAL
#LOOP(#Session.User.MBOWidgets) #INCLUDE(#WidgetType.Template) #ENDLOOP
#IF(#Shop.MerchantWelcomeText2)#Shop.MerchantWelcomeText2[0]#ENDIF