Magento2 How to Change Status New order from pending to Complete
I tried a lot to change the status New order from pending to complete iclick open the box for the status i don’t show any other statues only Pending
I tried a lot to change the status New order from pending to complete iclick open the box for the status i don’t show any other statues only Pending
We have setup and deployed and InnoDB Cluster Magento When connecting to the new Database by editing env.php we get a 499 error from the Nginx access log. Is there something else we should be looking at? Let me know… Read More »Magento 2.4.6 Cannot connect to InnoDB Cluster on Port 6446
I want to implement the functionality for checking email in the real-time in the customer register form, without submitting the form, need to check whether the email is already there or not and show an error or message. Can anyone… Read More »Check Email Functionality in Register Form in Magento 2.4.6
i’m trying to test if a class method is doing her job. Basically here it is. public function __construct(SaveCommand $saveCommand, SubscriptionData $entityDataFactory, ManagerInterface $manager) { $this->saveCommand = $saveCommand; $this->entityDataFactory = $entityDataFactory; $this->_eventManager = $manager; } /** * @param $subscriptionData *… Read More »Test class with collection and save
I have a module in which there are 2 custom grids and these two grids have the same crud functionality but different classes, but the inner logic is the same, how can I achieve this in a more optimized way?… Read More »Magento2.4.6: How to remove duplicatation of code in this scenario?
So I want to get product’s attribute value to work on if it is set to yes but product is out of stock so it is not shown on the frontend. One solution is to change ‘display out of stock’… Read More »Get product attributes values for out of stock products in elastic search without changing ‘display out of stock’ configuration setting to yes
I have a quick question and this could help me determine what is the good practice using the repositories. To provide an example to the question I ask in the title of this subject, I can take as example the… Read More »Why do some core repositories use a data model in the save function while others use a model?
I am getting this error, when I try to open a product in the admin: Undefined array key 3796 in vendor/magento/module-catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php on line 604 The code in Eav.php on line 604 looks like this: $attributeGroupId = $mapAttributeToGroup[$attribute->getAttributeId()]; So I guess… Read More »Undefined array key 3796 in Eav.php on line 604
I am using Magento 2.4.6, I can’t edit the content of CMS Page. When I change the HTML content of CMS Page and hit save button it gives the success message but doesn’t actually save the content. This happens with… Read More »Magento 2 : When try to edit HTML content of CMS Page or Block, show success message but don’t save content
I was working on a custom module for hyva theme compatibility but can’t get any tailwind styles in phtml file.