d
About this Entry
Posted by: garyfong1

Visit garyfong1's Xanga Site

Original: 11/25/2007 3:09 AM
Views: 290
Comments: 5
eProps: 2

Read Comments
Post a Comment
Back to Your Xanga Site


Who gave the eProps?
2 eProps!2 eProps! 2 eProps from:
JarrettGreen

Sunday, November 25, 2007

  THE GIFT CERTIFICATE TEMPLATE FOR PRINTING
ON PHOTO PAPER - MAKING A TANGIBLE GIFT
d
In merchandising, packaging is everything. You've probably noticed at every retailer you go to these days (even grocery stores) they sell "gift cards" like to "Borders", "Starbucks", etc. Obviously it seems to work, and I'm sure that the grocery store gets a kickback from each purchase, of course.
So in order to maximize the potential for the holiday season, I wanted to make a gift card, but the challenge was being able to deliver immediately. For the last-minute shopper it would be expensive to have gift cards sent FedX - plus, why pay the shipping if I can deliver the product to you via the internet? It would be ideal if I could get you a beautiful, impressive gift card that you could wrap for the GFI fan on your holiday shopping list.
The mechanism will work like this. You'll go to my e-store, and select a card level. Green for $25/50, Silver for $75/100/150 and Badass Black for $200/500/1000 demoninations. Once your purchase is approved, you will receive a redemption code for credit on the e-store. You will also receive a password-secured PDF file for printing onto either 4x6 or Letter sized, photo paper.
Once your treasured lucky loved one gets this card, they simply go on my e-store, pick out what they want, and then punch in their gift code and the amount you give will be instantly deducted from their (or yours, you sly dog) total due.
I also will occasionally offer discounts on the Gift Cards, so you might not really pay $1,000 for your Black GFI gift card. But it looks like it at face value.
It just struck me that it is a little weird that I am giving my merchandising strategy to my target audience... kind of like a fisherman explaining what bait he's going to use to the fish in the lake, but as long as I am providing something of value and teaching merchandising as well, I like it!
 Posted 11/25/2007 3:09 AM - 290 views - 5 comments

Give eProps or Post a Comment

5 Comments

Visit JarrettGreen's Xanga Site!
Hey Gary - sounds cool - except for the handwritten code part - kind of screams "hey I printed this myself". Since you're working with a PDF, you can pass variables to them and dynamically generate them on the fly for folks. Just a thought.
Posted 11/25/2007 5:37 PM by JarrettGreen - reply

Visit garyfong1's Xanga Site!
How do you pass variables? Do you mean make an html frame and have the software fill the bucket? The problem with that is formatting. It comes out in display resolution doesn't it? And then there is the part where people have to choose the page setup size. But I am all ears!
Posted 11/25/2007 7:04 PM by garyfong1 Xanga True Member Xanga Lifetime Member - reply

Visit JarrettGreen's Xanga Site!
Whoops. Forgot about this post. It *can* be really simple, but I don't know if you have any programming experience. We use iText which is a set of classes for Java that can produce runtime PDFS with whatever dynamic info you need in there. You can go here and learn a bit

http://itextdocs.lowagie.com/tutorial/

Basically in your store, a user would pay for the card, java (or php if you wanted) would generate the code, place in in the url, java would then parse it and stick it into the PDF - regardless of the page setup - here's why: If the link structure is blah.com/4x6.pdf for that size then the link would be generated dynamically to include blah.com/4x6.pdf?code=1234568 and java would do the rest. It's a bit to explain, but you're a smart guy and with enough poking around on that site you should be able to figure it out.... or hire my firm ;)
Posted 11/27/2007 11:05 AM by JarrettGreen - reply

Visit JarrettGreen's Xanga Site!
Whoops. Forgot about this post. It *can* be really simple, but I don't know if you have any programming experience. We use iText which is a set of classes for Java that can produce runtime PDFS with whatever dynamic info you need in there. You can go here and learn a bit

http://itextdocs.lowagie.com/tutorial/

Basically in your store, a user would pay for the card, java (or php if you wanted) would generate the code, place in in the url, java would then parse it and stick it into the PDF - regardless of the page setup - here's why: If the link structure is blah.com/4x6.pdf for that size then the link would be generated dynamically to include blah.com/4x6.pdf?code=1234568 and java would do the rest. It's a bit to explain, but you're a smart guy and with enough poking around on that site you should be able to figure it out.... or hire my firm ;)
Posted 11/27/2007 11:06 AM by JarrettGreen - reply

Visit JarrettGreen's Xanga Site!
Ergh. I hate Xanga for double posts.... Anyway I forgot to mention, it may look cumbersome, but you need to look at the PDFStamper class - basically, you have a ready made PDF like you have, figure out the coordinates of your space for the code, and voila - stamp it with the dynamic code.
Posted 11/27/2007 11:09 AM by JarrettGreen - reply


Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
Profile Pic:
Default  |  Choose »  (?)



Back to garyfong1's Xanga Site!
Note: your comment will appear in garyfong1's local time zone:
GMT -08:00 (Pacific Standard - US, Canada)