Hi guys I've set my Checkout Billing and Shipping Addresses layout as:
<div class="row">
<div class="col-md-6">
[first_name]
[last_name]
[email]
</div>
<div class="col-md-6">
[address_1]
[address_2]
[city]
[country_id]
[zip]
</div>
</div>
But despite this, the billing fields in my checkout process screen persist in displaying phone1, phone2, company, tax, zone fields. where am I going wrong and how do I set these fields to off?
In passing, even if I set Country to United Kingdom, the zone always stays as USA states. look forward to your advice.