Skip to content

magento man

My override file won’t load

I tried to override a vendor file. The path of the original file is: vendor/amasty/module-extra-fee/view/frontend/web/template/fee/item/checkbox.html My new file is located at: app/design/frontend/Amasty/JetTheme_majestic/Amasty_ExtraFee/web/template/fee/item/checkbox.html However, it is still using the vendor file. I also added the following in app/design/frontend/Amasty/JetTheme_majestic/requirejs-config.js this is the… Read More »My override file won’t load

Best Stack for Hosting

-Apache/Nginx reverse proxy -directadmin with redis -jetbackup -cpguard -almalinux simple, secure, stable and straightforward… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1926327&goto=newpost

There is an error in vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php at line: 253

I am upgrading the Magento version from 2.2.3 to 2.4.7-p2. After successfully running the composer update command, I encountered the following error when running the setup:upgrade command. There is an error in /vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php at line: 253 MagentoFrameworkSetupDeclarationSchemaDeclarationSchemaBuilder::processTable(): Return value must… Read More »There is an error in vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php at line: 253

Filter product collection issue with admin create order product selection grid in Magento 2.4

I have overridden two methods of two class to add custom filter in create admin order product selection grid but filter is not working in first load. Below is my code: di.xml <preference for=”MagentoSalesBlockAdminhtmlOrderCreateSearchGrid” type=”VendorModuleBlockAdminhtmlOrderCreateSearchGrid”/> <type name=”MagentoCatalogModelResourceModelProductCollection”> <plugin name=”filter_product_by_attribute_set_plugin” type=”VendorModulePluginFilterProductByAttributeSetPlugin”/>… Read More »Filter product collection issue with admin create order product selection grid in Magento 2.4