I recently upgraded Magento from version 2.4.6 to 2.4.7-p3. After the upgrade, I noticed that the ‘Special Price From’ and ‘Special Price To’ calender have been moved to the bottom of the product page. I’ve already tried removing all custom modules, but the issue persists on my existing website. To […]
Magento
I am searching for a solution to fetch stock statuses for a list of products in a single request. Right now I am using API /rest/V1/stockStatuses/{sku}, but that would need a list of requests. Is there a better solution?
How to resolve the issue in Magento 2.4.7-p3 version admin grid is not able to open. While you are in developer mode and go to store -> configuration-> and open any left tab and now open child right side tab it is not opend and returns error like Uncaught TypeError: […]
I am working on a custom module for Magento 2.4.5 that extends the Sales Rule Conditions functionality. My goal is to: Add a new condition to the “Conditions” tab in the Cart Price Rule section. When the new condition is selected, it should display a Customer Grid (not a dropdown/select […]
I’m looking for a way to cancel multiple orders at once via Magento 2 REST API. The standard approach I know is: POST /V1/orders/{order_id}/cancel However, this endpoint processes orders one at a time, which makes it very slow for bulk operations when I have a large number of orders to […]
I need to override below file in my custom module Ayakil_CatalogPermissionsExtended vendor/magento/module-catalog-permissions/view/adminhtml/web/category_edit.js The custom module was created and placed the category_edit.js(/app/code/Ayakil/CatalogPermissionsExtended/view/adminhtml/web/js/category_edit.js) Content of requirejs-config.js is below var config = { config: { mixins: { 'Magento_CatalogPermissions/js/category_edit': { 'Ayakil_CatalogPermissionsExtended/js/category_edit': true } } } }; but unfortunately after static content deploy, in the […]
I am new to Magento and I am stuck with adding a column to a grid. I have created a new module (StoreAdmin) to assign every admin to specific store (for some reasons I have been asked to do so). I have added a new column (store_id) to the table […]
I tried manually installing magento 2 using the command: php bin/magento setup:install --base-url=http://localhost/m2/ --db-host=localhost --db-name=m2 --db-user=root --db-password=root --admin-firstname=Vladimir --admin-lastname=Despotovic --admin-email=your_email@example.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/New_York --use-rewrites=1 I also tried using the warden installation, in details and I tried several bugfixes myself with it – once it didn’t run correctly (the […]
I am using following command to install magento 2.4.7 in xampp on windows platform, composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 magento2 I am getting following error, Note : I know my private key and public key, when i enter the command it’s never asking the details