/**
* Список пунктов выдачи для текущего города. Данные из seo_geo_terminals,
* живых запросов к API на просмотре нет. Нет города или терминалов —
* возвращаем пустую строку, блок просто не выводится.
*/
function geo_delivery_points(){
global $GEO_META, $db;
if (empty($GEO_META['city_id']) || !isset($db)) return '';
$row = $db->SelectRecord('seo_geo_terminals', 'payload, city',
"city_id='" . (int)$GEO_META['city_id'] . "'");
if (!$row) return '';
$list = json_decode($row['payload'], true);
if (!is_array($list) || !$list) return '';
$out = '
';
foreach ($list as $t) {
$out .= '
'
. '' . htmlspecialchars($t['name']) . ''
. '
' . htmlspecialchars($t['address']) . '
'
. (!empty($t['phone']) ? '
' . htmlspecialchars($t['phone']) . '
' : '')
. '
';
}
return $out . '
';
}
Шины на Mercedes G-class (W463) — подбор по размеру, от 6 600 ₽ в Дмитрове