File tree 7 files changed +22
-9
lines changed
Controller/Adminhtml/Order
7 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace ManishJoy \DeleteOrders \Controller \Adminhtml \Order ;
6
+ namespace TheCodingTutor \DeleteOrders \Controller \Adminhtml \Order ;
7
7
8
8
use Magento \Framework \Model \ResourceModel \Db \Collection \AbstractCollection ;
9
9
use Magento \Backend \App \Action \Context ;
Original file line number Diff line number Diff line change 1
- # ManishJoy_DeleteOrders v1.0.0
1
+ # TheCodingTutor_DeleteOrders v1.0.0
2
2
3
3
More courses and tutorials about Magento 2 visit:
4
4
5
- http://thecodingtutor.com/magento/
5
+ http://thecodingtutor.com/category/magento/
6
+
7
+ ###The extension is free and always will be
8
+ ##Charges:
9
+ ####Installation: $10
10
+ ####Supprt: $20/6 months
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " manishjoy /magento2-delete-orders" ,
2
+ "name" : " thecodingtutor /magento2-delete-orders" ,
3
3
"description" : " extension for deleting orders in magento 2" ,
4
4
"type" : " magento2-module" ,
5
5
"version" : " 1.0.0" ,
11
11
"php" : " ~5.5.0|~5.6.0|~7.0.0" ,
12
12
"magento/magento-composer-installer" : " *"
13
13
},
14
+ "authors" : [
15
+ {
16
+ "name" : " Manish Joy" ,
17
+
18
+ "homepage" : " http://thecodingtutor.com/" ,
19
+ "role" : " Developer"
20
+ }
21
+ ],
14
22
"extra" : {
15
23
"map" : [
16
24
[
17
25
" *" ,
18
- " ManishJoy /DeleteOrders"
26
+ " TheCodingTutor /DeleteOrders"
19
27
]
20
28
]
21
29
}
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
- <type name =" ManishJoy \DeleteOrders\Controller\Adminhtml\Order\MassDelete" >
9
+ <type name =" TheCodingTutor \DeleteOrders\Controller\Adminhtml\Order\MassDelete" >
10
10
<arguments >
11
11
<argument name =" deleteorderAction" xsi : type =" array" >
12
12
<item name =" context" xsi : type =" string" >Magento\Backend\App\Action\Context</item >
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:App/etc/routes.xsd" >
9
9
<router id =" admin" >
10
10
<route id =" mj_deleteorders" frontName =" mj_deleteorders" >
11
- <module name =" ManishJoy_DeleteOrders " />
11
+ <module name =" TheCodingTutor_DeleteOrders " />
12
12
</route >
13
13
</router >
14
14
</config >
Original file line number Diff line number Diff line change 1
1
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
2
- <module name =" ManishJoy_DeleteOrders " setup_version =" 1.0.0" >
2
+ <module name =" TheCodingTutor_DeleteOrders " setup_version =" 1.0.0" >
3
3
<sequence >
4
4
<module name =" Magento_Sales" />
5
5
</sequence >
Original file line number Diff line number Diff line change 6
6
7
7
\Magento \Framework \Component \ComponentRegistrar::register (
8
8
\Magento \Framework \Component \ComponentRegistrar::MODULE ,
9
- 'ManishJoy_DeleteOrders ' ,
9
+ 'TheCodingTutor_DeleteOrders ' ,
10
10
__DIR__
11
11
);
You can’t perform that action at this time.
0 commit comments