I found a slight bug with the any color changing that may occur. If a user enters in a hex value only (ex. "FF0000") when they purchase the item, it won't show properly in Firefox but works fine in IE. To get it to work properly, you have to add the # sign to the beginning (ex. "#FF0000").
Can you add a check to see if the user enters a # when they enter in the hex color value only and if not, add it to the number before storing it in the database?
|