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; } 제 9기 풍뎅이 생태교실 참가자 모집 안내 | 시민정치마당 주요 콘텐츠로 건너뛰기
사이드바

제 9기 풍뎅이 생태교실 참가자 모집 안내

목, 2017/01/05- 12:54익명 (미확인) 에 의해 제출됨
관련 개인/그룹

2017-%ed%92%8d%eb%8e%85%ec%9d%b4-%ec%83%9d%ed%83%9c%ea%b5%90%ec%8b%a4-%eb%aa%a8%ec%a7%91%ec%95%88%eb%82%b4%ec%88%98%ec%a0%95

♠ 제9기 풍뎅이 생태교실 신청서가  아래부분에 있습니다.

다운로드 후, 작성하셔서 인천환경운동연합 메일([email protected])로 보내주시면 감사하겠습니다.

다운로드=> 제9기 풍뎅이 생태교실 신청서

 

댓글 달기

CAPTCHA
스펨 사용자 차단 질문