#LOCAL("IsMethodCorrect", 1)
#REM #ENDREM
#LOCAL("ErrorShippingMethodID", 0)
#IF(#FormError)
#SET("ErrorShippingMethodID", #ShippingMethod)
#IF(#ErrorShippingMethodID EQ "")#SET("ErrorShippingMethodID", 0)#ENDIF
#ELSIF(#DEFINED(#ShippingMethod))
#SET("ErrorShippingMethodID", #ShippingMethod.ID)
#ENDIF
#ENDLOCAL
#IF(NOT #IsMethodCorrect)

{CountryNotInMethod}#ENDIF
#ENDLOCAL