I want to add fields to my Magento 2 Signup form. Should I use a DB UpgradeData script to add fields to the Magento DB table, or should I add my own table? If I add my own table, how do I get my custom data and the default data […]
Blog
I have set up only one catalog price rule. It’s outlet discount, which should be applied to onyl one category. When I check in frontend, this price rule is also aplied to some other product that not belong to selected category, but have same parent category. How can I set […]
guys, I’m working on Magento 1.9, I need to add a field that adds an infinite number of images to my blog posts. Someone knows a method, I know the method to add fields of any type but a field that adds several of the same type and especially pictures. […]
I’ve just installed Ubuntu 18.04 on a pretty powerful desktop. When I open the terminal and type ls / The cursor stops blinking and the whole UI is frozen. Only the mouse can move. It lasts between 0,5s and 3s depending on the moment. I tried to install zsh. It […]
I have some data which theory informs me that it should produce a square root function. However, I don’t see an option for square root function among the trend-line list of possible functions. There is a power series option but that does not let me to control the exponent so […]
I want to know the source of a server IP address domain name. For example, as shown in the picture, the domain name meping.igamecj.com replies with 20 addresses, so my main question is how do I use any of these 20 addresses to trace back to that Domain name?
The Microsoft Mouse and Keyboard Center application doens’t allow you to customize the ‘Application’ key, which is the right SUPER/WINDOWS key on other keyboards. Customization isn’t provided for the Zoom key either, but through a hack of the commands.txt file I’ve been able to change it. Is it possible to […]
I have an Ubuntu 18.04 server with one public network interface (eth0). I’m trying to create additional “virtual” network interfaces that will also be able to access the internet with NAT rules set up. I’ve created a virtual interface using the following commands: ip link add type veth ifconfig veth0 […]
I spend a lot of my day in the terminal, and my shell of choice is Zsh — a highly customizable Unix shell that packs some very powerful features. As I’m a lazy developerTM, I’m always looking for ways to type less and to automate all the things. Luckily this […]