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; } 분양. 공공분양 | 시민정치마당 주요 콘텐츠로 건너뛰기
사이드바

분양. 공공분양 태그글 모음

결과값: 1 - 1 of 1

[기자회견] 인천계양 신도시 분양실태 분석보고서 발표

  참여연대는 오늘(7/16) 온라인 기자회견을 열어 인천계양 신도시 분양실태 분석 결과를 발표하고 3기 신도시에서 서민 주거 안정과 주거비 부담을 낮출 수 있는 방안을…

댓글: 0  조회수: 0