catalog_attributes.xml 486 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
  8. <group name="quote_item">
  9. <attribute name="ts_dimensions_length"/>
  10. <attribute name="ts_dimensions_width"/>
  11. <attribute name="ts_dimensions_height"/>
  12. </group>
  13. </config>