Blog
I use Magic_360 in my magento 2. It is ok, but it show it’s 360 picture first in fotorama. I am trying to write plugin wich move this picture to the second position. Files: /app/code/NickNick/Magic360PositionPlugin/registration.php < ?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'NickNick_Magic360PositionPlugin', __DIR__ ); /app/code/NickNick/Magic360PositionPlugin/etc/module.xml < ?xml version="1.0"?> /app/code/NickNick/Magic360PositionPlugin/etc/frontend/di.xml < ?xml version="1.0"?> […]
I have added a custom field in customer_address_entity and want to change it’s field value on custom button’s click which should be in customer edit form.
Magento/2.3 (Community) We have a client that charges it’s customers for shipping after an order was placed. They have no issue charging if the payment method was Authorize.net – they’re able to go in and re-charge the customer. With PayPal Express however this doesn’t seem possible. I’ve already looked at […]
I’m having trouble getting some modules to work. I installed 2 modules on a clean magento 2.3.3 version. The modules are a theme and an extension that switch to maintenance mode. Whenever I do some changes to apply one of those modules, I get a 404 not found page. I […]
I know that Enterprise Edition meets the requirement. What I want is to show the category “Wholesale” just to my customer group in “Wholesale”. When a customer is logged in and he is in this group, he is able to see the category. I know all the validations if (!($this->_customerSession->isLoggedIn() […]
My friend has a problem. Multiple times he wanted to join online game but he couldn’t. We discovered it’s about NAT type. He has it set to Strict/Blocked, where it should be at least Open. We tried multiple solutions to change it to Open like some IT websites, youtube tutorials […]
I am using Salt stack to keep all (15+) of my system configurations in sync. I have recently switched to using Debian 10. It turns out that its Gnome has disabled the minimize and maximize buttons, so I need to make some modifications to its configuration. Where does Debian store […]
I dug through the previous threads related to this question, but couldn’t find any specific answer. In newer versions of Windows (Win 10 in this example) you can press F10 when you’re at the Windows Boot Manager in order to customize the boot options. This works great, but is there […]