Selling: Basics

From EtsyWiki

Jump to: navigation, search

please sign your posts to identify your contribution

Contents

A HUGE amount of info on Selling, taken from the forums

Dyno http://dyno.etsy.com 02/12/07

Tips for Newbies

see also Selling: Tips, SUCCESSFUL SELLING ON ETSY, and WHY HAVEN'T I SOLD ANYTHING?

Store Policies

see the wiki page under How-to Guides Policies: Writing Store Policies for information on setting your store policies

Non-Payment

Getting Sales

how long does it take for your first sale


see also: SUCCESSFUL SELLING ON ETSY and WHY HAVEN'T I SOLD ANYTHING?

Listing

arranging shop items

  • can I change/rearrange my shop items?

no, there currently is no way to do this. However, the store Sections can help organize your store. For an additional tip, see next link.

note: this is an old "beta" solution that's not entirely applicable to the current site

best time/day to list

how often should a seller list items?

how many pages is too many pages?

custom orders

gift certificates & coupons

Packaging

Presentation

should items be modeled? or is it a turn off?

International Selling

See: International Shipping

Adding Links

the correct URL to use when linking to your Etsy store

The posts below explain why, with admin responses included.


how can I add a link ON my Etsy store?

currently, there is no way to have live links on your store. you can include the url in your banner, store desription, bio, or listings. however, it will not be a live link. users will need to copy and paste the url. yes, this feature has been requested a number of times. ;)


how can I post a link TO MY PRODUCT on the forums?

when you type anything beginning with http:// in a forum post it automatically becomes a link. You can just copy and paste the link to your item when making your forum post.

There are 2 ways to do this:

1) in your storefront or Items for Sale page with the list of all products: position your mouse over the item you want to copy... right-click (pc) /control-click (mac)... choose "copy link"... paste the link in your post

2) open the page you want to link to in a browser: put your cursor in the address bar at the top that shows the url... select and copy the address.. paste the address in your post


how can make a link TO MY STORE or product on ANOTHER SITE?

If the site recognizes links automatically, use the method described above.
If the site requires coding use the following steps. Definitions are given first to help you understand the coding.

DEFINITIONS:

a href="..." /a
this is the code that signifies a link. the page you want to link to goes between the quotes. it must be in quotes. paste the full url. the [/a] indicates the end of the code statement

target="blank"
this tells the server to open the link in a new window, rather than replacing the content in the existing browser window

img src="..."
this is the code that signifies an image . paste the full url path to the image between the quotes.


CODE: 

*** NOTE replace the [ ] characters below with < >. ***
(reference the directions above to obtain the URL)

  • to use TEXT as a link:

[a href="urlhere" target="blank"]text that will be linked here[/a]
example:
[a href="http://dyno.etsy.com" target="blank"]Check out my Etsy store[/a]


  • to use an IMAGE as a link

(image has to be hosted on the web somewhere, it can't be on your computer)
[a href="urlhere" target="blank"][img src="filepathhere"][/a]
example:
[a href="http://www.etsy.com/view_item.php?listing_id=365772" target="blank"][img src="http://www.mywebsite/newcuff.jpg"][/a]


  • to use TEXT AND IMAGE as a link

(image has to be hosted on the web somewhere, it can't be on your computer)
[a href="urlhere" target="blank"][img src="filepathhere"]text that will be linked here[/a]
example:
[a href="http://www.etsy.com/view_item.php?listing_id=365772" target="blank"][img src="http://www.mywebsite/newcuff.jpg"]Check out my new cuff[/a]

Related Links:

free samples