Skip to content

magento man

Error: Import failed: cannot deserialize value, string is corrupted during setup:upgrade

I have an error during the setup: upgrade more precisely at this specific location **Module ‘Mageplaza_OrderExport’: Processing configurations data from configuration file… Import failed: Unable to unserialize value, string is corrupted. app:config:import failed. See previous output. ** this follows a… Read More »Error: Import failed: cannot deserialize value, string is corrupted during setup:upgrade

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