Skip to content

Instantly share code, notes, and snippets.

@magevision
Created February 26, 2018 15:18
Show Gist options
  • Save magevision/bf276573567943b2bab254688ec21287 to your computer and use it in GitHub Desktop.
Save magevision/bf276573567943b2bab254688ec21287 to your computer and use it in GitHub Desktop.
Add Product Attribute to Quote Item Product
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
<group name="quote_item">
<attribute name="manufacturer"/>
</group>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment