A couple of years ago or something, I learned that MPC-HC has an off-by-default setting which enables YouTube-like “seek bar thumbnails”, and I immediately turned it on. But after some time, it was automatically turned off again, without me doing anything. None of my many other settings were reset. Only […]
Yearly Archives: 2022
I would like to allow connections to specific domains through my nftables filter. I managed for specific hostnames with: ip6 daddr aur.archlinux.org accept However, I would like wildcard matching of something like *.archlinux.org or keyserver.*. Entering such a pattern directly did not work, neither double-quoted. Furthermore, the domain matching only […]
I have an Asus ROG Scar II Strix that had the stock 512gb NVMe ssd, which I have upgraded to a Crucial 4TB PCIe 3.0 M.2 ssd. On the original ssd, I five partitions, which I have cloned onto the new drive (grub, system recovery, windows 10 home install, Manjaro […]
i created a shipping method, for example, the cost of delivery is $15, but if you deliver to the USA, then multiply the amount by 2 Model/Carrier/Custom.php <?php namespace CustomShippingMethodModelCarrier; use MagentoQuoteModelQuoteAddressRateRequest; use MagentoShippingModelRateResult; use MagentoShippingModelCarrierAbstractCarrier; use MagentoShippingModelCarrierCarrierInterface; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoQuoteModelQuoteAddressRateResultErrorFactory; use PsrLogLoggerInterface; use MagentoShippingModelRateResultFactory; use MagentoQuoteModelQuoteAddressRateResultMethodFactory; class Custom […]
i’m trying to create custom popup modal when click on “Go to checkout” button from Minicart. i have write this code to open custom modal if the guest checkout is disabled, and redirect the customer to checkout if the customer is logged in. this is my minicart mixin define([ 'jquery', […]
What is the purpose of the shipping cost, I can observe the shipping Price is always visible on the frontend calculation. I’ve tried to edit the below file to verify the shipping cost. But it is not visible anywhere or not added to the shipping price it seems. vendor/magento/module-offline-shipping/Model/Carrier/Tablerate.php /** […]
Indexing console Everything else is working perfectly. i also disabled the elasticsearch and checked but error still there. Error is with Query, at last word “AND (())”, when i remove this and run directly on Mysql, it works. Where this Query is written so i could fix it. Thanks