• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

CorneliuTusnea
#1 Posted : Thursday, November 9, 2006 5:59:41 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

I continue my list of changes/issues I found while merging SP1B2.


1. Cart.aspx - there is an extra <span> in the <h1> with the title. (That's fixed in other locations.)



2. Please set a class on the asp:GridView in the Cart to make it easy to customize. I used "cartproductgrid" for mine. Same for each of the columns and product price label.



3. I changed my Global.asax to log all exceptions + inner exceptions. Sometimes the inner exceptions contain good details. I also log with an exception information like HttpRefer and UserAgent. (this is how I discovered the FF on unix is sending lowercase urls and thus generates exceptions on category mapping)

Also, if the store is closed and the user is not admin, redirect the user to the closed page not to the error page. This way I can update the site without worring the user will hit one page while I'm updating the site and get an eror.



4. Last Products View, Load Product Grid: Hide the recentlyViewed list if myProducts Is Nothing. There are not products, so why show a box with no items.



5. Pager control: I changed my control to add two spaces before/after the page no:

lb.Text = "  " + (startPageNumber + (i - 1)).ToString() + "  "
It makes it so much easier for the user to click on the page name now as you don't have to struggle to click exactly on the digit.



6. Shipping - automatically select the shipping method and calculate the shipping if there is only one available. It does not really make sense for the user to click on a single, unchecked radio button on the screen.



Thank you,

Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

CorneliuTusnea
#2 Posted : Thursday, November 9, 2006 7:24:14 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

A small bug:
ProductBatchEdit.aspx(58) bounds the item to "SitePriceForDisplay".
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

jetheredge
#3 Posted : Friday, November 10, 2006 10:57:42 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

1) Removed the span
2) we set classes on these
3) can you send us the code for this, and we will try and integrate it.
4) This will probably not make it into SP1, sorry.
5) This can be accomplished by applying styles (see the Print Book theme)
6) We will look into this for SP1
Justin Etheredge
Senior Software Engineer
BVSoftware
Cliff
#4 Posted : Friday, November 10, 2006 1:22:19 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Regarding #5, Corneliu, it's best not to use redundant spaces, but padding on the link instead.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012