File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
app/code/Magento/Sales/view/frontend/layout Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 12
12
<body >
13
13
<attribute name =" class" value =" sales-guest-view" />
14
14
<referenceContainer name =" page.main.title" >
15
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" order.status" template =" order/order_status.phtml" />
16
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" order.date" template =" order/order_date.phtml" />
15
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
16
+ name =" order.status"
17
+ template =" order/order_status.phtml"
18
+ cacheable =" false" />
19
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
20
+ name =" order.date"
21
+ template =" order/order_date.phtml"
22
+ cacheable =" false" />
17
23
</referenceContainer >
18
24
<referenceContainer name =" content" >
19
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" sales.order.print" template =" order/view.phtml" >
25
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
26
+ name =" sales.order.print"
27
+ template =" order/view.phtml"
28
+ cacheable =" false" >
20
29
<block class =" Magento\Sales\Block\Order\PrintShipment" name =" order_items" template =" order/items.phtml" >
21
30
<block class =" Magento\Framework\View\Element\RendererList" name =" sales.order.print.renderers" as =" renderer.list" />
22
31
<block class =" Magento\Sales\Block\Order\Totals" name =" order_totals" template =" order/totals.phtml" >
Original file line number Diff line number Diff line change 12
12
<body >
13
13
<attribute name =" class" value =" account" />
14
14
<referenceContainer name =" page.main.title" >
15
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" order.status" template =" order/order_status.phtml" />
16
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" order.date" template =" order/order_date.phtml" />
15
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
16
+ name =" order.status"
17
+ template =" order/order_status.phtml"
18
+ cacheable =" false" />
19
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
20
+ name =" order.date"
21
+ template =" order/order_date.phtml"
22
+ cacheable =" false" />
17
23
</referenceContainer >
18
24
<referenceContainer name =" content" >
19
- <block class =" Magento\Sales\Block\Order\PrintShipment" name =" sales.order.print" template =" order/view.phtml" >
25
+ <block class =" Magento\Sales\Block\Order\PrintShipment"
26
+ name =" sales.order.print"
27
+ template =" order/view.phtml"
28
+ cacheable =" false" >
20
29
<block class =" Magento\Sales\Block\Order\Items" name =" order_items" template =" order/items.phtml" >
21
30
<block class =" Magento\Framework\View\Element\RendererList" name =" sales.order.print.renderers" as =" renderer.list" />
22
31
<block class =" Magento\Sales\Block\Order\Totals" name =" order_totals" template =" order/totals.phtml" >
You can’t perform that action at this time.
0 commit comments