Magento 2: Send Email with CSV attachment
How to send the simple mail with CSV attachment file in Magento 2. Please help me to solve out this Question. Thanks in Advanced.
How to send the simple mail with CSV attachment file in Magento 2. Please help me to solve out this Question. Thanks in Advanced.
Hi Guys I’m getting error while running yarn run build error and Screenshot is attached in below. Help will be appreciated, Thanks 🙂 FetchError: request to http://magento2/graphql failed, reason: getaddrinfo ENOTFOUND magento2 magento2:80 at ClientRequest.<anonymous> (/var/www/html/magento2/pwa-studio/node_modules/node-fetch/lib/index.js:1455:11) at ClientRequest.emit (events.js:198:13) at… Read More »graphql failed Error In PWA-Venia Theme
I have an order collection get out via API How can I change some value in API response via custom module
I have a problem with magento 2.1.7, every time a guest user subscribe to the newsletter he doesn’t receive confirmation email. I have already check on Configuration > Customer > Newsletter Configuration > Advanced > Admin and check the cron… Read More »subscribe to the newsletter not working
I have a controller that only executes once after the cache is cleared. After that the response is always the same – cache is there instead of a new execution. The class is extendsMagentoFrameworkAppActionAction: class Index extends MagentoFrameworkAppActionAction What can… Read More »Magento controller only executing once – cannot disable cache
Can anyone help me how to change number of products per page for a SPECIFIC category. I am on magento 2.3.4 and noticed that Layout Update XML does not exist anymore.
I have added a new field as “is_seller” in registration page (same as “is_subscribed). If the checkbox is clicked the customer Id will be saved to another table with some additional values. It was done through the event. But using… Read More »REST V1/customers adding a new extension attribute Magento 2.3.1
I want to get the all products for all categories with the products details include image, size weight , price in one pdf Please help me how can I achieve this
Home Page Problem Html Code Images and Content home Page is html only
I am currently able to hide, disable or set default values for fields on product creation form via the following: etc/adminhtml/di.xml: <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <virtualType name=”MagentoCatalogUiDataProviderProductFormModifierPool”> <arguments> <argument name=”modifiers” xsi:type=”array”> <item name=”testAttribute” xsi:type=”array”> <item name=”class” xsi:type=”string”>MypackageCustomUiDataProviderProductFormModifierAttributes</item> <item name=”sortOrder”… Read More »Setting default attribute_set_id via form modifier