Minor issues noted in 7.0.5

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Minor issues noted in 7.0.5

Post by AbleMods » Mon Aug 30, 2010 7:25 am

I've noticed a few minor issues I thought I would document for Able review:

1. After entering a new user and clicking the Save button, clicking the Create Order button on the Orders tab still requires a user email to proceed with order creation. If I save the user, then refresh the Edit-User page BEFORE clicking the Create Order button, the page automatically pulls in the displayed user as it should.

2. When entering an order on the admin-side, changing the quantity of a line item and clicking Recalculate changes the item price and the item total. It should only change the item total - individual item price should not be changing when quantity is changed.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Minor issues noted in 7.0.5

Post by mazhar » Mon Sep 06, 2010 5:12 am

AbleMods wrote:I've noticed a few minor issues I thought I would document for Able review:

1. After entering a new user and clicking the Save button, clicking the Create Order button on the Orders tab still requires a user email to proceed with order creation. If I save the user, then refresh the Edit-User page BEFORE clicking the Create Order button, the page automatically pulls in the displayed user as it should.
Track progress on this at following link
http://bugs.ablecommerce.com/show_bug.cgi?id=8991
2. When entering an order on the admin-side, changing the quantity of a line item and clicking Recalculate changes the item price and the item total. It should only change the item total - individual item price should not be changing when quantity is changed.
Track progress on this at following link
http://bugs.ablecommerce.com/show_bug.cgi?id=8992

User avatar
triplw
Commander (CMDR)
Commander (CMDR)
Posts: 144
Joined: Sat Jan 12, 2008 5:34 pm
Contact:

Re: Minor issues noted in 7.0.5

Post by triplw » Wed Sep 15, 2010 3:25 pm

Issue #1:
This is more than just an annoyance of having to retype customer info. We sometimes will lose the customer's basket when taking orders. The UserId isn't passed in the QueryString and you are redirected to ~/Admin/Orders/Create/CreateOrder1.aspx.

To recreate this bug:
Click edit button for a User Account to go to the ~/Admin/People/Users/EditUser.aspx page.
Make a change to their account info and click Save.
Go to the Orders tab.
Hover on the Create order button and notice that the UID is not in the QueryString.

The same problem occurs when you start on the ~/Admin/Orders/Default.aspx page and go to ~/Admin/Orders/Create/CreateOrder1.aspx. If you enter an email address and click "New Customer" the email you typed in is not there when you get to ~/Admin/Orders/Create/CreateOrder3.aspx. Sometimes the customer's Basket is lost.

Post Reply