#IF(#UnityDisplayUpsellBar) #INCLUDE("UpsellBar") #ENDIF
#IF(#Shop.MerchantWelcomeText)
#Shop.MerchantWelcomeText[0]
#ENDIF
#IF(NOT #Shop.HideNextStepsTile) #IF(#FUNCTION("ShowNextStepsTile", #Shop.Object))

{GettingStarted}

{FirstStepsTileText}

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

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