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; } 영화 '어른이 되면' 한살림 시사회 - 12.05(수) | 시민정치마당 주요 콘텐츠로 건너뛰기
사이드바

영화 '어른이 되면' 한살림 시사회 - 12.05(수)

금, 2018/11/16- 15:56익명 (미확인) 에 의해 제출됨
관련 개인/그룹
'왜 누군가를 돌본다는 것이 다른 누군가가 자신의 삶을 포기해야 한다는 뜻이 되어야 할까’ ‘우린 무사히 할머니가 될 수 있을까’ 같이 산 것보다 떨어져 지낸 시간이 더 많은 생각많은 둘째언니 '혜영'과 흥 많은 막내동생 '혜정'이 18년 만에 함께 살기 시작하면서 겪는 일상 이야기에 한살림 조합원 여러분을 초대합니다.★관람신청: https://goo.gl/forms/r5Szbvj6jYkrjIzX2영화 ‘어른이 되면' 시사회 - 일시: 2018. 12. 05(수) 20:00-21:40 - 장소 : 대한극장(서울특별시 중구 퇴계로 212) (서울 지하철 4호선 충무로역 1번출구) - 인원 : 30석(1인당 최대 2석 신청 가능)※ 티켓 배포는 상영 한 시간 전부터, 대한극장 1층 로비에.......

댓글 달기

CAPTCHA
스펨 사용자 차단 질문