File tree Expand file tree Collapse file tree 2 files changed +35
-15
lines changed Expand file tree Collapse file tree 2 files changed +35
-15
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,12 @@ By default, you can set your store indexers to "Update on Save" or "Update by Sc
32
32
```
33
33
composer require magepal/magento2-reindex
34
34
```
35
- ##### Manually (not recommended)
36
- * Download the extension
37
- * Unzip the file
38
- * Create a folder {Magento 2 root}/app/code/MagePal/Reindex
39
- * Copy the content from the unzip folder
40
35
41
- #### Step 2 - Enable Reindex (from {Magento root} folder)
42
- * php -f bin/magento module: enable --clear-static-content MagePal_Reindex
43
- * php -f bin/magento setup: upgrade
44
-
45
- #### How to Reindex Magento2 (from Admin with extension)
36
+ ## Documentation
46
37
47
- ![ Magento2 how to Reindex] ( https://image.ibb.co/nt4GDd/how_to_reindex_magento2.png )
38
+ [ How to Installing Reindex for Magento2 ] ( https://www.magepal.com/help/docs/how-to-reindex-magento-2/#installation )
48
39
49
- * Admin > System > Index Management > Select Index Checkbox > Index Action > Reindex > Submit
40
+ [ How to setup Reindex for Magento2 ] ( https://www.magepal.com/help/docs/how-to-reindex-magento-2/#configuration )
50
41
51
42
#### How to reindex your Magento 2 store from Command Line - One or more indexers are invalid
52
43
Original file line number Diff line number Diff line change 18
18
<group id =" about" showInDefault =" 1" showInStore =" 1" showInWebsite =" 1" sortOrder =" 0" translate =" label" >
19
19
<attribute type =" expanded" >1</attribute >
20
20
<label >About MagePal Reindex</label >
21
- <comment ><![CDATA[ <strong>Copyright © 2019 <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a> / <a href="mailto:support@magepal.com">support@magepal.com</a></strong><br />
22
- Discover other must have extensions at <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
23
- <hr style="border-top: 1px solid #e3e3e3" /> ]]> </comment >
21
+ <comment ><![CDATA[
22
+ <div id="magepal-info">
23
+ Copyright © 2019 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
24
+ <a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#documentation" target="_blank">Documentation</a>
25
+ <a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#support">Support</a>
26
+ <a href="https://www.magepal.com/help/docs/smtp-magento?utm_source=smtp&utm_medium=admin#current_version" target="_blank">Latest Version</a>
27
+ <a href="https://www.magepal.com/custom-smtp.html?utm_source=smtp&utm_medium=admin" target="_blank">Extension Detail</a>
28
+ <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">More Extensions</a>
29
+ </div>
30
+ <hr style="border-top: 1px solid #e3e3e3" />
31
+ <style>
32
+ #magepal-info a {
33
+ font-weight: bold;
34
+ border-left: 2px solid #e3e3e3;
35
+ padding-left:10px;
36
+ padding-right:10px;
37
+ color: #ef7e1e;
38
+ }
39
+
40
+ #magepal-info a:first-child {
41
+ padding-left: 5px;
42
+ border-left: none;
43
+ }
44
+
45
+ #magepal-info {
46
+ padding-bottom: 5px;
47
+ }
48
+
49
+ .section-config.active #system_gmailsmtpapp-head {
50
+ padding-bottom: 0px;
51
+ }
52
+ </style>]]> </comment >
24
53
<field id =" module_version" translate =" label" type =" label" sortOrder =" 0" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
25
54
<label >Module Version</label >
26
55
<frontend_model >MagePal\Reindex\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model >
You can’t perform that action at this time.
0 commit comments