Creating a module to extend Magento’s built-in Two-Factor Authentication (2FA) by adding Email OTP as an additional authentication method for admin users. This allows admins to receive a One-Time Password (OTP) via email after entering their credentials, instead of using Google Authenticator Module Overview: This module should register Email OTP […]
Blog
I’m working on a custom Magento 2 module to fetch filter options for category pages and return via controller. The issue I’m facing is that all possible attribute options are being shown in the filters, even when no products in the current collection have those attribute values. For example, if […]
After reviewing some of the YouTube videos that we loaded, we realized that some of the items Youtube thumbails are showing as broken images. I’m not sure if there was an update to how Magento handles YouTube. Are there things to look for or things we can do that automatically […]
I am facing this error on Magento backed Grid page loading. Type Error occurred when creating object: MagentoUiComponentDataSource, Argument 2 passed to MagentoUiComponentDataSource::__construct() must implement interface MagentoFrameworkViewElementUiComponentDataProviderDataProviderInterface, instance of CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGridCollectionInterceptor given my code in Catwalk/CustomersPendingReviews/Model/ResourceModel/OrderReview/Grid/Collection.php <?php namespace CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGrid; use MagentoFrameworkViewElementUiComponentDataProviderSearchResult; use MagentoFrameworkDataCollectionDbFetchStrategyInterface; use MagentoFrameworkDataCollectionEntityFactoryInterface; use MagentoFrameworkEventManagerInterface; use MagentoFrameworkModelResourceModelDbAbstractDb; use PsrLogLoggerInterface; […]
My store use SAR currency and now it has a new symbol.. Unfortunately the new symbol only available as icon, how can I achieve that ? Really I need your help because I’m lost.
A couple months ago, my work issued Windows 10 laptop started muting the sound when the speaker is changed (e.g. plugin/unplug my headphones) and I have to manually unmute. This appears to only be happening on my laptop and not any of my teammates’. I can’t find any setting that […]
Thi is a process / utility that seems to be presente on all chromium based browsers and it is causing freezes on a laptop with HDD storage. There is not much information available of this feature but reading chromium forums it is described as it was some analog to EICAR […]
Where in Windows in regedit.exe (registry editor) are the keys responsible for network connections, network, proxy, VPN, etc.? I accidentally changed something in one of the keys earlier, but I don’t remember what key it is and that’s why I can’t connect to VPN now (error 800) I know that […]
I used ffmpeg to transcode an MP3 audio file to opus (using libopus option) at 32kbps and 24kHz sample rate. Then I called ffprobe to retrieve the bitrate (stream=bit_rate option). The result I got was N/A. If I use opusinfo.exe to retrieve the bitrate of the same file, I get […]