Muszę usunąć cenę „od - do” na stronie produktu pakietu.
Pytanie brzmi: jak usunąć element z argumentu?
Blok jest tworzony w
magento2 / vendor / magento / module-bundle / view / base / layout / catalog_product_prices.xml
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
<referenceBlock name="render.product.prices">
<arguments>
<argument name="bundle" xsi:type="array">
<item name="prices" xsi:type="array">
<item name="tier_price" xsi:type="array">
<item name="render_template" xsi:type="string">Magento_Bundle::product/price/tier_prices.phtml</item>
</item>
<!-- start: this should be removed -->
<item name="final_price" xsi:type="array">
<item name="render_class" xsi:type="string">Magento\Bundle\Pricing\Render\FinalPriceBox</item>
<item name="render_template" xsi:type="string">Magento_Bundle::product/price/final_price.phtml</item>
</item>
<!-- end: this should be removed -->
<item name="bundle_option" xsi:type="array">
<item name="amount_render_template" xsi:type="string">Magento_Bundle::product/price/selection/amount.phtml</item>
</item>
</item>
</argument>
</arguments>
</referenceBlock>
Inną możliwością jest to, że gdybym mógł zastąpić otwór katalog_produktu_ceny.xml
Próbowałem przy użyciu metody http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/layouts/layout-override.html
Odpowiedzi:
Można ukryć od a do etykiety za pomocą CSS
**
LUB
**
Skopiuj poniższy plik do swojego motywu
Znajdź linię nr 47
ORAZ Znajdź numer linii. 65
Usuń powyższy kod.
źródło