Skip to content

magento man

Magento 2 Error Argument #4 ($…) must be of type

I want to add a column for the customer-agent =>(my module) in order table I add this in to app/code/Orienteed/CustomerAgent/view/adminhtml/ui_component/sales_order_grid.xml <?xml version=”1.0″ encoding=”UTF-8″?> <listing xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <settings> <buttons> <button name=”add” class=”OrienteedCustomerAgentUiOrderAddButton” /> </buttons> </settings> <columns name=”sales_order_columns”> <column name=”customer_agent” class=”OrienteedCustomerAgentUiComponentListingColumnCustomerAgent”> <argument… Read More »Magento 2 Error Argument #4 ($…) must be of type

Updating product page output based on selected Variation

Unfortunately my mixin is not working. I guess it’s not loaded by Magento Version 2.4.6. It worked until Magento 2.3.x. Any ideas? Vendor/Module/registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘Vendor_Module’, __DIR__ ); Vendor/Module/etc/module.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Module/etc/module.xsd”> <module name=”Vendor_Module” setup_version=”1.0.0″> <sequence> <module… Read More »Updating product page output based on selected Variation

eMarket – Multipurpose MarketPlace OpenCart Theme Updated The Latest Verion 4.0.1.1 (Full 35+ Homepages)

eMarket – Multipurpose MarketPlace OpenCart Theme Updated The Latest Verion 4.0.1.1 (Full 35+ Homepages) eMarket is the best-selling MagenTech’s item on ThemeForest market. The theme is designed to become the ALL-IN-ONE theme. It means that you only need eMarket to… Read More »eMarket – Multipurpose MarketPlace OpenCart Theme Updated The Latest Verion 4.0.1.1 (Full 35+ Homepages)

Favourite list Magento 2.4

Is there a way to create a favorite list? I know you can use a wishlist, but that disappears when you add the product to the cart. Any suggestions are appreciated.

Magento 2 – Error with new custom module – Impossible to process constructor argument Parameter #1

Does anyone have any idea what this error is when running this command in magento 2: setup:upgrade for a custom module? Here is the error: Impossible to process constructor argument Parameter #1 [ <required> MagentoCmsSetupPageSetupFactory $pageSetupFactory ] of ViewSonicMetaRobotsSetupPatchDataAddMetaRobotsAttribute class… Read More »Magento 2 – Error with new custom module – Impossible to process constructor argument Parameter #1