Guest User

Untitled

a guest
Mar 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $read = Mage::getSingleton('core/resource')->getConnection('core_read');
  2. $result = $read->query("SELECT order_item.* FROM sales_flat_order_item AS order_item WHERE order_item.product_id='".$sku."'");
  3. $row = $result->fetch();
Add Comment
Please, Sign In to add comment