i have a question about linking ms excel cell values that are calculated from some formulas to ms word into some prices. It look something like this. The table with pictures from some intercom monitors and random prices that i want to link But when i try to special paste […]
Yearly Archives: 2020
I would like to rename just the csv files in my H:/DMU folder. I tried the following code: Dir -filter *.csv | %{Rename-Item $_ -NewName ("fn*.csv" -f $nr++)} I encountered the following error for every file I tried to convert. PowerShell Error Code I know how to rename all the […]
The main library, data, UI, docs and wiki, tests, legacy and third-party components … How do we keep track and maintain order within all of this? Organizing the files in your codebase can become a daunting task. Relax — we’ve got this! In this article, we’ll review the most common […]
Change log: 7.4.3 7.3.15 7.2.28 CVEs Patched: CVE-2020-7061: heap-buffer-overflow in phar_extract_file CVE-2020-7062: Null Pointer Dereference in PHP Session Upload Progress CVE-2020-7063: Files added to tar with Phar::buildFromIterator have all-access permissions I’d like to share a tool I’ve created to automatically detect these security releases and notify if you’re using an […]
I will try get total stock product qty. I use this below code: < ?php echo "Total qty: "; ?> < ?php $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $StockState = $objectManager->get('MagentoCatalogInventoryApiStockStateInterface'); echo $StockState->getStockQty($productId); ?> But script display 0 qty for all products. Here is full file code: < ?php $_helper = MagentoFrameworkAppObjectManager::getInstance()->get('MagentoCatalogHelperOutput'); $_product […]
I am trying to change how the order overview page found in the admin looks when it physically prints out on a printer. I have been inspecting the print preview page popup in Chrome, and I have no idea how to do it. In the print preview, some changes I […]