$page = Tools_Http::Get('page',true);
$catid = Tools_Http::Get('catid',true);
$del = Tools_Http::Get ('delgood',true);
$points = new Products_deliveryPoints();
if ($del) {
$points -> deletePoint($del);
header('Location: /admin/deliveryPoints/');
exit();
}
$items = $points -> getPointsAddresses(array('point_id'=>1));
?>
/*
*/?>
Всего пунктов:
=count($items)?>
?>