sales_order_grid.xml <column name="order_status"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">ModuleCustomerOrderUiComponentListingColumnOptions</item> <item name="config" xsi:type="array"> <item name="filter" xsi:type="string">select</item> <item name="label" xsi:type="string" translate="true">Order</item> <item name="component" xsi:type="string">Magento_Ui/js/grid/columns/select</item> <item name="dataType" xsi:type="string">select</item> <item name="editor" xsi:type="array"> <item name="editorType" xsi:type="string">select</item> <item name="validation" xsi:type="array"> <item name="required-entry" xsi:type="boolean">false</item> </item> </item> </item> </argument> </column> Options.php class Options implements MagentoFrameworkOptionArrayInterface { public function […]
Magento
I’m trying to upgrade Magento 2.4.0 to 2.4.5, i didn’t upgrade PHP version, i’m using 7.4 composer require magento/product-community-edition 2.4.5 --no-update I got this message The "magento/inventory-composer-installer" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.3.0"). You may need to […]
I am using trust payments ad I want to hide and disable billing and shipping address from checkout(Place order without billing address). I am able to hide the billing address by following this: https://bsscommerce.com/blog/magento-2-remove-billing-shipping-address-from-checkout/ but not able to place order without it. Any help would be appreciated.
Magento offers an out-of-the-box integration to the third party currency conversion api Fixer.io. Having acquired a free api key I have attempted to update the currency rates on my magento build to be given the error message “No API Key was specified or an invalid API Key was specified.” I’ve […]
I want to convert the city text field in the dropdown field at the admin create order page. I had done the same thing in customer checkout using the Layououtprocessor plugin. Also, I did the thing in Admin customer add address form using UI component. But none of the concepts […]
Need to turn on developer mode NOT via command: bin/magento deploy:mode:set developer Need to turn on it via deploy. Does anyone know how to do it?
Opensearch 1.2 is supported with >= 2.4.3-p2 Does anyone know if I can use the latest version (2.2)? Thank you.
i need to export of all my invoices in xlsx or csv format (33K invoices ) What I want is to export the invoice information in the form of columns: customer name, amount, product… Is there a way to do it automatically or any suggestions i will appreciate it ? […]
I added below info but contact foam not showing app/design/frontend/company/name_theme/Magento_Contact/templates/form.phtml Then, insert the contact form to the CMS page {{block type=’core/template’ name=’contact-form’ template=’contacts/form.phtml’}} Form.phtml code: getViewModel(); ?> escapeUrl($block->getFormAction()) ?>” id=”contact-form” method=”post” data-hasrequired=”escapeHtmlAttr(__(‘* Required Fields’)) ?>” data-mage-init='{“validation”:{}}’> escapeHtml(__(‘Write Us’)) ?> escapeHtml(__(‘Jot us a note and we’ll get back to you as […]