Get all woocommerce product names with price and show using core php

WooCommerce stores the product data as custom post type. You find the data in the wp_post and wp_postmeta table.