Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
2.3-develop
  • Loading branch information
Shinichi69 authored Aug 16, 2021
2 parents 4b016e9 + 20dfc3a commit 1e41d50
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,21 @@ Install via composer (recommend)

Run the following command in Magento 2 root folder:

With Marketing Automation (recommend):
```
composer require mageplaza/module-email-attachments mageplaza/module-smtp
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

Without Marketing Automation:
```
composer require mageplaza/module-email-attachments
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```


## 4. Mageplaza Email Attachments Highlight Features

### Attack PDF billing documents to Invoice Email
Expand Down Expand Up @@ -156,6 +165,17 @@ Login to the `Magento Admin`, navigate to `Store > Configuration > Mageplaza > E
- [Magento 2 Layered Navigation](https://github.com/mageplaza/magento-2-ajax-layered-navigation)
- [Magento 2 security module](https://github.com/mageplaza/magento-2-security)

**Get more [Magento 2 extensions on Marketplace](https://marketplace.magento.com/partner/Mageplaza):**
- [Magento 2 Customer Approval](https://marketplace.magento.com/mageplaza-module-customer-approval.html)
- [Magento 2 Static Block](https://marketplace.magento.com/mageplaza-module-better-static-block.html)
- [Magento 2 Social Share](https://marketplace.magento.com/mageplaza-module-social-share.html)
- [Magento 2 Multi Flat Rates](https://marketplace.magento.com/mageplaza-module-multi-flat-rates.html)
- [Magento 2 Share Cart](https://marketplace.magento.com/mageplaza-module-share-cart.html)
- [Magento 2 Instagram Feed](https://marketplace.magento.com/mageplaza-module-instagram-feed.html)
- [Magento 2 Same Order Number](https://marketplace.magento.com/mageplaza-module-same-order-number.html)
- [Magento 2 Two-Factor Authentication](https://marketplace.magento.com/mageplaza-module-two-factors-authentication.html)
- [Magento 2 Quick Cart](https://marketplace.magento.com/mageplaza-module-quick-cart.html)
- [Magento 2 Order History](https://marketplace.magento.com/mageplaza-module-order-history.html)



Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "1.0.7",
"version": "1.0.8",
"license": "proprietary",
"authors": [
{
Expand Down
4 changes: 3 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<field id="enabled" translate="label comment" sortOrder="10" type="select" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Enable</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[Select <strong>Yes</strong> to enable the module.]]></comment>
<comment><![CDATA[Select <b>Yes</b> to enable this module.<br />
1. It helps to reduce abandonment cart with <a href="https://www.mageplaza.com/magento-2-one-step-checkout-extension/" target="_blank">One Step Checkout</a>. <br />
2. Magento stores see upwards of 30% revenue 💰 with AVADA. <a href="https://go.avada.io/mageplaza">Learn more</a>]]></comment>
</field>
<field id="cc_to" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>CC to Emails</label>
Expand Down

0 comments on commit 1e41d50

Please sign in to comment.