<% IF NOT $Data.customer_type THEN $first_custtype=0 IF $opt_cart_show_person THEN $first_custtype="PERSON" ELSIF $opt_cart_show_company THEN $first_custtype="COMPANY" ELSIF $opt_cart_show_government THEN $first_custtype="GOVERNMENT" ENDIF ENDIF IF NOT $Data.ccode THEN $Data.ccode = $Customer.ccode ENDIF $Data.usedCaptchaMode = CALL GET_USED_CAPTCHA() %>
<%IF $Shop.opt_international THEN%>
<%IF NOT $Data.ccode THEN $Data.ccode = $Shop.user_ccode ENDIF%>
<%ELSE%>
<%ENDIF%>
<%IF $opt_cart_show_company OR $opt_cart_show_government THEN%>
<%ENDIF%>
<%IF NOT $opt_cart_show_company AND NOT $opt_cart_show_government THEN%>
<%ENDIF%>
<%IF $GetAddress_found THEN%> <%ENDIF%>
<%IF $Shop.opt_customer_id != "email" THEN%>
<%ENDIF%>
<%INCLUDE 'rs/rs-captcha-load.htm'%>
<%IF $Data.usedCaptchaMode == 'recaptcha_v3' THEN%> <%ELSIF $Data.usedCaptchaMode == 'altcha' THEN%> <%ELSE%> <%ENDIF%>