How can I get if is in this table ‘catalog_product_entity_text’ Use Default value on product Magento 2
In database, I find data like this SELECT * FROM catalog_product_entity_text where entity_id = 70430 AND attribute_id = 76 AND store_id = 5; How can I do it programmatically? I need info if it is checked Use Default Value on… Read More »How can I get if is in this table ‘catalog_product_entity_text’ Use Default value on product Magento 2