In this article, we’ll dig in to 12 of the best Atom packages for web developers. Atom has plenty of competition — including Visual Studio Code and Sublime Text — but it still holds its own as a popular and competent web development tool. Why Use the Atom Editor? VS […]
Daily Archives: October 15, 2021
So I have to create a report (SQL Script) which has all the bundle products and all its customizable options. I can get list of all the bundle products using this query. select entity_id, type_id, sku, has_options from catalog_product_entity where type_id='bundle'; In catalog_product_entity, I assume that entity_id is the primary […]
How can I remove the name field from the new billing address field from Magento 2 checkout payment page? I tried the below code which is not working. I used a plugin for this class MagentoCheckoutBlockCheckoutLayoutProcessor public function afterProcess( LayoutProcessor $subject, array $jsLayout ) { $billingConfiguration = $jsLayout; if (isset($billingConfiguration)) […]
We need a POS for our physical shops that works with the native M2 MSI functionality. We have 1 “Stock” with currently 2 “Sources” assigned. One source for each physical outlet. Of course we would need that each outlet gets their own receipts, and the item qty needs to be […]
I think about storing example data for my custom module – module will generate some random sets based on it but I don’t know how to approach it. I want to start with 4 groups of values every with 100 unique values and want to expand it later. Should I […]
We have four CLI commands: submit, receive, cancel and import. The first three: submit receive and cancel are all set up to run via the cron job. However, I keep seeing in the logs that the import command is running. I checked the logrotate status and it shows that only […]
I am having trouble with graphical applications and WSL. I have Ubuntu 20.04.3 with X11 installed; but am getting the following issue when I try to test with xeyes (the same happens with any other graphical application I use). xeyes Error: Can't open display: localhost:0.0 I have been reading up […]
I am using VS Code web in GitPod. When I open my workspace I drag certain panes closed and leave just the terminal full screen. How do I save this layout so that every time I re-open my GitPod project, those panes are already closed? VS Code settings sync was […]
I don’t trust automatic filters anymore—I missed too many important emails due to their misses. Creating a manual filter for each message is a pain. I tried a few plugins, but they weren’t convenient enough. I’m looking for something simple: when I click the junk button on a message, a […]