Let’s initiate a discussion!!
I faced a problem after migration from Magento 1,
When I go to the admin product page, I can’t see the product view just reloading the loader.
When I check the log files gives me error like: PHP Fatal error: Method Magento\\Ui\\TemplateEngine\\Xhtml\\Result::__toString() must not throw an exception, caught TypeError: Argument 1 passed to Magento\\InventorySalesAdminUi\\Model\\GetSalableQuantityDataBySku::execute() must be of the type string, null given, called in…
After debugging I found the issue that stated SKU should be empty for migration products.
As you know, in Magento, the SKU is a required field when you create a new product. So in migration, it might happened that store product SKU was blanked or not a string due to corrupted data.
To resolve this issue, we need to run below query:
1 |
UPDATE catalog_product_entity SET sku='' WHERE sku IS NULL; |
Simply, we set SKU as NULL and fix that where any SKU’s are store blank in the database.
[crayon-64216ab0dfbda220484831/] Using above fucntion Images can be imported directly from...
Override view block using di.xml and add the below code...
You can check a list of called layout XML for...
Follow the below steps to install and set up PWA...
If you want to remove all leading zero's from order,...
Let our Magento expert connect to discuss your requirement.
We offer Magento
certified developers.
Our Magento clientele
is 500+.
We sign NDA for the
security of your projects.
We’ve performed 100+
Magento migration projects.
Free quotation
on your project.
Three months warranty on
code developed by us.