Interview with Marc Morera, an author of DriftPHP. We talk about asynchronous PHP, DriftPHP and ReactPHP.
Daily Archives: February 8, 2020
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() […]