htcmage/m2-fix-admin-email-template

Magento 2 fix admin email template could not show sale items block

Installs: 42 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 4

Forks: 2

Open Issues: 0

Type:magento2-module

1.0.0 2020-09-16 04:34 UTC

This package is auto-updated.

Last update: 2024-05-24 19:24:35 UTC


README

htcmage/m2-fix-admin-email-template

Main Functionalities

  • Fix bug the email template created by admin could not show block content obtained from layout handle

Installation

Type 1: Zip file

  • Unzip the zip file in app/code/HTCMage
  • Enable the module by running php bin/magento module:enable HTCMage_FixAdminEmailTemplate
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require htcmage/m2-fix-admin-email-template
  • enable the module by running php bin/magento module:enable HTCMage_FixAdminEmailTemplate
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • No need

Specifications

  • Plugin
    • beforeBeforeSave - Magento\Email\Model\Template > HTCMage\FixAdminEmailTemplate\Plugin\Magento\Email\Model\Template