Skip to content

Commit

Permalink
Merge pull request #726 from abhishek-webkul/gli-1004
Browse files Browse the repository at this point in the history
Removed: Country Options section from Localization > Countries page
  • Loading branch information
rohit053 authored Sep 7, 2023
2 parents 061bc0d + 348931e commit 94ffad1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions controllers/admin/AdminCountriesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ public function __construct()
'dir' => 'st'
);

$this->fields_options = array(
'general' => array(
'title' => $this->l('Country options'),
'fields' => array(
'PS_RESTRICT_DELIVERED_COUNTRIES' => array(
'title' => $this->l('Restrict country selections in front office to those covered by active carriers'),
'cast' => 'intval',
'type' => 'bool',
'default' => '0'
)
),
'submit' => array('title' => $this->l('Save'))
)
);
// $this->fields_options = array(
// 'general' => array(
// 'title' => $this->l('Country options'),
// 'fields' => array(
// 'PS_RESTRICT_DELIVERED_COUNTRIES' => array(
// 'title' => $this->l('Restrict country selections in front office to those covered by active carriers'),
// 'cast' => 'intval',
// 'type' => 'bool',
// 'default' => '0'
// )
// ),
// 'submit' => array('title' => $this->l('Save'))
// )
// );

$zones_array = array();
$this->zones = Zone::getZones();
Expand Down

0 comments on commit 94ffad1

Please sign in to comment.