File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Adminhtml/System/Config/Form/Field
Model/Config/Backend/Serialized
adminhtml/templates/system/config/form/field Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \CheckoutSuccessMiscScript \Block \Adminhtml \System \Config \Form \Field ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \CheckoutSuccessMiscScript \Block \Checkout ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \CheckoutSuccessMiscScript \Helper ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \CheckoutSuccessMiscScript \Model \Config \Backend \Serialized ;
Original file line number Diff line number Diff line change 1
- <a href =" http ://www.magepal.com" title =" Magento Extension Store " ><img src =" https://image.ibb.co/dHBkYH/Magepal_logo.png " width =" 100 " align =" right " alt =" Magento App Store " /></a >
1
+ <a href =" https ://www.magepal.com" title =" Magento Extension Store " ><img src =" https://image.ibb.co/dHBkYH/Magepal_logo.png " width =" 100 " align =" right " alt =" Magento App Store " /></a >
2
2
3
3
# Add Miscellaneous HTML and Scripts to Magento2 Checkout Success Page
4
4
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
1
+ <?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Acl/etc/acl.xsd" >
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Config:etc/system_file.xsd" >
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
/**
@@ -33,8 +33,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
33
33
<tfoot>
34
34
<tr>
35
35
<td colspan="<?= count ($ block ->getColumns ())+$ _colspan ?> " class="col-actions-add">
36
- <button id="addToEndBtn<?= $ block ->escapeHtmlAttr ($ _htmlId ) ?> "
37
- class="action-add"
36
+ <button id="addToEndBtn<?= $ block ->escapeHtmlAttr ($ _htmlId ) ?> "
37
+ class="action-add"
38
38
title="<?= $ block ->escapeHtmlAttr (__ ('Add ' )) ?> "
39
39
type="button">
40
40
<span><?= $ block ->escapeHtml ($ block ->getAddButtonLabel ()) ?> </span>
@@ -45,8 +45,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
45
45
<tbody id="addRow<?= $ block ->escapeHtmlAttr ($ _htmlId ) ?> "></tbody>
46
46
</table>
47
47
</div>
48
- <input type="hidden"
49
- name="<?= $ block ->escapeHtmlAttr ($ block ->getElement ()->getName ()) ?> [__empty]"
48
+ <input type="hidden"
49
+ name="<?= $ block ->escapeHtmlAttr ($ block ->getElement ()->getName ()) ?> [__empty]"
50
50
value="" />
51
51
52
52
<script>
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Copyright © MagePal, LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 1column" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
/**
You can’t perform that action at this time.
0 commit comments