-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
|
||
<!--- Before adding a new issue, please check all closed and existing issues to make sure this is not a duplicate --> | ||
|
||
|
||
#### Magento version #: | ||
|
||
#### Edition (EE, CE, OS, etc): | ||
|
||
#### Expected behavior: | ||
|
||
#### Actual behavior: | ||
|
||
#### Steps to reproduce: | ||
|
||
#### Preconditions | ||
<!--- Provide a more detailed information of environment you use --> | ||
<!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. --> | ||
|
||
|
||
<!--- | ||
PLEASE NOTE: | ||
We receive multiple emails & support tickets almost daily asking for help. | ||
In most cases these issues have nothing to do with our extension and mostly | ||
caused by lack of basic Magento knowledge or not following installation instructions. | ||
At MagePal, our goal is to develop a wide variety of both free and paid extension | ||
and due to our limited resources, our main focus are fixing reported bugs and developing | ||
other great extensions. | ||
Because of this, we cannot provide free support for our free extensions. | ||
However, we do offer very affordable support options and/or training. | ||
For more information visit www.magepal.com or email us at [email protected]. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Reindex your Magento 2 store quickly and easily from backend/admin. Ideal for pr | |
``` | ||
composer require magepal/magento2-reindex | ||
``` | ||
##### Manually | ||
##### Manually (not recommended) | ||
* Download the extension | ||
* Unzip the file | ||
* Create a folder {Magento 2 root}/app/code/MagePal/Reindex | ||
|
@@ -37,4 +37,4 @@ If you encounter any problems or bugs, please open an issue on [GitHub](https:// | |
|
||
Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate. | ||
|
||
© MagePal LLC. | ||
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,11 @@ | |
<tab>magepal</tab> | ||
<resource>MagePal_Reindex::config_magepal_reindex</resource> | ||
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label"> | ||
<attribute type="expanded">1</attribute> | ||
<label>About MagePal Reindex</label> | ||
<comment><![CDATA[ <strong>Copyright © 2018 <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br /> | ||
Thanks for choosing MagePal Extensions. Trusted by 1000's of developers worldwide.<br/><br/> | ||
<hr style="border-top: 1px solid #e3e3e3" /> ]]></comment> | ||
<field id="module_version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0"> | ||
<label>Module Version</label> | ||
<frontend_model>MagePal\Reindex\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"Module Version","Module Version" | ||
"Composer Version","Composer Version" | ||
"Configuration","Configuration" | ||
"Please select indexers.","Please select indexers." | ||
"Reindex %1 indexer(s).","Reindex %1 indexer(s)." | ||
"We couldn't reindex because of an error.","We couldn't reindex because of an error." | ||
"Reindex","Reindex" |