4
마 젠토 2 : 고객 섹션 /sections.xml은 어떻게 작동합니까?
최근 Magento 2에서 흥미로운 새로운 개념을 발견했습니다. 고객 섹션 여러분 중 일부는 sections.xml다음과 같은 파일이 있음을 알게 될 것입니다 . <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd"> <action name="sales/guest/reorder"> <section name="cart"/> </action> <action name="sales/order/reorder"> …