Monthly Archives: April 2020
how to override file app/lib/web/image/validation.js? I want to change the System Error Message in this JS file. Please help
I want to do this on my site but I can’t do it. I already tried this code but it didn’t work < ?xml version="1.0"?>
I have to make an email template, that is sent when the administrator creates a new account. I made a template, but in cms I can’t see where it is used. I was looking for it in: – stores/configuration/customers/customers configuration – stores/configuration/customers/advanced/admin In vendor this template is called “new_user_notification.html”.
i’m new to magento, not programming. can someone explain why the following code returns a different result depending on where it’s called? $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $productCollection = $objectManager->create('MagentoCatalogModelResourceModelProductCollectionFactory'); $collection = $productCollection->create(); $sql = $collection->setStore(1) ->addCategoriesFilter(['in' => 11]) ->addAttributeToFilter('brand', array('eq' => 5460)) ->getSelect(); echo $sql; returns this when called from within […]
is it possible to upload the only price of the product via csv file? I tried to upload the new price with the sku number of the product and update price but it showing me several errors like for some product name should be in the list and for some […]
I know for a fact that traceroute in Linux should also reverse lookup the IPs to their hostname but on my pc (running Arch Linux) it doesn’t while on my Raspberry Pi the same command (issued from the same network, so the hops are the same) it does. The machine […]
I saw that this has been asked a few times, but my case is particular. I have a Thinkpad Latptop that has a useless button that I can repurpose to launch an app with a simple registry tweak. So I have an app that converts my DirectInput joysticks into Xinput, […]