Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $product_sku = $mpn;
  2. $obj = Mage::getModel('catalog/product');
  3. $product_id = $obj->getIdBySku( $product_sku );
  4. $_product = $obj->load($product_id); // this is the problematic line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement