BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Small Issues & Change Requests in SP1B2 Site (non admin areas)
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 = "&nbsp;&nbsp;" + (startPageNumber + (i - 1)).ToString() + "&nbsp;&nbsp;" 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. |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
A small bug: ProductBatchEdit.aspx(58) bounds the item to "SitePriceForDisplay". Corneliu. |
|
|
|
|
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 |
|
|
|
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.