I deleted all the products in the admin, but I noticed that the table inventory_source_item is still full of all the products that do not exist anymore. So, I suppose deleting the products does not delete the relation of product stock in this table. Can I truncate it safely?
Yearly Archives: 2023
I just installed an HDD caddy in place of my laptop’s optical disc drive and it has been working fine with transfer speeds, etc, but I have placed my source code projects into it and something strange was happening in Visual Studio Code. If I go for some lengths of […]
Under the field Current/Optimal Res, the resolution is followed by an ‘@’ symbol followed by a number. I have tried to find out what this number represents but could not find any source. I am guessing its the average bit rate of a particular chunk of video? Is this correct? […]
My FTTH ONT and its associated wifi router (UK Voda) are currently in separate rooms, linked by Devolo powerline adapters. This is because the ONT location on an external wall an one end of the house is no good for whole-house wifi coverage from the router. They are currently the […]
I have a script file that prints something, then with this command: .path.py |clip I send the output directly to my computer clipboard, so if I press Ctrl+V I can instantly paste it. It works perfectly on my main computer but on the other one it gives an error related […]
I’ve seen popular tech YouTubers promoting a site called urcdkey.com. A place where you can buy product keys to games and software at a discount price. I found a product key on their site for Microsoft Office 365 Pro Plus. Is this legit? If it is how can it be […]
Magento 2.4.5-p1 Smartwave Porto theme I keep getting the Something went wrong with processing the default view and we have restored the filter to its original state. Error in: CATALOG -> Products Doing the: TRUNCATE ui_bookmark; Is a very temporary fix and as soon as I change the filter to […]
I have a few questions regarding the remote storage feature of Magento 2 Is it available with Magento 2 CE Does it support S3 Compatible storage like b2, minio etc Do these folders get stored in bucket? var/* pub/media/* pub/static/* etc/* Thanks
I am trying to override authorization.phtml located in vendor/magento/module-customer/view/frontend/templates/account/link . this file contains word “or” that appear between sign in or create account header link which i like to remove. I have created the custom theme ( luma ) and created this path . app/code/design/vendor/custom-luma/module-customer/view/frontend/templates/account/link/ and added modified authorization.phtml file […]