Get Price from Database
- eav_entity_type ——> See catalog_product’s Id (10)
- SELECT * FROM `eav_attribute` WHERE `attribute_code` = ‘price’
- Get attribute_id where entity_type_id=’10’ (69)
- SELECT * FROM `catalog_product_entity_decimal` WHERE `attribute_id` = ‘69’
- The value you get is the Price of the Product Whose Id correspond entity_id