با سلام
توی فایل clientregister.tpl در پوسته بین دو کد
کد HTML:
<tr> <td class="gray_porsant">{$LANG.clientareacity}</td> <td><input type="text" name="city" size="30" value="{$clientcity}" /></td></tr>
و
کد HTML:
<tr><td class="gray_porsant">{$LANG.clientareapostcode}</td> <td><input type="text" name="postcode" size="10" value="{$clientpostcode}" /></td>
باید به صورت زیر باشد
کد HTML:
<tr><td class="gray_porsant">{$LANG.clientareacity}</td><td><input type="text" name="city" size="30" value="{$clientcity}" /></td></tr><tr><td class="gray_porsant">{$LANG.clientareastate}</td><td><input type="text" name="state" size="25" value="{$clientstate}" /></td></tr><tr><td class="gray_porsant">{$LANG.clientareapostcode}</td><td><input type="text" name="postcode" size="10" value="{$clientpostcode}" /></td>
Capture.PNG