[담배꽁초] 시가렛 어택! 담배생산자는 들어라!
2019년 11월 11일. 월요일 아침부터 꽁실러들이 분주히 움직이고 있습니다. 그들이 모인 곳을 KT…
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; }
“시가렛 어택” 담배꽁초 생산자 책임제 요구 기자회견 미세플라스틱 주요 원인, 담배꽁초 수거…
빗물받이 가득한 담배꽁초, 다 누가 만들었나요?담배생산자는 더 이상 담배꽁초를 외면하지 말라!
① 생산되는 담배꽁초의 3분의 2는 무단투기되어 강으로 하천으로 흘러가…