Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.5.0-b4
-
Fix Version/s: None
-
Component/s: Modules
-
Labels:None
Description
The Universal Module currently sets the
{% debug %}email template tag by default for products. We should remove that tag from being set by default. This will improve usability by not requiring them to remove it.
We should consider updating the notification tags to include an array of these field names. This would help categorize field names, and avoid the possibilty of fields being overwritten if the package field name is the same as the service field name.
Consider:
Package field names -> {_package_fields} (e.g. {_package_fields.name})
Service field names -> {_service_fields} (e.g. {_service_fields.name})
Existing fields would need to be maintained for backward compatibility.