echo ENTRY_COUNTRY;
?>
</td>
               <td class="main">&nbsp;
<?php 
$account['entry_country_id'] = STORE_COUNTRY;
if ($is_read_only) {
    echo tep_get_country_name($account['entry_country_id']);
} elseif ($error) {
    if ($entry_country_error) {
        echo sbs_get_country_list('country') . '&nbsp;' . ENTRY_COUNTRY_ERROR;
    } else {
        echo tep_get_country_name($country) . tep_draw_hidden_field('country');
    }
} else {
    echo sbs_get_country_list('country', $account['entry_country_id']) . '&nbsp;';
}
?>
</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="formAreaTitle"><br><?php 
echo CATEGORY_CONTACT;
?>
</td>
  </tr>
  <tr>
Exemplo n.º 2
0
			<?php 
// +Country-State Selector
?>
            <td class="main">&nbsp;
<?php 
$account['entry_country_id'] = STORE_COUNTRY;
if ($is_read_only) {
    echo tep_get_country_name($account['entry_country_id']);
} elseif ($error) {
    if ($entry_country_error) {
        echo sbs_get_country_list('country') . '&nbsp;' . ENTRY_COUNTRY_ERROR;
    } else {
        echo tep_get_country_name($country) . tep_draw_hidden_field('country');
    }
} else {
    echo sbs_get_country_list('country', $country, 'onChange="getStates(this.value, \'states\');"') . '&nbsp;' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>' : '');
    // -Country-State Selector
}
?>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</td>
  </tr>
  <tr>
    <td class="formAreaTitle"><br><?php 
echo CATEGORY_CONTACT;
?>
Exemplo n.º 3
0
echo ENTRY_COUNTRY;
?>
</td>
               <td class="main">&nbsp;
<?php 
$account['entry_country_id'] = STORE_COUNTRY;
if ($is_read_only) {
    echo tep_get_country_name($account['entry_country_id']);
} elseif ($error) {
    if ($entry_country_error) {
        echo sbs_get_country_list('country') . '&nbsp;' . ENTRY_COUNTRY_ERROR;
    } else {
        echo tep_get_country_name($country) . tep_draw_hidden_field('country');
    }
} else {
    echo sbs_get_country_list('country', $account['entry_country_id']) . '&nbsp;' . ENTRY_COUNTRY_TEXT;
}
?>
</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="formAreaTitle"><br><?php 
echo CATEGORY_CONTACT;
?>
</td>
  </tr>
  <tr>