PUPT: Quickly Navigate to Product Edit with Bookmarklet
A browser bookmarklet is a short snippet of javascript code that can be executed by clicking a browser bookmark. The instructions below will work with FireFox and Chrome.
Here's how to create bookmarklet that will take take you to the product edit screen from the product details page of whatever product you are viewing.
- Create a new bookmark in your browser
- Name it Product Edit (or whatever you like)
- Use the code below as the bookmark URL
- Add the bookmark to your bookmarks bar
- Click the bookmarklet in the bookmark bar while on a product details page
- You will be taken to the product's edit screen.
javascript:void%20function(){var%20o=%22/store/admin/products/listproducts.aspx%3Fovu=/store/admin/Products/ProductEdit/General.aspx%253FID%253D%22.concat(liveDesignOptions.entityId,%22%26ovw=0%26ovn=1%22);window.location=o}();
Note: this bookmarklet uses some variable defined by Live Design, so in order for it to work, you must have an active admin user session and live design must be on (black pallet icon in upper left corner).
Please sign in to leave a comment.
Comments
0 comments