I want to show country selection box in customer account create page, so I used this code:
<div class="field">
<label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
<div class="input-box">
<?php echo $this->getCountryHtmlSelect() ?>
</div>
</div>
Which I get it by default.
But it show first option value blank and it shows blank when I selected. So I want to show select country
text in place of blank option value. For that I need the page from where it is inherited.
You can find the getCountryHtmlSelect function for account create page at below path
\app\code\core\Mage\Directory\Block\Data.php