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; } 푸른숲 발도르프 학교 어린이 강연 (2019.7.17) | 시민정치마당 주요 콘텐츠로 건너뛰기
사이드바

푸른숲 발도르프 학교 어린이 강연 (2019.7.17)

금, 2019/08/23- 23:37admin 에 의해 제출됨
지역
카테고리

‘푸른숲 발도르프 학교’라는 초등 대안학교에 방문하여 기금소개와 한국호랑이 및 한국표범을 어린이들에게 알려주고 왔습니다.

We visited alternative elementary school named ‘Green forest Waldorf school’. And we introduced our fund and lectured about Korean tiger, leopard to students.


한국범보전기금은 어린이들을 대상으로 한국호랑이와 한국표범을 소개하고 이들을 보전하기 위해 우리가 기...

댓글 달기

CAPTCHA
스펨 사용자 차단 질문