eav-attribute-groups.xml.dist 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../groups.xsd">
  9. <group name="ignore">
  10. <attribute type="catalog_product">msrp_enabled</attribute>
  11. <attribute type="catalog_product">group_price</attribute>
  12. </group>
  13. <group name="frontend_input_empty_allowed">
  14. <attribute type="catalog_product">samples_title</attribute>
  15. <attribute type="catalog_product">links_title</attribute>
  16. <attribute type="catalog_product">links_exist</attribute>
  17. <attribute type="catalog_product">links_purchased_separately</attribute>
  18. <attribute type="catalog_product">old_id</attribute>
  19. <attribute type="catalog_product">price_type</attribute>
  20. <attribute type="catalog_product">sku_type</attribute>
  21. <attribute type="catalog_product">weight_type</attribute>
  22. <attribute type="catalog_product">shipment_type</attribute>
  23. <attribute type="catalog_product">url_path</attribute>
  24. <attribute type="catalog_category">url_path</attribute>
  25. <attribute type="catalog_category">path</attribute>
  26. <attribute type="catalog_category">path_in_store</attribute>
  27. <attribute type="catalog_category">position</attribute>
  28. <attribute type="catalog_category">level</attribute>
  29. <attribute type="catalog_category">all_children</attribute>
  30. <attribute type="catalog_category">children</attribute>
  31. <attribute type="catalog_category">children_count</attribute>
  32. <attribute type="order">currency_rate</attribute>
  33. <attribute type="order">tax_percent</attribute>
  34. <attribute type="order">currency_base_id</attribute>
  35. <attribute type="order">real_order_id</attribute>
  36. <attribute type="order">currency_code</attribute>
  37. <attribute type="order_item">qty</attribute>
  38. <attribute type="order_item">tier_price</attribute>
  39. <attribute type="order_item">model</attribute>
  40. <attribute type="order_address">address_id</attribute>
  41. <attribute type="order_address">tax_id</attribute>
  42. <attribute type="order_payment">cc_raw_request</attribute>
  43. <attribute type="order_payment">cc_raw_response</attribute>
  44. <attribute type="order_status">status</attribute>
  45. <attribute type="order_status">comments</attribute>
  46. </group>
  47. </groups>