catalog_attributes.xml 992 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
  9. <group name="quote_item">
  10. <attribute name="sku"/>
  11. <attribute name="type_id"/>
  12. <attribute name="name"/>
  13. <attribute name="status"/>
  14. <attribute name="visibility"/>
  15. <attribute name="price"/>
  16. <attribute name="weight"/>
  17. <attribute name="url_path"/>
  18. <attribute name="url_key"/>
  19. <attribute name="thumbnail"/>
  20. <attribute name="small_image"/>
  21. <attribute name="tax_class_id"/>
  22. <attribute name="special_from_date"/>
  23. <attribute name="special_to_date"/>
  24. <attribute name="special_price"/>
  25. <attribute name="cost"/>
  26. <attribute name="gift_message_available"/>
  27. </group>
  28. </config>