from Magento 2.4.2-p1 to Magento 2.4.5-p1 Smartwave Porto theme Amasty extensions We have to abandon our Magento 2.4.2-p1 store because there are just way too many problems and I’m tired of trying to fix it. My idea was to make a fresh Magento 2.4.5-p1 install and transfer everything using the […]
Daily Archives: May 31, 2023
How to add custom input and drop-downs order create in admin sales order creation. I want to add custom field hopefully a new section where when we create a custom order through admin only we can pass custom values to it. I am not sure if I am creating a […]
Since we have updated to magento 2.4.6 when we want to import stock via csv we now receive an error. systemException Additional data: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the […]
I have 2 poweautomate cloud flows for integrating magento to some other systems. The first one is working correctly and I am getting the items/produts based on the search criteria I am passing. Initially in a step I am getting the admin token In the next steps i am getting […]
<?php declare(strict_types=1); namespace customScheduleContentNotifierPlugin; use MagentoCatalogStagingModelProductApplier; use customScheduleContentNotifierHelperEmail; use MagentoCatalogModelIndexerProductCategory; use MagentoCatalogModelResourceModelProduct; use MagentoCatalogModelResourceModelProductCollection; use MagentoCatalogStagingHelperReindexPool; use MagentoFrameworkIndexerCacheContext; use MagentoFrameworkIndexerIndexerRegistry; use MagentoStagingModelStagingApplierInterface; use MagentoStagingModelVersionManager; use MagentoStagingApiUpdateRepositoryInterface; use MagentoCatalogModelResourceModelProductCollectionFactory; class PluginProductApplier { protected $emailHelper; protected $_productCollectionFactory; /** * @var UpdateRepositoryInterface */ protected $updateRepository; /** * @var Collection */ protected $productCollectionResource; /** […]
I want to zip source code of my application and provide it to my client. I want to somehow assign to it an id or whatever which would describe the status of zipped files in official agreement between me and my client. I am not sure but i think there […]
Recently, I acquired a Microsoft Wireless Comfort Keyboard 4000 at a garage sale. Among other interesting features, it has a zoom slider. Naturally, the slider (along with most of the shortcut buttons, except for Calculator, Sleep, Mail, and Web/Home) no longer works. Somewhat surprisingly, however, it does not even register […]
I wanted to know how these cameras work when it comes to redirecting traffic outside the local area network (LAN) of your home. In other words, you connect them to your phone, configure them, connect them to the internet, and then they are accessible from outside using the app. However, […]
I recently upgraded to Windows 11 and noticed that the Print Screen key now opens the Snipping Tool instead of taking a screenshot and copying it to the clipboard as it did in previous versions of Windows. While I appreciate the Snipping Tool’s capabilities, I prefer the old behavior of […]