In Wordpress after checkout I need to get product ID by the product Name. Currently I am using:
$mini = get_page_by_title( $mini_name, OBJECT, \'product\' );