
Hi, how to hide the ZONE / STATE box
it highly depends on OC Version and Theme used
And what exactly Modules did not work ?
Take the time for such, if you expect others, to waste their costly time for you ...
it highly depends on OC Version and Theme used

And what exactly Modules did not work ?

Take the time for such, if you expect others, to waste their costly time for you ...
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Try this one: https://www.opencart.com/index.php?rout ... n_id=18848
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
add style="display:none" in div section inside register.twig
then in register.php in controller folder, put comments like this
it works for me
Code: Select all
<div class="form-group" style="display:none">
<label class="control-label" for="input-payment-zone">{{ entry_zone }}</label>
<select name="zone_id" id="input-payment-zone" class="form-control">
</select>
</div>
Code: Select all
/*if (isset($this->session->data['shipping_address']['zone_id'])) {
$data['zone_id'] = $this->session->data['shipping_address']['zone_id'];
} else {
$data['zone_id'] = '';
}*/
/*
if (!isset($this->request->post['zone_id']) || $this->request->post['zone_id'] == '' || !is_numeric($this->request->post['zone_id'])) {
$json['error']['zone'] = $this->language->get('error_zone');
}
*/
When your customers proceed to the section of billing information within their order, they have to fill in information about themselves – name, address, etc. In the default settings of OpenCart they have to fill in also the field called “Zone”. In some countries this information is useless and requiring it might seem unusual. The module simply removes this field, so it would not bother your customers.Remove “Zone” Field
https://www.opencart.com/index.php?rout ... n_id=36141
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: Bing [Bot] and 51 guests