Daily Archives: July 6, 2023
I created a custom address select attribute where if changed, the validator of first name and last name will turn to not required. Is there a way to apply this logic on the checkout uiComponent shipping address form? I tried doing this using jQuery but is not working and seems […]
By adding a new store in my Magento 2.4.5-p1 EE, the indexers change to invalid status. This seems normal. If I execute a manual indexing via the CLI (bin/magento indexer:reindex), everything goes well because the indexings are obviously executed one by one. But if it is the Cron that executes […]
Magento 2.4.6 I need to remove the category description from the category page IF one of the filters is used. Ideally, it will be removed from the HTML, but as this is a usability issue more than SEO, hiding it with CSS or JS would be acceptable if that is […]
In magento order shipment page not showing create shipping label(USPS). Any one please help me how to use USPS in magento2.4.5 Shipping method: USPS Note: In the carrier.php i found the below notes. Starting from 23.02.2018 USPS doesn’t allow to create free shipping labels via their API.
Is there a way to recover deleted Power Automation Flows? I know that there is a PowerShell to recover PowerApps. I tried changing the syntax of the Get-Verb to flow instead of PowerApp but no luck Get-AdminRecoverDeletedPowerApp -AppName [Guid] -EnvironmentName [Guid] Get-AdminRecoverDeletedFlow -AppName [Guid] -EnvironmentName [Guid]
By default, if an app sends multiple notifications, they are being draw on top of each other, so essentially you ALWAYS have only one notification toast near the tray. What I want is to show as many of them as possible in a column, starting from tray and going up. […]
wget --no-parent --recursive --level=4 https://www.example.com/jsons/ I’m using the above line to try & download all files in subfolders of that URL. The folder structure is as: https://www.example.com/jsons/XX/(multiple files) where ‘XX’ is various two digit folder names. It is downloading all the folders but only downloading the index.html file into each […]
It appears my MS Office had updated recently (2023, June/July), and some prior useful MS Word keyboard shortcuts no longer work. Are there any alternative keyboard shortcuts for the following items? Creating a sequence (prior: !ifs{down}{down}{down}{tab}{end}) Creating a bookmark (prior: !ik) Cross referencing a bookmark (prior: !inr) where ! means […]