Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $product_collection = Mage::getModel('catalog/product')->getCollection()
  2. ->addAttributeToFilter('entity_id', 16)
  3. ->addUrlRewrite();
  4. $product_collection_url = $product_collection->getFirstItem()->getProductUrl();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement