Magento 2 offers easy integration to RabbitMQ, but why and when do I need RabbitMQ installed in my store?
Blog
I currently have a magento 1.9 installation which uses two stores. I’m at the moment trying to move a category (as well as the subcategories and products) from one store to the other but I’m running into some issues. At the moment, several subcategories are missing and don’t show properly […]
I am trying to install MailChimp in the following way but unfortunately, it did not work for me. install the MailChimp library composer require ebizmarts/mailchimp-lib Install MailChimp right version as per Magento version composer require mailchimp/mc-magento2:100.1.37 after that, I am running following command php bin/magento setup:upgrade php bin/magento cache:clean php […]
Magento Commerce 2 comes with NewRelic module-new-relic-reporting module. It automatically logs transactions. It is possible to add custom parameters by calling the newrelic_add_custom_parameter function. Currently NewRelic displays only those transactions which are “Most time consuming” or with “Slowest Average Response Time” or “Apdex most dissatisfying” or with “Highest throughput“. I […]
In Magento 2.3.4 customer registration ,forgot password emails are not working. Admin configurations are done. Store->Configurations->Customer->Customer Configurations->Customer New Account Options and Password Options load the templates. Crontab is also added.But emails are not sending to customer IS it mandatory SMTP extension in magento 2.3.4 to send an email for customer […]
Is it possible to reimage windows 10 as new and keep all current installed apps? Expected Result: When the new image deployed to the machine and user bootup, it ask user to create account. Once logged in, all their needed apps are already installed.
I’m having this issue on my ASUS PG279 monitor where on grey backgrounds I get this smudge on my display that is darker than the rest. The lower I put my hz the more noticeable it becomes, and it becomes noticeable even on white backgrounds, I’m wondering what this is, […]
I’ve been trying to debug this problem for a week or two now, and haven’t been able to figure out what the issue is/if there’s anything I can do to resolve it. I have a home Xfinity router that’s port forwarding for both SSH and a Minecraft server, both hosted […]
I built a Wireguard client in my Raspberry Pi based in this tutorial: https://blog.stigok.com/2019/03/26/raspberry-pi-wifi-ap-wireguard-port-53.html My interfaces are: eth0 (192.168.1.40/24) < -> router (192.168.1.1/24) < -> internet wg0 (10.1.1.100/24) wlan0 (192.168.254.1/24 dnsmasq + hostapd) < -> mobile clients connected (192.168.254.x/24) They way I have it in /etc/wireguard/wg0.conf using AllowedIPs = 0.0.0.0/0 […]