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.
Minor issues noted in 7.0.5
Minor issues noted in 7.0.5
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
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
Re: Minor issues noted in 7.0.5
Track progress on this at following linkAbleMods 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.
http://bugs.ablecommerce.com/show_bug.cgi?id=8991
Track progress on this at following link2. 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.
http://bugs.ablecommerce.com/show_bug.cgi?id=8992
Re: Minor issues noted in 7.0.5
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.
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.