#LOCAL("ShowBothTabPages", NOT(#UseMWSAccount))
#WITH_ERROR(#FormError)
#IF(#FormError) #LOCAL("UnspecifiedError",1) #IF(#COUNT(#FormErrors.Form.LoginData.Errors))#SET("UnspecifiedError",0)#ENDIF
#LOOP(#FormErrors.Form.LoginData.Errors) #IF(#Reason EQ "LoginFailed")

{LoginFailed}

{PleaseCorrectYourLoginDetails}

#ELSIF(#Reason EQ "InvalidMerchantToken")

{LoginFailed}

{PleaseCorrectYourToken}

#ELSIF(#Reason EQ "LoginMWSFailed")

{LoginFailed}

{PleaseCorrectErrors}

#ELSE #SET("UnspecifiedError",1) #ENDIF #ENDLOOP #IF(#UnspecifiedError)

{InputError}

{PleaseCorrectErrors}

#ENDIF
#ENDLOCAL #ENDIF

{Info0}

  1. {Info1} {CreateNewAmazonAccount}
  2. {Info2MWS} {ActivateMWS}
  3. {Info3MWS}
  4. {Info4MWS} {ClickNext}
  5. {Info5MWS} {ClickSave}
  6. {Info3} {ToAmazonAdministration}
  7. {Info6MWS}
  8. {Info7MWS}
{RegisterDataInfo}
{MWSMerchantID} {MandatoryStar}
{MWSAuthToken} {MandatoryStar}

{MWSSendMailSettings}
{MWSSendMail}
#ENDWITH_ERROR
#ENDLOCAL