Product Link – How to Link to Product Page from Product Edit Screen

linkproduct

What is the best way to add a link to a product's front-end page from the its back-end edit screen?
I am using Magento 1.9.2.1 CE. I tried
http://www.magentocommerce.com/magento-connect/vs-preview-product-from-backend.html

But it does not work with 1.9 (as one would expect).

Best Answer

Here’s an extremely lightweight Magento extension which will provide you with a simple view product link next to a product name, in Magento admin. It will point to a product view page in the frontend of your Magento project. Simple and easy.

github or Tadic_AVP

All you have to do is copy the content of Tadic_AVP extension (app folder) to a root folder of your Magento project – and that’s it. I hope this simple extension will prove to be useful to you.

Reference: http://inchoo.net/magento/view-product-in-frontend-from-magento-admin/

Related Topic