Thanks nicolas, I disabled the force SSL on checkout. I no longer get the error message or warning message about it displaying insecure content when I attempt to show the address modification page but the state dropdown still isn't being displayed. Here is the html. It seems that according to what I have set it is pulling the default address_state. My configuration is this: address_country default zone set to France and is published, address_state default zone set to Ain and is published.
Which views affect the address window? I'm assuming address -> address_template, address -> form, and address -> listing? Do you think I went through and just recopied over those files with ones from a fresh hikashop rar it would do anything or be helpful?
<tr class="hikashop_address_address_state_line" id="hikashop_address_address_state">
<td class="key">
<label for="address_state">State</label>
</td>
<td>
<span id="data_address_address_state_container"></span><input type="hidden" id="data_address_address_state_default_value" name="data_address_address_state_default_value" value="state_Ain_1306"> <span class="hikashop_field_required">*</span>
</td>
</tr>
You are correct that in my configuration.php I have the 'http' url set but that was because I don't want to force SSL for the entire site which I'm assuming if I were to change it to 'https' it would?