Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <body>
  2. <attribute name="class" value="page-product-grouped"/>
  3. <referenceContainer name="product.info.form.content">
  4. <block class="MagentoGroupedProductBlockProductViewTypeGrouped" name="product.info.grouped" before="product.info.addtocart" template="Magento_GroupedProduct::product/view/type/grouped.phtml"/>
  5. <container name="product.info.grouped.extra" after="product.info.grouped" before="product.info.grouped" as="product_type_data_extra" label="Product Extra Info"/>
  6. </referenceContainer>
  7. (...)
  8. <referenceBlock name="product.info.details">
  9. <block class="MagentoCatalogBlockProductViewAttributes" name="product.attributes" as="additional" template="Magento_GroupedProduct::product/view/type/grouped/attributes.phtml" group="detailed_info">
  10. <arguments>
  11. <argument translate="true" name="title" xsi:type="string">More Information</argument>
  12. <argument name="sort_order" xsi:type="string">27</argument>
  13. </arguments>
  14. </block>
  15. </referenceBlock>
  16. </body>
  17.  
  18. $_product = $block->getProduct();
  19. $_associatedProducts = $block->getAssociatedProducts();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement