Skip to content

magento man

Import is not working (Static attribute)

I’m trying to update some products using the import file. I Realized that one attribute is not updating. I noticed this attributes is backend_type = static. This is related to the problem or can be something else? Thanks!

How to override some files

I’m trying to override the next files: vendor/magento/module-backend/Block/Dashboard/Sales.php vendor/magento/module-reports/Model/ResourceModel/Order/Collection.php What path I need to create in a Module to override those files? I tried app/code/Vendor/Module/Block/Dashboard/Sales.php app/code/Vendor/Module/Magento_Backend/Block/Dashboard/Sales.php app/code/Vendor/Module/Model/ResourceModel/Order/Collection.php app/code/Vendor/Module/Model/Magento_Reports/ResourceModel/Order/Collection.php none work. Thanks

Add custom textbox after shipping method if freeshipping selected with validation

i’ve added textbox field if shipping method is freeshipping based on the shipping method textbox functionality working fine. but i want to make that field required which is not working here is my code checkout_index_index.xml <referenceBlock name=”checkout.root”> <arguments> <argument name=”jsLayout”… Read More »Add custom textbox after shipping method if freeshipping selected with validation