I have tried doing this by myself but when it didn’t work out, I sent an email to the Mikrotik team and their response wasn’t helpful as they spoke more of paying for consultancy to be able to resolve it. Not even their manual details how one can achieve what […]
Yearly Archives: 2022
I’m using a Pi-hole DNS server in my home network to block advertisements and malicious hosts. Here is my network configuration: My internal home network is on 192.168.34.xxx Network Gateway router (Model TL-R470T+) is at 192.168.34.1 Pi-hole DNS server is at 192.168.34.101 On my macbook, whenever I connect to my […]
I am trying to get a grasp on the rules that allow us to invoke protocols. We all know that https://www.example.com/path/?argument=value#segment allows us to get our https resources through https protocol. It gets a little more interesting when we add in some other protocols. One example would be ftp.example.com. Another […]
i’m not sure how to put it right but bear with me. let’s say i own a company and i have like 5 clients who owe me money. so, i hired 3 agent to try retrieve the money for me for a commission of 20% of the retrieved money. i […]
Have an interesting question. How can I get rid of js module changing files only in my current theme if js was required in the parent theme (this theme is used by other themes as a parent) In requirejs-config.js
Is it possible to show 0 vat for a client when he add his vat in vat field on checkout in magento 2.If he does not provide vat in vat field, he will be charged vat in checkout total as vat like 21%.
I’m trying to change the background color (from light grey to white) of several <th> and <td> in our new sales order email, below: The HTML is being outputted by this method: <tfoot class="order-totals"> <?= $block->getChildHtml('order_totals') ?> </tfoot> The template totals.phtml contains the logic and HTML but I don’t see […]
After completing the composer install . When I run the commands for code deployment facing the error Can anyone help ?
I’ve successfully created a custom section on stores > configuration via system.xml. This section has some api credentials to connect to an external service: one group is for sandbox credentials, the second group is for live environment. I’ve also created a config.xml file to store sandbox credentials (sandbox doesn’t contain […]