Skip to content

magento man

Budget web host provider recommendation

Hello. I am looking into a cheap provider that fulfills the following conditions: 1. Very rare downtime occurrences/duration. 2. Page lo… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1912975&goto=newpost

Magento 2.4.6 Deprecated Functionality: Creation of dynamic property

I try to solve this error: main.CRITICAL: Deprecated Functionality: Creation of dynamic property VENDORMODULEModelRedsysFactory::$helper is deprecated in /var/www/vhosts/xxxxxx.com/httpdocs/app/code/VENDOR/MODULE/Model/FILE.php on line 71 [] [] main.ERROR: Please provide payment for the order. [] [] LINE 71 SAID: $this->helper = $helper; I try… Read More »Magento 2.4.6 Deprecated Functionality: Creation of dynamic property

Magento 2 : How to Import Custom Module’s Less file in Custom Theme

I am creating custom theme without parent. Now, I want to add custom less file inside Magento_Theme folder. File path : app/design/frontend/VendorName/ThemeName/Magento_Theme/web/css/source/_mycustom.less I tried to call this file inside app/design/frontend/VendorName/ThemeName/web/css/_sources.less file. But, it’s not working. I added this below line… Read More »Magento 2 : How to Import Custom Module’s Less file in Custom Theme