Skip to content

magento man

There are no commands defined in the “setup:cron” namespace after upgrade to Magento 2.4.6-p3

After upgrading to magento 2.4.6-p3 in system.log and cron.log it is generating same error daily i.e – main.ERROR: There are no commands defined in the “setup:cron” namespace. Did you mean one of these? setup setup:config setup:db setup:db-data setup:db-declaration setup:db-schema setup:di… Read More »There are no commands defined in the “setup:cron” namespace after upgrade to Magento 2.4.6-p3

Minicart QTY & Total not updated, after remove item programmatically from RequisitionListManagement Plugin

Created the following plugin of RequisitionList list: <type name=”MagentoRequisitionListModelRequisitionListManagement”> After add item to Requisition-list, require to remove one item from quote, based on condition, but with the remove item process facing issue during the merge quote, after removed particular item… Read More »Minicart QTY & Total not updated, after remove item programmatically from RequisitionListManagement Plugin

Move my emails to web hosting

Hi guys, I need your help. I has been advised that I need to move all of my emails to another server to avoid cause the stress of my main s… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912281&goto=newpost

cPanel alternatives for VPS / Dedicated

Straight to the point: cPanel is rather expensive given the limitation on number of accounts that can be created with each level of subscrip… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912269&goto=newpost

How can I set the value of a Yes/No Config field based on the value selected in another yes/no field in Magento 2 system.xml

I have a system.xml which has 2 yes/no fields. <field id=”popup” translate=”label” type=”select” sortOrder=”1″ > <label>Pop Up</label> <source_model>MagentoConfigModelConfigSourceYesno</source_model> </field> <field id=”embed” translate=”label” type=”select” sortOrder=“2” > <label>Embed</label> <source_model>MagentoConfigModelConfigSourceYesno</source_model> </field> If popup is set to yes I want to automatically set embed… Read More »How can I set the value of a Yes/No Config field based on the value selected in another yes/no field in Magento 2 system.xml