
Originally Posted by
inder
hi..Ajeh...
following code from file zone.php...I have install muiltple-shipping-zone- module.........
if (IS_ADMIN_FLAG === true) {
// build in admin only additional zones_5 if missing in the configuration table due to customization of default $this->num_zones_5 = 3
global $db;
for ($i = 1; $i <= $this->num_zones_5; $i++) {
$check = $db->Execute("select * from " . TABLE_CONFIGURATION . " where configuration_key = 'MODULE_SHIPPING_ZONES_5_COUNTRIES_" . $i . "'");
if ($this->enabled && $check->EOF)
I was trying to limit maximum allow weight 2 kg for this shipping module...Please help...
I was tyring to figure out but above code is quite different...I do want to mess anymore..becoz I m new with php coding and I already have done....
I was trying