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

Commit 1e41d50

Browse files
authored
Merge pull request #31 from mageplaza/2.3-develop
2.3-develop
2 parents 4b016e9 + 20dfc3a commit 1e41d50

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,21 @@ Install via composer (recommend)
4242

4343
Run the following command in Magento 2 root folder:
4444

45+
With Marketing Automation (recommend):
46+
```
47+
composer require mageplaza/module-email-attachments mageplaza/module-smtp
48+
php bin/magento setup:upgrade
49+
php bin/magento setup:static-content:deploy
50+
```
51+
52+
Without Marketing Automation:
4553
```
4654
composer require mageplaza/module-email-attachments
4755
php bin/magento setup:upgrade
4856
php bin/magento setup:static-content:deploy
4957
```
5058

59+
5160
## 4. Mageplaza Email Attachments Highlight Features
5261

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

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

160180

161181

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"mageplaza/module-core": "^1.4.5"
66
},
77
"type": "magento2-module",
8-
"version": "1.0.7",
8+
"version": "1.0.8",
99
"license": "proprietary",
1010
"authors": [
1111
{

etc/adminhtml/system.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
<field id="enabled" translate="label comment" sortOrder="10" type="select" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
3232
<label>Enable</label>
3333
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
34-
<comment><![CDATA[Select <strong>Yes</strong> to enable the module.]]></comment>
34+
<comment><![CDATA[Select <b>Yes</b> to enable this module.<br />
35+
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 />
36+
2. Magento stores see upwards of 30% revenue 💰 with AVADA. <a href="https://go.avada.io/mageplaza">Learn more</a>]]></comment>
3537
</field>
3638
<field id="cc_to" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
3739
<label>CC to Emails</label>

0 commit comments

Comments
 (0)