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.
Magento1
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 have added the Custom Variable from Admin > System > Other settings > Custom Variables > Add New Variable, it is possible to add both the Variable HTML Value as well as Variable Plain Value as in the screen shot below When using the directive {{CustomVar code=”CUSTOM_VAR_CODE”}} in Content […]
The code below returns 0, because in the Cron class it is impossible to inject Model Product, Who can help there are options to get prices ? namespace CrChckCreateCheckoutCron; class CreateCheckout { protected $_product; public function __construct( MagentoCatalogModelProduct $product ) { $this->_product= $product; } public function getBundlePrice(){ $product = $this->_product->load(8) […]
It seems there are many resources on how to add a payment method to the checkout process, but I trying to add the payment method options form to a page that is not in the checkout process. I can display general details about the available payment methods using paymentHelper->getPaymentMethods returned […]
For configurable product when I add product to the basket, then in mini cart image displayed correct. URL image in checkout looks: pub/static/frontend/vendor/theme/pl_PL/Magento_Catalog/images/product/placeholder/small_image.jpg But in checkout is any issue with display image: Any solution?