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

Commit

Permalink
Merge pull request #39 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 ebf92a6 + c380ad9 commit 18b0c70
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
33 changes: 30 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Customer Approval for Magento 2
# Magento 2 Customer Approval Module

[Customer Approval by Mageplaza](http://www.mageplaza.com/magento-2-customer-approval/) is a solution which helps store owner to approve or reject new account registration from customers in specific cases. This is regarded as an effective control method of customer accounts in online stores using Magento 2 platform.

Expand Down Expand Up @@ -44,16 +44,23 @@ A: You can configure this at Not Approve Notification section.
A: Yes, you can do it easily via Redirect CMS Page section from the backend.


## 3. How to install Customer Approval extension for Magento 2
## 3. How to install Magento 2 Customer Approval extension

Install via composer (recommend), run the following command in Magento 2 root folder:

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

Without Marketing Automation:
```
composer require mageplaza/module-customer-approval mageplaza/module-smtp
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```

## 4. Highlight Features

Expand Down Expand Up @@ -346,3 +353,23 @@ When you want to remove the extension, you should go to the database to delete.
![](https://i.imgur.com/aiFNWrY.png)


## Explore more Magento 2 extensions from Mageplaza
[Mageplaza Login as Customer](https://www.mageplaza.com/magento-2-login-as-customer/)

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

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

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

[Magento 2 Google Tag Manager Enhanced eCommerce](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 SMS Notification](https://www.mageplaza.com/magento-2-sms-notification/)

[Mageplaza Follow Up Email](https://www.mageplaza.com/magento-2-follow-up-email/)
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.6",
"version": "1.0.7",
"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" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Enable</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[Select <strong>Yes</strong> to enable this 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="auto_approve" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Auto Approve</label>
Expand Down

0 comments on commit 18b0c70

Please sign in to comment.