Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Set Use Default Value for all categories attributes Magento 2

For categories i ran the following query and it worked.

DELETE FROM `catalog_category_entity_text` where store_id = 1;
DELETE FROM `catalog_category_entity_datetime` where store_id = 1;
DELETE FROM `catalog_category_entity_decimal` where store_id = 1;
DELETE FROM `catalog_category_entity_int` where store_id = 1;
DELETE FROM `catalog_category_entity_varchar` where store_id = 1;

Tags:

Magento2

Category

Category Attribute

Related

Magento 2.2.7 admin panel blank page Error Magento 2.3.0 upgrade ( php requirement ) Magento 2.3 problems on local server Invalid template file magento2.3.0 Magento 2.3 : How to implement declarative schema in custom module How to Upgrade magento version from 2.2.X to 2.3.0? Magento 2.3.0 installation error Magento 2.2.X > 2.3.0 upgrade issues Cannot upgrade from 2.2.6 to 2.3 via composer Magento 2.2: Is it possible to use Vue.js in Magento? Magento2 checkout/onepage/success redirects to cart Convert Price into Reward points

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy