Skip to content

magento man

Copying component from src to my app Errors: “Failed to compile.” but I am able to modify styles

I’m trying to customize a few components, but anytime I try to copy a component from /scandipwa/node_modules/@scandipwa/scandipwa/src/component/Footer/ into my app directory /scandipwa/src/component/Footer/ I get the following errors: I have tried various components and I get the same results. I have… Read More »Copying component from src to my app Errors: “Failed to compile.” but I am able to modify styles

Magento2 join product details in sales order grid as filterable column

We have added some additional sortable / filterable columns to sales order grid using some basic joins. This would be the relevant code regarding data app/code/Vendor/Module/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=”MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory”> <arguments> <argument name=”collections” xsi:type=”array”> <item name=”sales_order_grid_data_source” xsi:type=”string”>VendorModuleModelResourceModelOrderGridCollection</item>… Read More »Magento2 join product details in sales order grid as filterable column