OK,
I've been a customer (a small one) for about 5 years now.... and fortunately I have source code so I can modify what I need to when I need to, but I just recently got into 9.3.1.... and I'm very glad to see the improvements in the infrastructure like switching to using ASP.Net in a more traditional way (controls, postbacks etc)... but I do have to say ask.... please STOP hard coding styles into the interface.
Code like this:
<td colspan="2" style="width: 15%; padding-top:10px; padding-bottom:5px; border-top: solid 1px #000000" align="center">
Has got to to go!
If you just placed those into a new class in the style sheets... then we can as developers, customizers can easily change the values when necessary. When it's hard coded into the application in classes like "ShoppingCart.cs" it's much more difficult to customize the interface as needed.
Just saying.....
Also some of the forms really need to be updated...... the "signin.aspx" form and create account form is just not done well at all. I know the functionality is there, and that's what's most important.... but please, please, please go through some of these forms and make them CSS3 compliant and clean them up!
Thanks in advance.... as a software developer I know this stuff is hard.... but some things just need to be done... sorry just saying!