Quantcast
Viewing all articles
Browse latest Browse all 5

Answer by Albert S. for WooCommerce prices location in DB

This prints product title and it's price.

 SELECT distinct p.id, p.post_title,pm.meta_key, pm.meta_value  FROM {db_prefix}_postmeta pm inner join {db_prefix}_posts p on p.id= pm.post_idWHERE pm.meta_key = '_sale_price'

Viewing all articles
Browse latest Browse all 5

Trending Articles