How to send the separate orderconfirmation mail for admin and customer
I created a custom module to send the separate mail for admin and customer but its not working.could you please suggest me regarding this so i can proceed forward.
Auto Added by WPeMatico
I created a custom module to send the separate mail for admin and customer but its not working.could you please suggest me regarding this so i can proceed forward.
The “https://repo.magento.com/archives/magento/sample-data-media/magento-sa mple-data-media-100.4.0.0.zip” file could not be written to C:xampp2htdoc smyhikmadh/vendor/composer/tmp-158e118cd3c775dc66f63508048335ae.zip: Faile d to open stream: Permission denied show’s this denied msg!
I try to write a own module. After 1 week of searching I hope u can help to go on. Its a very simple admin page. module_dir: app/code/famberg/module_afterbuysync/ … Controller/Adminhtml/Settings/Index.php: <?php namespace FambergAfterbuySyncControllerAdminhtmlSettings; use MagentoBackendAppActionAction; use MagentoBackendAppActionContext; use MagentoFrameworkAppActionHttpGetActionInterface; use… Read More »my First Admin Page is not shown up
Does anyone have any idea what this error is when running this command in magento 2: setup:upgrade for a custom module? Here is the error: Impossible to process constructor argument Parameter #1 [ <required> MagentoCmsSetupPageSetupFactory $pageSetupFactory ] of ViewSonicMetaRobotsSetupPatchDataAddMetaRobotsAttribute class… Read More »Magento 2 – Error with new custom module – Impossible to process constructor argument Parameter #1
I have developed a module in my magento 2.2.6 for to create an API that can update the product price and quantity via product id . Please see my code below /var/www/html/app/code/AdmNetsuitePQ/NetsuitePQ/registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘AdmNetsuitePQ_NetsuitePQ’, __DIR__ ); /var/www/html/app/code/AdmNetsuitePQ/NetsuitePQ/Model/ProductUpdate.php <?php… Read More »Error in Postman and show that Invalid type for value: “%productId%
I want to create a custom module for banner slider in Magento 2. Could anyone please guide me? Looking forward to hearing from you.
I am trying to set the magento coding standard in the Magento 2 version. I followed this link: https://github.com/magento-ecg/coding-standard. When I check code sniffer for the directory path: /public_html/magento-coding-standard/vendor/bin/phpcbf path to your extensions –standard=MEQP2 –extensions=php,phtml,xml,css,js It is shows me an… Read More »How to setup magento coding standard for the Magento 2 version
I am calling Magento2 API /V1/customers/me I want to add custom data in response of this API that is stored in my custom table how can I implement this ? Thanks !!
I am trying to create a simple module to return JSON data, if i returned string or array it will return the targeted data, but i can’t return JSON object with key value when i return the interface it will… Read More »REST API return JSON object using factory and interface
After local setup, I have disabled Magento_TwoFactorAuth and changed the value of Magento_TwoFactorAuth to 0 in config.php and still can’t log in to the admin panel Security Code: After changing values I have tried: se:up s:d:c c:c c:f Any sugestions?… Read More »Local setup after disabling Magento_TwoFactorAuth admin panel still ask for Security Code