Archive for the ‘Nerdy Stuff’ Category

The Bat is Back!

October 18, 2011

Batman lovers, the wait is officially over! Today marks the release of the highly-anticipated video game, Batman: Arkham City! So begins the countless hours fighting the slums of Arkham, trying to defeat some of Batman’s most sinister and twisted enemies. The Penguin, The Riddler, The Joker, and Two-Face don’t have a chance! Now that you have this action packed game (that will most likely consume your life), don’t forget to rep’ the Bat by sporting gear from Batman: Arkham City with Zazzle!

All About Sorting and Browsing

September 2, 2009

Well, it’s been quite a day here at Zazzle! Last night’s release is out and there’s a buzz going around…we can feel it…it’s pretty buzzy ’round these parts. I think the most common questions we’re getting are related to our new Store Category Sorting and Browsing feature. Yes, it’s a mouthful…but that’s ’cause it’s a pretty meaty piece of…well…meat :-)

In a nutshell, Store Category Sorting and Browsing is a powerful feature that makes Zazzle stores easier to navigate for customers, and easier to merchandise and promote for store owners.

  • Store Owners can set the display order of all categories and products within their store.
  • Store Owners can upload icon images to represent any category in their store, or use a default image generated by Zazzle.
  • Stores can be set to display a scrollable list of categories, or a fully expanded list of categories.
  • Customers can sort products in a store Alphabetically, Reverse Alphabetical, by Newest, or by Popularity.

If you don’t read anything else in this post, read these help topics!

We just pushed out a couple of detailed help topics on this feature, with fancy screenshots and everything!

Below is a sample of what a scrollable Store Category list could look like in your Store.

Sample scrollable Store Category list

Store Customization Showcase!

June 12, 2009

Wow, you Zazzlers out there really blew us away with your amazing talent and creativity! Ever since we released the Advanced Store Customization Beta, our incredible Zazzle Community hit the pavement and worked tirelessly to build their own brands, create innovative user experiences, and perhaps most importantly, help each other out in our forums.

Below is a showcase of some our favorites so far…

Ars CelticaSaundejmLisa Marie ArtThe Hobby ShopPhete FirstSugar vs SpiceThe BootiqueBarton-Le-Clay DesignDIY GemsLoony BoutiqueVisual NewbieShopaholic Chick

Keep up the amazing work…we honestly can’t wait to see what you guys do next!

For more tips, tricks, and advice on this feature, be sure to visit the Advanced Store Customization beta forum. Many folks have already written detailed and very informative tutorials to help you get started.

Announcing Advanced Store Customization!

May 7, 2009

You’re up on the stage, in front of millions, singing “Somewhere Over the Rainbow”, a song that’s been done to death. How do you stand out? How do you make it NOT sound like Karaoke? Easy. Change the tempo, add different inflections, improvise a vocal run…basically, you make it your own, dawg! (ahhhh, he said it!)

The same idea applies to your Zazzle store. Some store owners add pizzazz with header graphics, some add HTML in their description. But most stores have the same basic layout…until now!

Introducing….

asc

Yes, ladies and gentlemen, Zazzle has now opened up the ability to customize your own storefront however you see fit. Edit CSS and HTML directly, add your own pages, display what you want, where you want it.

Download Full Documentation (Recommended)

This blog post will get you started, but for more complete documentation, please download the Advanced Store Customization Guide (1.9Mb, PDF) .

You must be this tall to ride

Be forewarned…this is currently in open BETA, which basically means we are testing this feature and cannot provide official support. To use this feature successfully, it is highly recommended that you have a working knowledge of CSS and HTML, and some familiarity with XML. Keep in mind that by messing around with the direct code behind your store, you could very easily break it and render your store unusable, forcing you to revert to defaults and start over.

So, what can it do?

Well, you can pretty much do almost anything you want with this. I won’t go into detail on how to write CSS or HTML, but let me show you some examples of the power it provides you:

  • Retropolis Travel Bureau – Amazing use of CSS
  • Clone Wars – This is the official Clone Wars store on Zazzle. It was built using the same techniques that the Advanced Store Customization allows. Check out the header section and the background image. Nifty.
  • Star Wars – Same as above…but looks so cool we had to show it!
  • Hikingviking – Excellent use of a background image to make the site pop. Also check out the blog and store “tabs” at the top. The blog links out to this store owner’s blog, which happens to look just like his storefront!
  • Life Embellished – Nice use of an office theme with a paper background and manila folder content area.
  • Nuclear Tees – Great example of a complete change in navigation and store home page

Neat! I want that!

Since this is still in beta, the first thing you’ll have to do is enable the feature. Here’s how.

First, go to http://www.zazzle.com/my/gallery/appearance

  1. Select “Create a custom look”
  2. Enable the Advanced Store Customization checkbox
  3. Save your settings

1_appearance

After saving your changes, you will see this warning:

2_warning

Hit OK to enable Advanced Store Customization. Once enabled, a new tab labeled “Beta! Advanced” appears. Click on it to see and edit your Layout and Style code.

3_advanced

In the trenches

Advanced Store Customization opens up the guts of your storefront and allows you to change the code that builds it. It handles this by splitting up your store’s code into three editable parts: Layout (HTML), Style (CSS), and Content Definition (XML).

  1. Layout – This is the HTML markup of all the pages in your store, mixed in with a bit of Zazzle goodness.
  2. Style – This is the CSS of your store. It defines the colors, fonts, backgrounds, and general look of your store.
  3. Content Definition – This is the XML markup that lists pages, modules, and other content areas of your store.

Let’s try one of the easiest store customizations…adding a background image to your storefront. It’s pretty easy.

4_edit_css

In the Style text box (found under My Zazzle–>Store–>Appearance–>Advanced tab), look for the #mainShell section of code and add the URL to an image in the background declaration:

#mainShell {
position:relative;
width:100%;
padding-bottom:40px;
background:#bbccdd url(“http://www.yoursite.com/inc/yourImage-bkg.jpg”) top center no-repeat;
}

Then hit Validate and Save Changes (or select the Preview button to test first). That’s it! Now your store will have a background image! This is one of the easiest changes you can make, but can quickly add some personality to your store. Here are a couple of examples of stores with nothing more than a background image:

  1. Pantera’s Official Merch Store – One large background image
  2. Mim’s Official Merch Store – Repeating pattern background
  3. My own store – Subtle repeating background
  4. Harryterry – Fading stars background

That’s about all I can cover in this blog post, but for more complete documentation, please download the Advanced Store Customization Guide (1.9Mb, PDF) . Like I stated earlier, this feature is in open beta, so there will be no official support for it (don’t call customer support for this!), but we have setup a new discussion forum so anyone experimenting with Advanced Store Customization can discuss their experiences, get help, and help others who are trying it out.

With the ability to completely change the look and feel of your store, we’re hoping to see some really creative designs and layouts! Dig in, folks…time to truly make it your own!

Twittering new Zazzle products – automatically!

April 29, 2009

It’s easy to automatically add your new Zazzle products to a Twitter feed. I’ve done this over at twitter.com/hikingviking. Here’s how:

1. Get an account on TwitterFeed, a service that reads RSS feeds and will lob them over to your twitter account. There are probably lots of services like this, but TwitterFeed has been gaining popularity in my circles, and it does the trick pretty well.

1(b). Note that to sign up for TwitterFeed, you will need an OpenId identity. You have one already if you have a Gmail or Yahoo account, or sign up with one of the other OpenId providers; TwitterFeed gives you a list. (Personally, I like ClaimId because I went to Carolina, too.)

2. Once you’re in TwitterFeed, go to “My Feeds” and click “Create a new feed”, and hook up your Zazzle feed to your Twitter account:

newtwitterfeed2

3. You need your feed url. Zazzle has lots of information about feeds here. The url I’m using looks like this:

http://feed.zazzle.com/hikingviking/feed?ft=gb&at=238898476793705621

Dissecting this url, we know that:

/hikingviking means I’m pulling products from my “hikingviking” gallery on Zazzle.

ft=gb means I’m pulling the “Google Base” formatted RSS feed, which gives me better access to the raw data about my product. The “title” and “description” fields are the actual title and description I have entered on Zazzle, and not html markup that allows images and links to show up in RSS reader applications.

at=238898476793705621 is how I make sure I will earn referral fees if you click through and buy stuff. Feel free to use my associate ID in your TwitterFeed! Or, you probably want to substitute your own. :)

The default sort type on feeds is “most recent”, so I am sure that I am picking up the products I have most recently published on Zazzle. TwitterFeed is smart enough to know what’s new every time it checks, so it won’t post duplicate products to your Twitter account.

4. The other options on the TwitterFeed page are up to you. You will have to trust TwitterFeed with your login information to your Twitter account, obviously. Then, I chose to include “title & description”, to shorten my link using TinyURL, and to prefix my post with “New @zazzle -”. That’s it! TwitterFeed runs every hour and will pick up anything new you have published to Zazzle.

Zero to 100 in 30 seconds!

December 18, 2008

qpc_smallI drive a hybrid and pride myself on getting amazing mileage (52MPG lifetime, baby!). To accomplish this, I drive…well…slow. I go under the speed limit and stay in the right lane. Works for me…I’m a laid back guy who takes life slowly and casually.

But there is one place where I welcome a little high speed action. And that’s in creating products on Zazzle! Introducing Quick Product Create!

Yes, now it’s easy to create up to 100 products instantly. Quick Product Create (or QPC) is a simple three step wizard that allows you to create multiple products using selections of related products (all products, dark apparel, paper products, etc.) from the Zazzle Default Products menu, or from one of your own Product Lines that contain matching product templates.


Design for success

The first thing you need is a design you plan to put on many products. Typically, this is in the form of an image (a JPG, GIF, PNG, etc.) Since this one design will be blasted on several products, you should design it with that in mind. Here are some hints:

  • Create the image at the highest resolution you can. Since this image will be placed on several products at differing sizes, it’s best to make sure it’s of sufficient size and quality so it will print properly on most products. Visit our image guidelines page for more information on image resolution.
  • Think about colors. If your design only works on a dark background, you will have to make sure the products you put it on are dark. One trick I’ve seen many contributors do is to outline a design in either black or white. In other words, a design that only works on a white or light background can work on all backgrounds if a white or light outline is added around it.
  • Think about shape. A long rectangular design can look great on many products (full wrap mugs, ties, t-shirts), but may not work well on others (buttons, magnets, stamps). If your design is not suitable for some merchandise, be sure to remove those items from the set of products you publish.

Ok, so I have my design. I’m going to use this “Get outta my grill” image I made a while back.

grill

The original is a high resolution PNG file, so it should work fine for most products.


Place it!

Ok, got my image. Now I need to start the Quick Product Create process by going to http://www.zazzle.com/cr/quick/start. When you start, you see this dialog pop up:

qpc_1

Click the dropdown arrow in Step 1 to see what options you have:

qpc_2

As you can see, there are some default Zazzle Product Lines you can choose from. These currently include:

  • All Products
  • All Non-apparel
  • Apparel only
  • Dark Apparel Only
  • Light Apparel Only
  • Paper Products

If you have previously created a Product Line in your gallery that contains template products, it will show up here as well under My Product Lines. This way you can pre-define a custom set of products that you create often. Rob has written a great post about how to create your own Product Lines for Quick Product Create. Advanced users, read all about it here!

I’ll choose All Products since it contains a nice mix of t-shirts, cards, stamps, mugs, and other products.

qpc_3

Once you select a Product Line, you will see that you can change the default image in Step 2. Click the link that says “Change”, and you will see all your Zazzle images, or you can upload a new one. Here, I’ve selected my “Get outta my grill” image.

qpc_4

In Step 3 you will notice that you have the option to change the default fit/fill mode to one of three options:

  1. Use template defaults (uses whatever the product template was designed with. Could be either fit or fill.)
  2. Fit (makes sure your entire image is visible in the product’s design area – no cropping)
  3. Fill (fills the entire product’s design area. Cropping may occur)

For most cases, using the default should be fine.

Ok…click Create Products…

Shazam!

Now I have a grid of 33 products with my design!

qpc_51

Sweet! Now all I have to do is check to make sure all products look their best. If something needs to be tweaked, there are ways to do that on a per-product basis. For example, the first sticker in the grid looks a bit tight. Looks like my design is getting a little cut off. Luckily, we have controls you can use right above each product:

qpc_6

  • Edit options – This opens a dialog with product options (sizes, styles, product views)
  • Customize - This brings up a mini design tool in a dialog where I can move things around, add images or text, change sizes, etc.
  • Delete - Removes the product from the set of products you are creating with Quick Product Create.

Since the image on the sticker is a bit too big and is getting cut off, I need to shrink it. To do so, I click the “customize” link above my sticker product and shrink the image with the “resize” tool in the mini design tool.

Details, details, details

Now all my products look good and I’m ready to continue, so I click Next. I’m presented with a screen that is very similar to our Post For Sale page. You need to fill out all the information for these products, including title, description, tags, royalty percentage, etc. Required fields have a red asterisk next to them.

qpc_8

Most of these options are pretty self explanatory. However, there is a dropdown labeled “Quick Create Product Options”. Let me explain the options.

qpc_9

Most of the time, you are simply going to select the default option “Products to sell” because that’s what you are doing…creating products to sell.

However, if you want to make products to sell that are templates (so buyers can easily change text or images), you would select the second option, “Templates for sale”. This ensures that all fields marked as a template will remain a template when posted for sale. For more on how to create templates, see my previous post, More than just embroidery…

The third option, “Templates for reuse for quick create” is an advanced option for people who want to create a new set of products to use the next time they use Quick Product Create. This new Product Line would show up in the Step 1 dropdown under My Product Lines. As I mentioned before, Rob’s post explains how to do this.

Tada!

Click Post It and you’re done! All products are now queued up for creation. This takes anywhere from a few minutes to 24 hours. If you have postage or shoes in your Product Line, expect those products to appear in the Product Line closer to the 24 hour limit since those products need to be approved before they get posted.

Helpful hints

  • You can have up to 100 products posted at once. If you want more products, repeat the process after you create your first grid of products by clicking on the Create More button at the top of the first page, or at the end of the process you can click the Do It Again button.
  • There are checkboxes next to each product created in the grid. Use these to select multiple products that you want to remove from the grid. At the top of the grid, click “Delete selected” to remove them. Use these to select individual products that you want to remove from your Product Line.  To select multiple products, it’s often faster to use the “Select all” link at the top of the page and de-select those products you’d like to keep.
  • Always be sure to check your design on all the products in your grid before moving to the next step. You don’t want to post a product where the image is cut off or not positioned properly.
  • Quick Product Create puts all products you create in one Product Line. Select an existing Product Line when posting for sale, or create an entirely new Product Line based on the design. For example, with the image I used above, I could create a Product Line called “Get outta my grill!” and post all these products there. Many successful contributors organize their galleries by design.

That’s all I have for now…happy creating!

Colors..colors…colors

November 26, 2008

I actually had a hard time thinking about what new feature to write about. I was going to talk about the already wildly popular Quick Product Create, but Patrick beat me to it on our regular blog. And who knows, maybe I’ll delve deeper into that on a later post.

So what I bring you today is an improvement to our embroidery offering…DST uploads and a colorizing user interface!

recolor1

Ummm…what?

Ok, back up. What is a DST and what’s this colorizing thingy? Let me explain…

Embroidery requires images called “stitch files” that contain information about when to change thread colors and how to physically stitch a design. Our embroidery machines take these files and know how to sew it onto a product.

Up until now, we’ve used stitch files that contain all that information as well as what color threads to use. To convert a JPG or bitmap image to one of these stitch files, you need a professional conversion done (commonly known as “digitization”).

DST files are stitch files, but they are lacking one key piece of information we need: color data. Without knowing what color thread to use during a thread change, it’s rather difficult to make it look right. The good thing about DST files, however, is that they are a very common embroidery format with a large supporting community of embroidery experts all over that there Interweb :-)

Red and yellow and pink and green…

We knew we wanted to support this common format, but we had to build a way for users to tell us what colors to use for each thread change in the file. Enter the colorizing UI (insert dramatic music here)!

When a user uploads a DST file, Zazzle chooses default colors for each thread change in the file…just so it contains something. The results are usually less than optimal. But by going to My Zazzle –> My Images and clicking on the image, there is a link to re-color the file:

Image details dialog

Clicking that link brings up the colorizing UI:

Colorizing UI

The colorizing dialog shows the original stitch file image with the default colors on the left, and a set of color swatches on the right. Each color swatch represents a thread change in the stitch file. It is not uncommon for a stitch file to have multiple thread changes using the same color as a previous thread change. In other words, it is possible to assign duplicate colors to different swatches.

Clicking on a swatch brings up a palette of possible colors. These colors represent the thread spools our machines have access to.

dst_2

Keep in mind that each image can only have a total of 10 colors including black and white.

So at this point, all you have to do is click each swatch and choose the appropriate color. The image updates in real time. Here’s how this file looks after some tweaks…

dst_3

Much better! When finished, just click “Create copy with these colors” to create a copy of this stitch file. Every time you modify the colors of a stitch file, a new file gets created in My Images. This way you can have multiple colorized versions of the same design!

This process is not limited to newly uploaded DST files. If you’ve already had some of your existing designs converted for embroidery, you can also re-color those as well without having to pay for a second conversion!

Behind the seams…

November 4, 2008

How to create embroidery on Zazzle
Yes, folks, embroidery will keep you in stitches. Sew I wanted to get right into it and show you just how seamless an experience it can be. I will show you the ups and downs and the ins and outs of the process.

These embroidery puns doin’ anything for ya?


Guide Us
First, I want to point you to an important document, the Embroidery Design Guide (PDF). This guide explains a lot of the details about creating successful embroidery products on Zazzle. Read it. Know it. Love it.

Also have a look at our embroidery information page. It contains important information regarding our process as well as links to pricing information.


Walkthrough
In this section, I will guide you through the process of creating an embroidered product from a standard JPG, GIF, or PNG image. It’s very similar to the normal print process, with a few key differences.


Step 1: Choose a product
The first step is simply to select what kind of product you would like to design: shirt, hat, or bag. Go to http://www.zazzle.com/custom/embroidery and choose one of the options:

Choose an embroidery product

Once you select a product, you will be taken to that product’s design tool. For this example, I chose Hooded Sweatshirt.


Step 2: Add an image
Once you are in the design tool a “Get Started” dialog appears where you can add an image or text. This is just like our print-on-demand design tool:

Let’s add an image. Click the Select Image link and you will see your image collection. Select an image, click Add Image, then click Make it now.

Now here’s one of those “key differences” I mentioned above. At this point, a new dialog will appear explaining to you that this particular image needs to be converted for embroidery.

This is an informational dialog only. It explains why we need to convert your image, how to choose an image that will convert well, and talks about the fee and time it takes to convert. In traditional embroidery, this conversion process is called “digitization”.

The conversion process is done by skilled technicians who know how best to interpret designs into stitches. It’s not an automated hit or miss process. It’s looked at by actual people using actual human eyeballs.

Once you finish reading the dialog, click Ok, add this image.

At this point, I’d like to mention that if you already own a stitch file in .OFM format, you can upload it and bypass all conversion costs. If you’ve had images digitized in the past for embroidery by a traditional embroidery company, you might have an .OFM file.


Step 3: Size your image
Now that the image is placed on the product, we can calculate the conversion fee. You will see that there is now a big yellow box under your image that tells you the cost of conversion at the current size.

In this example, the image is sized to 1.7″ x 2.1″ and it’s telling me that will cost $30 to convert. If I wanted to reduce that price, I could do a couple of things:

  1. Reduce the size of the image
  2. Simplify the image by removing fills and keeping outlines

The conversion fee is calculated by how many stitches it takes to create the image out of thread. The rate is $5 per 1000 stitches. The smaller the image, the less stitches it takes to create. Also, fewer blocks of solid color means less stitches required.

Keep in mind that once you convert an image at a particular size, you cannot change its size as an embroidery file.  You must convert it again if you want a different size embroidery design.  A handy tip is to convert images at the smallest size you can.  You can convert a smaller image once and use it on a greater number of products.  If you convert an image in a larger size, it will only fit on some products.  Hats, for example, have very small design areas and can only accept smaller images.


Step 4: Buy or post
Once you’re satisfied with the size and placement, you have the option to Add to cart or Post for sale. If you choose to add this product to your cart, you will see two line items in your cart…the product itself, and the conversion fee.

If you choose to post this for sale rather than purchase the product yourself, you will be presented with the normal Post for sale page first. Fill it out normally with the description, tags, title, etc. Click Continue when finished.

Now you will get a page reminding you about the conversion that is required.

This page gives details about the conversion fee as well as how long it takes to convert. You must click Continue to cart to add the conversion fee to your shopping cart.

Once it’s in your cart, simply checkout normally, and your image is sent off to be converted.


Step 5: Enjoy!
That’s it! Once the conversion is complete, you will receive an email with a link to your stitch file so you can see how it will stitch out. If you purchased the product, this is when the product begins its normal manufacturing process.

If you posted for sale, your product will appear in the marketplace when conversion is complete.


Free Text
What if you want to create an embroidered product, but don’t want to pay to convert an image? Use one of our over 100 embroidery fonts and create a text only product! No conversion required!

We have specialized monogram fonts, cool fonts, and traditional block and script fonts.

Bend it like Beckham
Another cool thing about using our built-in embroidery fonts is that you can automatically arch your text up or down, or re-orient to vertical or horizontal text, using a simple drop-down menu.

Templatizing the stitchy way
Did you know you can create templates from embroidery products? Any text object in an embroidered product can be made into a template placeholder. This is great for sports teams, family reunion shirts, etc.

For more information on how to create templates, see the post titled More than just embroidery…

More than just embroidery…

October 31, 2008

Release O’Plenty

Wow. What a release! If you haven’t noticed already, we’ve just pushed out one of the biggest releases in Zazzle history. Not only are we now doing real embroidery, but we’ve packed this release full of candy-coated goodness! Unfortunately, we’ve hit a couple performance snags, but we’re getting those resolved very quickly – keep your eye on the Zazzle Forums for updates on that front.  For a quick overview, read our main blog post entitled Embroidery AND New Features. In this post, I’m going to get into some detail on some new features of the Zazzle Design Tool.


I’m such a tool(bar)

One of the first things you might notice is the look of our toolbar. We’ve reorganized it to show more options in a familiar menu style.

There are now Select, Edit, and Align options in the toolbar. These features help you select design elements, copy and paste them, and align them relative to each other. Next time you create something, check them out!

Also, if a product contains more than one design area (front and back of a t-shirt, multiple areas of a shoe, etc.) an Area selector appears on the left. This is a quick and easy way to select the different areas of a product to design on. And the best part is that now they contain easy to understand icons.

Oops, I messed up again

One thing a lot of people do is customize an existing design. You see a cool design and want to add your name, or you want to nudge the image a bit higher. If a contributor has allowed customization, anyone can do these things.

Of course, when you start messing around with a design, you may end up with something that doesn’t quite look like you pictured it. What to do?

REVERT! Yes, now there is an option to revert any design to its original state before you started changing things. Revert is located just under the Post for Sale button.


Templates made easy

So here’s the big one. The top banana. The Big Kahuna. El Jefe. Yes, ladies and gentlecontributors, we now have an easy way to make templates! Zoinks!

“You mean we don’t have to double-click somewhere and add cryptic brackets anymore?”

Correct. There is now a template UI!

You can make a product become a template by simply defining which image(s) or text object(s) can be replaced by the buyer.

Example:
Add an image to a product. You will notice an “Advanced options” link on the image object.

Click the Advanced options link to show all advanced options.

One of the options is a checkbox labeled “Make this a template object”. Checking that box will display all the options available for defining this template image placeholder.

When you select “Make this a template object”, you have access to four options:

  1. Product page label – This is the label that the customer will see on the product page. Use something descriptive here, like “Your picture” or “Your logo”.
  2. URL parameter name – If you are using the Zazzle API to pass data to this product from an external source, this is the parameter name the API will use. Avoid spaces or special characters. You can safely ignore this field if you are not working with the API (see the Zazzle API documentation for more information).
  3. Inner fit/fill mode – For images.If your template allows the buyer to replace your placeholder image with one of her own, this setting determines how the buyer’s image replaces yours. The options are none, fit, or fill.

    none
    – If you set Inner fit/fill mode to none, the buyer’s image simply replaces your placeholder image, and may be larger or smaller than the placeholder.fit – Selecting fit will resize the buyer’s image to fit inside of your placeholder image object’s dimensions. This will ensure that their image is not cropped.

    fill
    – Selecting fill will resize their image to fill the entire dimensions of your placeholder image. If the buyer’s image is wider or taller than your placeholder, this may result in zooming and cropping of the customer’s image.
  4. Allow editing on product page – Keep this checked if you want to enable EZ Templates on your product page. Unchecking this option is usually only done when working with the Zazzle API.

Once you have filled out all the options, click Post for Sale. You are then presented with the normal Post it for Sale page. Notice the checkbox labeled “This product is a template”. This tells you that the product contains template objects, and that it will be posted for sale as a template. Only uncheck it if you decide at this point to not allow customer personalization of this product; otherwise keep it checked.
Congratulations! You have just created a template product!

Lock it up!

Sometimes, you may want to create a template product but have items that are not changeable by a customer. Now you can simply check the box labeled “Lock this image” or “Lock this text object”. This will essentially lock the item and not allow any editing of it whatsoever (can’t delete it, move it, resize it, etc.)

That’s all there is to it, folks!

Zazzle Store Builder…Zazzle products on YOUR website

September 5, 2008

 
 
On Monday, August 18th, we launched our redesigned Zazzle website. Guess what we snuck in there for ya…the Zazzle Store Builder! Yes, now it is possible to put Zazzle products on your website with just a couple of quick text edits!



How easy is this?

All you have to do is enter your gallery name and your associate ID in a configuration file…and voilà! Instant store front! But it can go way deeper than that…over 20 different configurable parameters deeper. Here’s a taste:

  • Google Analytics support
  • Product line filter
  • Product type filter
  • Keyword filter
  • Display product thumbnails in 5 different sizes
  • Sorting and pagination controls
  • Enable local caching
  • Display product titles, descriptions, prices and contributor link
  • Change the image background color

All these parameters and more can be set in a simple configuration text file. No programming required. But if you know a little CSS and HTML, you can do so much more.
 
Oh, and did I mention we are releasing this as Open Source? Yup. If you are a PHP programmer, feel free to dissect this, make it better, add features, create services…the possibilities are as open as you are!

 
Why do we need this?
Some of you may be asking “But Ed, why do we need to have an external web site when I have a perfectly good gallery on Zazzle.com?” The answer is simple. By driving your own traffic to your gallery on Zazzle, you will make more money! A potential customer that visits your Zazzle Store Builder site and clicks on a product thumbnail will be taken to that product in your gallery…with your associate referral ID tagging along for the ride! That means that anything that user buys from Zazzle during that session funnels a percentage to you. And there’s a good chance they’ll buy YOUR product since that’s how they got to Zazzle in the first place. Which means double whammy! Referral AND royalty!
 
And another cool thing is that customers who click over to your gallery from your Store Builder site will be treated to the zBar (a much smaller Zazzle header), putting YOUR brand where it matters most…right in front of the customer that YOU brought to Zazzle.

 
What are the requirements to set this up?
All you need is a web host that supports PHP, and about 10 minutes! We provide documentation (pdf: 3MB) to guide you during setup, and there is now a Tools Forum where you can ask questions or help others if you are wise in the ways of geekdom :-)

 
How does it work?
So what’s the magic behind the Zazzle Store Builder? Simple. RSS feeds. Zazzle’s new gallery RSS architecture lent us the opportunity to build a pretty robust application that gives you, the store owner, the power to design your own store front just the way you want it.

 
Ok, where can I download this?
I can go on all night about the Zazzle Store Builder. But you should really just download it and try it yourself. It’s FREE, so you have nothing to lose…and so much to gain!
 

 


Follow

Get every new post delivered to your Inbox.

Join 388 other followers

%d bloggers like this: