Timeline for Magento 2: Remove ReferenceBlock - Order Information
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 29, 2018 at 4:21 | comment | added | Sweety Masmiya | For sales order product information block name order_items and Sales billing/shipping/shipping method and payment method information block name sales.order.info. If you want to remove product information then <referenceContainer name="order_items" remove="true" /> If you want to remove Sales billing/shipping/shipping method and payment method then <referenceContainer name="sales.order.info" remove="true" /> Or If you want to move a block then <move element="order_items" destination="content" after="sales.order.info" /> You can use after and before based on your requirements. | |
| Nov 29, 2018 at 3:19 | vote | accept | Adrian Leus | ||
| Nov 29, 2018 at 3:14 | comment | added | Adrian Leus | Thanks, I see the info of the Order Information, But what I see is their classes, What should I do if I want to use the <move element>, calling classes wont work on move element. Can you give me idea on how to move it? should I use css? not xml? | |
| Nov 29, 2018 at 3:04 | vote | accept | Adrian Leus | ||
| Nov 29, 2018 at 3:04 | |||||
| Nov 29, 2018 at 3:03 | vote | accept | Adrian Leus | ||
| Nov 29, 2018 at 3:03 | |||||
| Nov 28, 2018 at 4:33 | history | answered | Sweety Masmiya | CC BY-SA 4.0 |