[보도자료] 9차전력수급기본계획 전략환경영향평가의 문제점과 입장
기자설명회 ■ 일시 : 2020년 6월 4일 (목) 오전 11:30■ 장소 : 환경운동연합 회화나무홀■ 내용 기후위기 대응 온실가스 감축 측면 평가 / 이지언 국장 (환경운동연합…
use Drupal\commerce_order\Entity\Order; /** * Implements hook_preprocess_HOOK() for commerce_checkout_order_summary. */ function bootstrap_barrio_subtheme_preprocess_commerce_checkout_order_summary(&$variables) { $order = $variables['order_entity']; // 주문 엔터티 $product_ids = []; if ($order instanceof Order) { foreach ($order->getItems() as $order_item) { $purchased_entity = $order_item->getPurchasedEntity(); if ($purchased_entity && $purchased_entity->getProduct()) { $product = $purchased_entity->getProduct(); $product_ids[] = $product->id(); } } } // Twig 템플릿에서 사용할 변수 추가 $variables['product_ids'] = $product_ids; }
기자설명회 ■ 일시 : 2020년 6월 4일 (목) 오전 11:30■ 장소 : 환경운동연합 회화나무홀■ 내용 기후위기 대응 온실가스 감축 측면 평가 / 이지언 국장 (환경운동연합…
2055년에서야 석탄발전 끄겠다는 계획이 사실이라면, 정부는 파리협정 준수를 포기하는 것과 다름 없어 신규 석탄발전사업 모두 취소하고 2030년 전까지 석탄퇴출 완료해야 오늘…