Skip to content

checkout

Auto Added by WPeMatico

Magento 2: Add custom value to $parent in checkout summary

I want to add a custom value to the items in the order summary during checkout ($parent). I followed all the other howtos on how to do it: Create plugin for MagentoCheckoutModelDefaultConfigProvider: etc/di.xml: <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoCheckoutModelDefaultConfigProvider”>… Read More »Magento 2: Add custom value to $parent in checkout summary