I have two custom columns in UI grid (let’s call them subscribed_customers” and “unique_purchases”) created in particular listings that retrieve value from the database with logic. Working well so far. The issue is that I’m unable to sort them in order. Attempts to do so give “Something went wrong”. After […]
Magento
I installed goeasyship/shipping by running composer require goeasyship/shipping After the installation, I try to add new configuration settings in the backend and they won’t save. I thought it was related to app/etc/env.php but it isn’t. I am trying to add the new configuration settings in Stores > Settings > Configuration […]
i have setup Magento 246p2 Version in my local system and i enabled profiler to see loading time of site and i found the below file is taking too much time if i visit list page first time and with second visit it is faster even without cache too . […]
I have two stores on one magento dashboard. One of the stores is being taken over by another company. Is it possible to remove one store and transfer it to it’s own magento platform? Thanks
I’m trying to create a product with stock (quantity), so I can do an example purchase. But whenever I try to create a product, I get the following error: “The stock item was unable to be saved. Please try again.” (first picture). I got a little deeper, went to the […]
I am trying to integrate RabbitMQ with Magento 2 to access bulk endpoints Bitnami Magento ver. 2.4.6-p2 I have successfully set up RabbitMQ with my Magento 2 instance, and now bulk requests are being sent to the queue. However, I’m facing challenges with requests processing – either the requests aren’t […]
I have overridden the formatDateTime function of the MagentoFrameworkStdlibDateTimeTimezone class in Magento 2 to display the timezone abbreviation along with the formatted date. However, I noticed that when using the ‘z’ pattern, it only returns the abbreviation without the full date. I want to show date like Aug 9, 2023, […]
I have created buttons for a page in m2 admin. Please see below screenshot. I’ve used following xml code at /view/adminhtml/ui_component/buttons.xml: <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <argument name="data" xsi:type="array"> <item name="buttons" xsi:type="array"> <item name="addAllProductsForSync" xsi:type="array"> <item name="name" xsi:type="string">addAllProductsForSync</item> <item name="label" xsi:type="string" translate="true">Add all Products For Sync</item> <item name="class" xsi:type="string">primary</item> <item name="url" xsi:type="string">*/*/addAllProductsForSync</item> […]