$this->
getDeliveryShippedPlainTemplateEn(),
$this->
getDeliveryShippedHTMLTemplateDe(),
$this->
getDeliveryShippedPlainTemplateDe() );
$this->
updateMailTemplate( MailTemplateTypes::MAILTYPE_STATE_ENTER_ORDER_DELIVERY_STATE_RETURNED_PARTIALLY,
$connection,
$defaultLangId,
$deLangId,
$this->
getDeliveryReturnedPartiallyHtmlTemplateEn(),
$this->
getDeliveryReturnedPartiallyPlainTemplateEn(),
$this->
getDeliveryReturnedPartiallyHTMLTemplateDe(),
$this->
getDeliveryReturnedPartiallyPlainTemplateDe() );
// update order state email template
$this->
updateMailTemplate( MailTemplateTypes::MAILTYPE_STATE_ENTER_ORDER_STATE_CANCELLED,
$connection,
$defaultLangId,
$deLangId,
$this->
getOrderStateCancelledHtmlTemplateEn(),