Skip to content

Commit

Permalink
Merge pull request #22 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
2.3 develop
  • Loading branch information
haitv282 authored Aug 13, 2021
2 parents d4cb21c + 64c06fc commit cd065a2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,19 @@ A: **Text** button only displays chosen items while **PDF** button offers more i

Run the following command in Magento 2 root folder:

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

Without Marketing Automation:
```
composer require mageplaza/module-share-cart
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```
## 4. Highlight Features

### Quick share by copy-and-paste
Expand Down Expand Up @@ -181,3 +188,25 @@ composer require mpdf/mpdf
- [Magento 2 Advanced report free](https://github.com/mageplaza/magento-2-reports)
- [Magento 2 Blog free](https://github.com/mageplaza/magento-2-blog)


**Explore more Magento 2 extensions from Mageplaza**

[Mageplaza Login as Customer](https://www.mageplaza.com/magento-2-login-as-customer/)

[Mageplaza Image Optimizer](https://www.mageplaza.com/magento-2-image-optimizer/)

[Mageplaza Customer Attributes](https://www.mageplaza.com/magento-2-customer-attributes/)

[Mageplaza Layered Navitaion Ultimate](https://www.mageplaza.com/magento-2-layered-navigation-extension/)

[M2 Google Tag Manager](https://www.mageplaza.com/magento-2-google-tag-manager/)

[Mageplaza Ajax Cart](https://www.mageplaza.com/magento-2-quick-view/)

[Mageplaza Store Pickup](https://www.mageplaza.com/magento-2-store-pickup-extension/)

[Mageplaza Product Options](https://www.mageplaza.com/magento-2-product-options/)

[Mageplaza OneStepCheckout](https://www.mageplaza.com/magento-2-one-step-checkout-extension/)

[Mageplaza Reward Points](https://www.mageplaza.com/magento-2-reward-points-extension/)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mageplaza/module-core": "^1.4.5",
"mpdf/mpdf": "^7.1.0 | ^8.0.0"
},
"version": "1.1.3",
"version": "1.1.4",
"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="file_name" translate="label comment" sortOrder="20" type="text" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>File Name</label>
Expand Down

0 comments on commit cd065a2

Please sign in to comment.