Example #1
0
}
?>
"/>
                <br />
                <?php 
if ($type == 2) {
    ?>
                <p style="margin-top:10px;clear:both;margin-bottom:5px">Chọn thời gian nhận hàng</p>               
                <?php 
} else {
    ?>
                 <p style="margin-top:10px;clear:both;margin-bottom:5px">Nhập địa chỉ, thời gian để NHẬN HÀNG NHANH</p>

                <select class="form-control" style="width:48%;margin-right:10px;height:35px" name="city_id" id="city_id">
                    <?php 
    $cityArr = $model->getListCity();
    if (!empty($cityArr)) {
        foreach ($cityArr as $city) {
            ?>
                    <option value="<?php 
            echo $city['city_id'];
            ?>
"><?php 
            echo $city['city_name'];
            ?>
</option>
                    <?php 
        }
    }
    ?>
                </select>