[취재요청] 제주제2공항백지화전국행동 출범 기자회견
전국 290개 시민사회단체, 제주제2공항백지화전국행동 출범 기자회견
제주의 문제가 아니라 우리 모두의 문제다
2019년 11월 7일 (목) 오전 11시, 광화문 세종로공원…
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; }
전국 290개 시민사회단체, 제주제2공항백지화전국행동 출범 기자회견
제주의 문제가 아니라 우리 모두의 문제다
2019년 11월 7일 (목) 오전 11시, 광화문 세종로공원…