In my "other life" (when I am not doing contract software development), I help my wife and business partner with our online beading and craft store, 123Bead.com. In addition to selling through our own site, we also sell through Etsy and Artfire.
Erin manages the many listings in our Etsy store, but unfortunately Etsy does not currently have a way to jump directly from viewing an item, to editing that item. To make her life easier (and yours if you have an Etsy store), I have whipped up a "bookmarklet" that provides this functionality.
Step 1: Click and drag the following link into your browser bookmarks (either in your browser toolbar, or up into the bookmark folder): Edit This Etsy Listing
Step 2: Browse to your Etsy store, and view one of your listings.
Step 3: Once you are viewing a listing you would like to edit (it should have "listing_id=NNNN" in the URL), click in your new "Edit This Etsy Listing" bookmark.
Step 4: Make your edits and click "Finish"! Don't forget to click "Finish", or it will move the listing to your "inactive items" list (even if you didn't actually edit anything).
For anyone who is curious about bookmarklet implementation, here is a nicely formatted version of the bookmarklet.
function _get_param(key) {
var loc=location.search.substring(1);
if (loc) {
var params=loc.split('&');
for (var i=0;i<params.length;i++) {
param=params[i].split('=');
if (param[0] == key) {
return param[1];
}
}
}
}
if (listing_id = _get_param('listing_id')) {
window.location =
'http://www.etsy.com/edit_listing5.php?listing_id='
+_get_param('listing_id');
}
Hello! My name is Eric Weik. I am a computer scientist, photographer, musician, and occasional blogger. New Rivers Digital is my software consulting business. I am dedicated to using open source software and open data standards for Web development and applications integration. In particular, I am an ardent Drupal fan and specialize in Drupal module development, theming, and data architecture integration.
Reply to comment
"Edit This Etsy Listing" Bookmarklet
In:In my "other life" (when I am not doing contract software development), I help my wife and business partner with our online beading and craft store, 123Bead.com. In addition to selling through our own site, we also sell through Etsy and Artfire.
Erin manages the many listings in our Etsy store, but unfortunately Etsy does not currently have a way to jump directly from viewing an item, to editing that item. To make her life easier (and yours if you have an Etsy store), I have whipped up a "bookmarklet" that provides this functionality.
Step 1: Click and drag the following link into your browser bookmarks (either in your browser toolbar, or up into the bookmark folder): Edit This Etsy Listing
Step 2: Browse to your Etsy store, and view one of your listings.
Step 3: Once you are viewing a listing you would like to edit (it should have "listing_id=NNNN" in the URL), click in your new "Edit This Etsy Listing" bookmark.
Step 4: Make your edits and click "Finish"! Don't forget to click "Finish", or it will move the listing to your "inactive items" list (even if you didn't actually edit anything).
For anyone who is curious about bookmarklet implementation, here is a nicely formatted version of the bookmarklet.
function _get_param(key) { var loc=location.search.substring(1); if (loc) { var params=loc.split('&'); for (var i=0;i<params.length;i++) { param=params[i].split('='); if (param[0] == key) { return param[1]; } } } } if (listing_id = _get_param('listing_id')) { window.location = 'http://www.etsy.com/edit_listing5.php?listing_id=' +_get_param('listing_id'); }Reply
About
Hello! My name is Eric Weik. I am a computer scientist, photographer, musician, and occasional blogger. New Rivers Digital is my software consulting business. I am dedicated to using open source software and open data standards for Web development and applications integration. In particular, I am an ardent Drupal fan and specialize in Drupal module development, theming, and data architecture integration.
Contact Details
Lancaster, VA 22503
Content Tags
Abstract B&W Celestial Clouds Drupal 6 Drupal Recipes Drupal Sites Estuary Etsy Government Grasses HDR Long Exposure Macro New Rivers Digital Orton Photoblog Photo Expedition Photoset Renderblog RGB Sketchbook Snow Storm Structure Synth Sunflow Sunset Theming Webform.module Wide Angle Zen Zen ThemingRecent comments
Popular content
Today's:
All time:
Activity Stream
Sun, 01/29/2012 - 22:31
Mon, 01/16/2012 - 10:43
Fri, 01/06/2012 - 07:54
Powered by Drupal & Genesis | Valid XHTML 1.0 Strict |
RSS Feed
© 2010 New Rivers Digital | PO Box 784 | Lancaster, Virginia 22503 | +1-804-577-8526 | Contact Form