CONTROLLER
controller_action_predispatch
controller_action_predispatch_[frontName][class][action]
controller_action_postdispatch
VIEW
<?php | |
$mpdf = $block->getPdf(); | |
?> | |
<?php $config = $block->getConfig(); ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
/app/design/frontend/Company/default/Magento_Checkout/js/view/shipping-address/list.js | |
/** | |
* Copyright © Magento, Inc. All rights reserved. | |
* See COPYING.txt for license details. | |
*/ | |
define([ | |
'underscore', | |
'ko', |
<div class="pdf-section-totals1"> | |
<div class="outer-pdf-totals-tbl pdf-totals-container"> | |
<table class="custom-pdf-totals-tbl pdf-totals-tbl"> | |
<tbody> | |
<tr> | |
<td class="pdf-totals-label">Subtotal</td> | |
<td class="pdf-totals-value">{{var order.subtotal}}</td> | |
</tr> | |
<tr> | |
<td class="pdf-totals-label">Tax</td> |
<type name="Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject"> | |
<arguments> | |
<argument name="classWhitelist" xsi:type="array"> | |
<item name="0" xsi:type="string">Magento\Store\Ui\Component\Listing\Column\Store\Options</item> | |
</argument> | |
</arguments> | |
</type> |
#!/bin/bash | |
host_name="magento.test" | |
adminToken=$(curl -sb -X POST "http://${host_name}/rest/V1/integration/admin/token" \ | |
-H "Content-Type:application/json" \ | |
-d '{"username":"admin", "password":"123123q"}') | |
adminToken=$(echo ${adminToken} | sed -e 's/"//g') | |
category_creation_response=$(curl -sb -X POST "http://${host_name}/rest/V1/categories" \ |
CONTROLLER
controller_action_predispatch
controller_action_predispatch_[frontName][class][action]
controller_action_postdispatch
VIEW
/*! | |
* Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/) | |
* Copyright 2011-2020 The Bootstrap Authors | |
* Copyright 2011-2020 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | |
*/ | |
:root { | |
--bs-blue: #0d6efd; | |
--bs-indigo: #6610f2; | |
--bs-purple: #6f42c1; |
*COMMON | |
https://github.com/magento/magento2/issues/27889 -CLOSED NOT VERIFY | |
https://github.com/magento/magento2/issues/29033 -CLOSED | |
https://github.com/magento/magento2/issues/16242 -OPEN | |
https://github.com/magento/magento2/issues/26492 -OPEN | |
https://github.com/magento/magento2/issues/29125 -OPEN | |
https://github.com/magento/magento2/issues/26565 -OPEN WITH CREATED PR | |
https://github.com/magento/magento2/issues/31973 -CLOSED | |
https://github.com/magento/magento2/issues/28387 -OPEN |
<?php | |
/** | |
* Copyright © Magento, Inc. All rights reserved. | |
* See COPYING.txt for license details. | |
*/ | |
// phpcs:disable Magento2.Templates.ThisInTemplate | |
// phpcs:disable Generic.Files.LineLength.TooLong | |
/** |