Guest User

Untitled

a guest
May 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
  2. <referenceBlock name="render.product.prices">
  3. <arguments>
  4. <argument name="bundle" xsi:type="array">
  5. <item name="prices" xsi:type="array">
  6. <item name="tier_price" xsi:type="array">
  7. <item name="render_template" xsi:type="string">Magento_Bundle::product/price/tier_prices.phtml</item>
  8. </item>
  9.  
  10. <!-- start: this should be removed -->
  11. <item name="final_price" xsi:type="array">
  12. <item name="render_class" xsi:type="string">MagentoBundlePricingRenderFinalPriceBox</item>
  13. <item name="render_template" xsi:type="string">Magento_Bundle::product/price/final_price.phtml</item>
  14. </item>
  15. <!-- end: this should be removed -->
  16.  
  17. <item name="bundle_option" xsi:type="array">
  18. <item name="amount_render_template" xsi:type="string">Magento_Bundle::product/price/selection/amount.phtml</item>
  19. </item>
  20. </item>
  21. </argument>
  22. </arguments>
  23. </referenceBlock>
  24.  
  25. .page-product-bundle .product-info-price .price-label {
  26. display: none;
  27. }
  28.  
  29. 'display_label' => __('From'),
  30.  
  31. 'display_label' => __('To'),
Add Comment
Please, Sign In to add comment