Blog and Tips for web developments in Magento, Drupal, ecommerce, opensource, CMS
$order = new WC_Order( $order_id ); $product_items = $order->get_items(); foreach ( $product_items as $product) { $product_id = $product['product_id']; }
No comments:
Post a Comment