Tuesday 12 May 2015

Magento get product edit link at admin side.

Add this link in href in anyware.

Mage::helper('adminhtml')->getUrl('adminhtml/catalog_product/edit', array('id' => $_product->getId()))

No comments:

Post a Comment