Advertisement
tribulant

Get order items by order_id

Feb 18th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. global $wpcoDb, $Item;
  4. $wpcoDb -> model = $Item -> model;
  5. $items = $wpcoDb -> find_all(array('order_id' => $order_id));
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement