Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <referenceBlock name="product.info.overview">
  2. <arguments>
  3. <argument name="at_label" xsi:type="string">none</argument>
  4. </arguments>
  5. </referenceBlock>
  6.  
  7. <referenceBlock name="product.info.overview">
  8. <arguments>
  9. <argument name="at_label" translate="false" xsi:type="string">none</argument>
  10. </arguments>
  11. </referenceBlock>
  12.  
  13. <block class="MagentoCatalogBlockProductViewDescription" name="product.info.overview" template="product/view/attribute.phtml" group="detailed_info" after="product.info.extrahint">
  14. <arguments>
  15. <argument name="at_call" xsi:type="string">getShortDescription</argument>
  16. <argument name="at_code" xsi:type="string">short_description</argument>
  17. <argument name="css_class" xsi:type="string">overview</argument>
  18. <argument name="at_label" translate="true" xsi:type="string">none</argument>
  19. <argument name="title" translate="true" xsi:type="string">Overview</argument>
  20. <argument name="add_attribute" xsi:type="string">itemprop="description"</argument>
  21. </arguments>
  22. </block>
  23.  
  24. <?php if ($_attributeLabel != 'none'): ?><strong class="type"><?php /* @escapeNotVerified */ echo $_attributeLabel?></strong><?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement