I want to remove dot in filename in subdirectory. I use rename and find find . -type f -name '*.avi' -exec rename 's/.(?=[^.]*.)/ /g' {} ; The command find work alone. The command rename work alone . But when I use both together, i have an error : No such […]
Yearly Archives: 2020
How can we save a subscriber’s email address in a session on Magento 2? In Magento 1, we were able to access that email through the following: $email = Mage::getSingleton(‘core/session’)->getInputEmail(); $emailOutput = $this->__($email);
we have magento 2.1.16 ce I can’t get these three title translated: cross sell, up sell and related products Inline translation does not work for this … And I also have an nl_NL.csv translation file at: app/design/frontend/Mytheme/mytheme_custom/i18n With these lines: “Related Products”,”Gerelateerde producten” “Up-sells”,”Wellicht ook interessant?” crosssell,”Wellicht ook interessant?” but […]
What is the exact difference between Enable category and include in menu. As both do the same thing hiding the category/sub category from front end menu. Only differenWhen i make “Enable category” off
in Magento 2 – Does anyone know how to switch the product alerts based on the product stock status? Currently, when the product is out of stock it shows both. Ideally, when the product is In Stock I’d like to show the price drop notification; and when the product is […]
I’m just wondering why in a lot of videos on youtube with 60fps Windows interface looks much smoother than my real interface? If I can see smooth interface on video why I can’t see it on my actual computer? To demonstrate what I mean if you have 60Hz display please […]