Migration from 3.2 to 3.3.0-GA
If you are using any of the following email templates, be sure to change their names:
promote-success.html
-->promote_success.html
promote-fail.html
-->promote_fail.html
scheduled-deploy-success.html
-->scheduled_deploy_success.html
scheduled-deploy-fail.html
-->scheduled_deploy_fail.html
New Notification Event
There is now a notification issued to notify abandoned carts before they are purged.
You can plug into this notification in two ways:
- Create an
EmailInfo
of email typeEnterpriseNotificationEventType.NOTIFY_ABANDONED_CART
. - Using AdvancedCMS, create an
EmailTemplate
of typeEnterpriseNotificationEventType.NOTIFY_ABANDONED_CART
.