Daily Archives: November 10, 2019
Hi, me and my colleagues are thinking about switching to microservices and as we are new to this I’m looking for some examples of how it should be implemented. Is there any good resources we could check out? submitted by /u/MariusGelez [link] [comments]
I am installing magento2 B2B extension after creating auth.json and giving proper username and password i am getting following error. composer require magento/extension-b2b [ComposerDownloaderTransportException] Invalid credentials for 'https://repo.magento.com/packages.json', aborting. and my auth.json file contain following code. { "http-basic": { "repo.magento.com": { "username": "muha********", "password": "Zx*********" } } } anyone can […]
Is there a way to populate a select dropdown field with the values of what is selected in another multiselect dropdown field on the same page and fieldset? This is in regards to the ui component form in adminhtml.
Im using a magento 2.3 recently migrated from magento 1.9.3. I installed a theme in it (argento theme) and installed a pt_BR translation pack by composer (https://github.com/rafaelstz/traducao_magento2_pt_br/) The problem is that a few stuff in my website were translated and other stuff were not. For example: In product page there […]
i was using PHP 7.0 i used to use ZendFormAnnotationObject Now i have upgraded my system to 7.2 and Now i am getting an error that PHP Fatal error: Cannot use ZendFormAnnotationObject as Object because ‘Object’ is a special class name please suggest me Alternative for this class