I’d like to make the sales order shipment tracking number (which is present in the sales_shipment_grid table) visible in the Shipments grid for an order in the Admin: I understand I need to create a module and UpgradeSchema.php but I’m not sure on the details. If anyone can give me […]
Magento
In the docs, Magento advises us that we can set the MAGE_INDEXER_THREADS_COUNT environment variable: run the reindex command using the environment variable MAGE_INDEXER_THREADS_COUNT, or add an environment variable to the env.php file This is fine when you’re able to update env.php, but on an architecture like Magento Cloud where we’re […]
Google Search console is indexing thousands of Magento search results like these : How do I get rid of these pages and avoid Google to show it in the search results ? Will avoiding these URLs in robots.txt from getting crawled will remove them ?
When I apply a purchased date filter to the customer order grid page continuously loads and in log, I am getting the below error 2023-01-10T06:48:08.614459+00:00] main.CRITICAL: MagentoFrameworkExceptionLocalizedException: The DateTime object timezone needs to be the same as the “America/Chicago” timezone in config. in /var/www/html/vendor/magento/framework/Stdlib/DateTime/Timezone.php:345 check config PFA Grid
I am using the Info bip for sending SMS notifications to customer by Kakoa. I am facing this issue. I tried a lot but I am still facing this issue. AnyOne help me to get rid of this.
I want to add custom JS on product edit page in admin side. After doing some R&D, i found a solution but that didn’t work. What I have done so far, app/code/Vendor/Module/view/adminhtml/layout/catalog_product_bundling_tags.xml <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <script src="Vendor_Module::js/catalog_product_bundling_tags.js"/> </head> </page> app/code/Vendor/Module/view/adminhtml/web/js/catalog_product_bundling_tags.js require([ 'jquery' ], function ($) { […]
Can anyone help with this please? Please see the image attached. So assuming this is a template fix. Currently shows when there are related posts. But most products dont have it. How can you hide when not added to the page? Thanks for the help in advance.
After upgrading Magento from version 2.3.7 to 2.4.4, I saw that some fields’ names aren’t displayed. These fields are: price, weight and qty. Do you have any idea, why the names aren’t displayed?
Stumbled on this issue: I need to add a block which switches between Web-pages in a DropDown form. I am using a custom theme here. Block must be located at this side But the problem is, that when I trying to add a custom block to the container, it’s not […]