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 - 2 of 2

[보도자료] 생활화학제품 ‘자가검사번호’ 확인하라는 환경부 “홈페이지는 먹통, 정보는 깡통, 시민은 분통”

생활화학제품 ‘자가검사번호’ 확인하라는 환경부, 홈페이지는 먹통, 안전 정보는 깡통, 시민은 분통 환경운동연합 “위해우려제품 표시기준 자체가 허술... 문제 제품들의 표시…

댓글: 0  조회수: 256

[보도자료] 생활화학제품 ‘자가검사번호’ 확인하라는 환경부 “홈페이지는 먹통, 정보는 깡통, 시민은 분통”

생활화학제품 ‘자가검사번호’ 확인하라는 환경부, 홈페이지는 먹통, 안전 정보는 깡통, 시민은 분통 환경운동연합 “위해우려제품 표시기준 자체가 허술... 문제 제품들의 표시…

댓글: 0  조회수: 256