Perhaps he could doing the style, since they are very fancy skaters guys ...
I've just made my first sale and it was the most expensive item I have
Thanks to everyone who has given me feedback, I've made some changes based on what has been said and there are more to come. Feel free to give me more suggestions etc.
The drop down box for shipping is showing a bit of code in between each choice, may want to fix that
Congratulations on you first sale.
Over all, it's a good looking site and appears to work well. A couple of minor issues though:
1. Some of the graphics are a little unnecessary, or look a bit out of place. For example the one in the basket of that shopping trolly just looks like a bit of clip-art thrown in there, and the free delivery one on the home page looks out of place and doesn't need to be an image considering it only contains text, and the alt text of it is irrelevant too.
2. If you put a non-numeric value in the quantity filed before adding it to your basket, nothing gets added. Maybe it's worth assuming the quantity is 1 if something else is entered in there? I hit 'w' by accident when I was going for '2', without looking at my keyboard.
3. The error messages for your feedback form are displayed quite far away from the form itself.
4. When clicking the PayPal graphic in the left column it opens a new window with some information in, but in the background the page jumps to the top. You can prevent that with a 'return: false;' in your onclick attribute.
As I said, minor things
Hi,
like the look of the site, maybe abit more colour.
couldnt you put a drop down for quantity? or have an error message like "invalid quantity"? next to the buy button in the white space.
The menu certainly removes the need for an error message and insures that a correct value is entered.
The menu is a good idea, however, never assume the value posted from the web form is valid, you should always validate server side as this is a frequent way that people can crash the site or even defraud you
Basically, the server side must validate it has correct data before starting to process, someone could post data to your order page URL without going via your site, so you have to be able to cope with incorrect data (either reject or discard as you see fit), but you must never assume that the data has come from your page and is therefore clean (hopefully it will always do so and you'll not get a kiddie trying to break your site)
We use essential cookies to make this site work, and optional cookies to enhance your experience.