Page 1 of 1

Minor issues noted in 7.0.5

Posted: Mon Aug 30, 2010 7:25 am
by AbleMods
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.

Re: Minor issues noted in 7.0.5

Posted: Mon Sep 06, 2010 5:12 am
by mazhar
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

Re: Minor issues noted in 7.0.5

Posted: Wed Sep 15, 2010 3:25 pm
by triplw
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.