when I print shipping label of UPS shipment in UPS, I get all arabic characters like that: ?????? I have read that’s because of ZEND_PDF, and I should install TCPDF, but I don’t know how to replace it, where is that module that create the shipping label? I think it’s […]
Daily Archives: May 9, 2020
I have multiple stores on my website. I need to get the store currency code by store Id. How can I get it? I was trying by below code but it’s always returning default store currency code: $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $storeManager = $objectManager->get('MagentoStoreModelStoreManagerInterface'); $storeCurrencyCode = $storeManager->getStore()->getCurrentCurrencyCode(); Thanks for your cooperation. […]
Google Search Console notifies an error as seen in the screenshot. How to ensure such errors do not occur so that the search engines can crawl and access the pages on the site?
I’m trying to do Nested If between to variables but I’m not getting the desired result I want to achieve. Is it because the cells I’m trying to compare is in formula? Grateful to those who can help. The result I want is when Column A is “TRUE” and Column […]
We have two different Windows 10 Pro systems that need to build a project using a Powershell-based build script. In order to make the experience of launching the script somewhat less annoying we start each session by running: PS> Set-ExecutionPolicy -Scope Process Bypass What’s odd about this is that on […]
First time post! Apologies for prob not being savvy with stackoverflow etiqutte just yet. There’s a lot of random stuff here, so I will definitely try to do better in breaking this up into multiple questions in the future! I am setting up Cmder on a Windows Computer and am […]
Based on these two pages: https://www.altap.cz/salamander/help/winscp/ui_login_sftp/ https://winscp.net/eng/docs/salamander#opening_winscp_plugin I can see there is an WinSCP plugin for Altap Salamander. But I can’t seem to find it. Do you have to install the plugin? Or what keys do you hit. When I try ALT-F1 or Alt-F2 as mentioned, I see an FTP […]
Default for bullet lists is 0.25in. I want 0.00in. Default for hanging indent is 0.25in. I want 0.20in. How can I set default for all future Word documents, forever? It will NOT work to make a new template with these indents in the Paragraph style. That will apply them to […]