Click to See Complete Forum and Search --> : Funny T-shirts website. New ecommerce - new approach


Cratima
12-19-2007, 09:36 AM
Review Cratima new release please : Funny T-shirts (http://www.stand-uptees.com).

I need to know if you find any bugs, if it loads well.
I would like to hear opinions from different people using different browsers and OS.
Do you think that the design is adapted to the target visitors (teenagers, youths)?
We have a new web tester division and I need to test their work on this project as well!
Is this an easy to use, few purchasing steps e-commerce (that's what the customer wants)

Thanks!

dtm32236
12-19-2007, 11:09 AM
I think that you should have some sort of security icon (verisign orsomething) on the checkout page. That makes people feel safer about their purchases.

I also think that there should be a 'close' or 'continue shopping' button on the popup when you click 'add to cart'. It took me a second to realize that I had to close that box. I wasn't sure if it did add it to the cart, or where to go from there.

You should also check out your html (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.standuptees.com%2Findex.php%3FosCsid%3D2deaf396bcd36f2914ce0e713b5241ce) and css (http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.standuptees.com%2Findex.php%3FosCsid%3D2deaf396bcd36f2914ce0e713b5241ce) errors.

In CSS, everything has to have a unit. You can't do height:500;... this has gotta be height:500px;

Input tags should be contained within a <p> tag (or H1-6, div, pre, etc...)

And all img tags have to be closed:
<img src="image.jpg" alt="my image" />

The site is nice and simple to use. I didn't see anything wrong with it.

But, I have seen other site that look exactly like this one. (like bustedtees.com). Was this a pre-packaged website? (is that what they call them?)