Details
Description
When ordering configurable options, the covered date range is displayed in the order summary box, but these dates are always the same as the parent and are shown for the parent already. Also, since the description of configurable options can be long, it can get overwhelming and difficult to follow.
Let's remove the date range shown for configurable options, since it is shown already for the parent. So, instead of this:
Test Package (Jul 30, 2019 - Aug 30, 2019) 1 @ $5.00
-> Email Addresses - 5x How many emails? (Jul 30, 2019 - Aug 30, 2019) 5 @ $2.50
We would show this:
Test Package (Jul 30, 2019 - Aug 30, 2019) 1 @ $5.00
-> Email Addresses - 5x How many emails? 5 @ $2.50
See screenshot for details.
-
- Add a setting to denote whether to remove verbose dates from config options on invoices/orders
- Remove dates from the config options iff there is a parent service item. That is, if there is no parent service item, which may be the case when updating an existing service to add a new config option, the new config option may appear alone on the invoice, so we would want to display the date in that case.
What if you add a config option to an existing service or it's prorated? It may not be clear why it said it cost $5 but is really only $1.27 (because of proration) without seeing the date range is not exactly a month. It seems like this may be better as a configurable option in some way.