mtporter Posted December 28, 2012 Share Posted December 28, 2012 Only in IE8, when adding a address to your account, there is a IDENTIFICATION NUMBER block just above the NAME block when you have more than 1 language activated. I was hoping the 1.5.3 update would correct. So it is in 1.5.2 and 1.5.3 as far as I know. Link to comment Share on other sites More sharing options...
mtporter Posted January 2, 2013 Author Share Posted January 2, 2013 Ok, it is fixed!! Open address.tpl in the default theme, not authentication.tpl and add 'var'. <script type="text/javascript"> // <![CDATA[ var idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address->id_state)}{$address->id_state|intval}{else}false{/if}{/if}; var countries = new Array(); var countriesNeedIDNumber = new Array(); var countriesNeedZipCode = new Array(); {foreach from=$countries item='country'} Link to comment Share on other sites More sharing options...
Recommended Posts