how can i do something like this (personalized T-shirts)
i sell personalized t shirts and i want my customers to do their own designs so i seen this page (www.shirtcity.com) and i want something like that, please help me
i sell personalized t shirts and i want my customers to do their own designs so i seen this page (www.shirtcity.com) and i want something like that, please help me
greg posted this at 15:29 — 22nd February 2008.
He has: 1,581 posts
Joined: Nov 2005
At a guess it appears they will be using AJAX
I don't think Javascript would be enough on its own.
I don't want to scare you, because it is very possible, but goto their t-shirt design page (where you can edit the shirt text etc), right click on the page (not an image) and click "view page source" in the menu that pops up from right click.
The word *YIKES* springs to mind
It is a very involved large amount of work. If you are not already familiar with Javascript/Ajax you will struggle to 'quickly' learn all the required code to piece that sort of thing together.
Again, not wanting to put you off, you might learn fast. Another option is pay someone trustable to do it.
Or (**cringes**) ask that website if you can use their code - although good luck with that one, I would be very suprised if their answer was yes.
JeevesBond posted this at 15:42 — 22nd February 2008.
He has: 3,956 posts
Joined: Jun 2002
Hi, welcome to TWF!
You want to create a site like shirtcity.com, is that the question? Or do you want to recreate the custom t-shirt maker?
chilu4ever posted this at 17:34 — 22nd February 2008.
They have: 2 posts
Joined: Feb 2008
i sell through auctions and i have lots of problems giving each customer an amount of time waiting them to decide what color, what size, what design etc. so if they could do it by themselves and send me the data it would make me easier and faster the production and delivery but i don't know java that much.
I like the sistem they got and want to do something similar customized for my bussiness. Do you think you can help me?
greg posted this at 19:34 — 22nd February 2008.
He has: 1,581 posts
Joined: Nov 2005
There are many people linking their websites to ebay listings and other auction sites. So I see it would be very possible, and can be worthwhile.
The facilities you provide on your site can range from very simple to complex.
If you don't provide customers with the facility to make their own designs like the site on the link you provided, then a simple website for your requirements would be very easy, and could be done with minimum HTML and CSS.
You could list all the garments you sell with an image, and then each colour and size for each garment quite easily.
If however you do provide customers the option to make custom designs then that can become a little more complicated, but not necceserily out of your scope.
It would be much easier to allow them to input text to go onto a t-shirt and then click "refresh", and that would place the text on the shirt where they wanted. It would be easier that way than the site you linked to, as it changes user input instantly without any page loading.
JeevesBond posted this at 20:05 — 22nd February 2008.
He has: 3,956 posts
Joined: Jun 2002
You've got three options:
Option three is the best in my opinion. Just start out with a very basic form, that submits to a PHP script, that sends you an e-mail with the user's choices. Then expand it to allow the user to see samples of clothes in different colours/sizes. After that, look at dynamically creating images with the user's text on (you'll need PHP and the GD or ImageMagick libraries).
It all depends on what you actually need, what you know, and what you can afford.
a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.