Documentation Home

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:

  1. promote-success.html --> promote_success.html
  2. promote-fail.html --> promote_fail.html
  3. scheduled-deploy-success.html --> scheduled_deploy_success.html
  4. 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:

  1. Create an EmailInfo of email type EnterpriseNotificationEventType.NOTIFY_ABANDONED_CART.
  2. Using AdvancedCMS, create an EmailTemplate of type EnterpriseNotificationEventType.NOTIFY_ABANDONED_CART.