When ordering an item that costs $0.00 using the command "6", the quantity keyed in doesn't matter, the price given to the user is shown as $.00, which is incorrect since it should instead be shown as $0.00
Since this is a minor flaw in the functionality that only occurs for an edge case, the bug severity is low.

When ordering an item that costs$0.00 using the command "6", the quantity keyed in doesn't matter, the price given to the user is shown as $ .00, which is incorrect since it should instead be shown as $0.00
Since this is a minor flaw in the functionality that only occurs for an edge case, the bug severity is low.