I am working on an ecommerce site, most likely using ubercart, and am looking for some advice on providing user customizable images. So, showing a t-shirt, and allowing the user to type text on the shirt, etc. -- Something like cafepress but far less complicated....

Is something like that typically created with flash? Does anyone have any experience/guidance on creating such customization tools within a drupal site? - and are there any image related modules that would be helpful in this regard?

Thanks for any input!

Comments

htyson’s picture

I believe that can be done with flash relatively easily and I know that you can pass information from a drupal database into and back out of flash using flash's xml capabilities. It probably wouldn't be too difficult to do this with a small swf reading data from a CCK field.

But I'm still a bit of a novice so what do I know? :)