Details
Description
When adding items to the cart in the order form they appear like this:
1 Month for 1 @ $x
But this is a little confusing. Since the quantity is only 1, it should instead read:
1 Month @ $x
The affected language file is /plugins/order/language/en_us/summary.php, specifically these definitions:
$lang['Summary.index.item_price']
$lang['Summary.index.item_price_pro_rata']
Is this task intending to only affect the Order plugin, or does this also apply to the admin/client UIs? I believe there are similar definitions displayed when adding services in Blesta from the admin and client UI.