#LOCAL("DisplayFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #UNDEF, "Shippo"))
#IF(#DisplayFeature EQ "Allowed")
#IF(#ShippoConnectionValidated)
#IF(#DEFINED(#IsShippoAppInstalled))
{ShippoConnected}
#ELSE
#ENDIF
#ELSE
{InputError}
#IF(#InvalidShippoParameters)
{InvalidShippoParameters}
#ENDIF
#IF(#NoShippoProviderMethod)
{NoShippoProviderMethod}
#ENDIF
#IF(NOT #IsInstalledOk)
{ShippoInstallationError}
#ENDIF
#ENDIF
#ELSE
#ENDIF
#ENDLOCAL