Magento 2: How to export tables by name using REST API
How can i export tables using the REST API. I’ve looked through the devdocs and dont see any endpoints to do this? The tables i want are standard ones like customer_entity and sales_order.
How can i export tables using the REST API. I’ve looked through the devdocs and dont see any endpoints to do this? The tables i want are standard ones like customer_entity and sales_order.
I deleted all the products in the admin, but I noticed that the table inventory_source_item is still full of all the products that do not exist anymore. So, I suppose deleting the products does not delete the relation of product… Read More »Can I truncate inventory_source_item table?
Magento 2.4.5-p1 Smartwave Porto I exported customers from Magento 1.9.3 and imported the file into Magento 2.4.5-p1. I can see the customers in: Customers – All Customers But when I try to log in with my test account using my… Read More »Does exporting Customers and and re-importing them mess up passwords?
Magento 2.4.5-p1 Smartwave Porto theme I keep getting the Something went wrong with processing the default view and we have restored the filter to its original state. Error in: CATALOG -> Products Doing the: TRUNCATE ui_bookmark; Is a very temporary… Read More »I’ve tried different things but can’t fix: Something went wrong with processing the default view and we have restored the filter to its original state
I have a few questions regarding the remote storage feature of Magento 2 Is it available with Magento 2 CE Does it support S3 Compatible storage like b2, minio etc Do these folders get stored in bucket? var/* pub/media/* pub/static/*… Read More »Remote Storage for Magento 2 CE
I am trying to override authorization.phtml located in vendor/magento/module-customer/view/frontend/templates/account/link . this file contains word “or” that appear between sign in or create account header link which i like to remove. I have created the custom theme ( luma ) and… Read More »Override Magento Module
Magento 2.4.5-p1 On admin panel when editing products some of the attribute drop down boxes work (Attribute set, Manufacturer, Condition) while others do not, the box will drop down and only show one empty option. This is a fresh install… Read More »Magento 2 Some of the product Drop down boxes do not work, some do
whenever I activate the option ‘Validate REMOTE_ADDR’ it happens this error. I don’t know what to do… The “remote_addr” session value is invalid. Verify and try again. and in admin, i’m redirected to luma
Which part of code in Magento 2.4.5-p1 sets window.LOCALE ? vendor/magento/module-catalog/view/base/web/js/price-utils.js defaults to en-US as in locale = window.LOCALE || ‘en-US’; where window.LOCALE is my case is undefined. But I see in Magento 2.4.5-p1 default installation that window.LOCALE is set… Read More »Where window.LOCALE is set in Magento 2 code
We implemented the functionality for reset password if user is login first time. Users are imported from other resource. That is working fine. But problem is, when we reset the password and try to login, it throw error..The 2 the… Read More »After password reset, first time login problem