Blog
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]
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.
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 […]
i want to attach invoice pdf with shipment email so how can we attach invoice pdf in shipment email as i am using magento 2 mageplaza pdfinvoice module. it attach only one pdf at one time.
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
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 trying to add a user to a user group that I’m currently in. With pts adduser -user MyFriend -group OneOfMyGroups I got ts: Permission denied ; unable to add user MyFriend to group OneOfMyGroups This makes sense as I may not be the admin of OneOfMyGroups. Now I […]