I\'m working on a separate templates page, which page gets woocommece product sku using custom field of wordpress post. i need to get product id of that sku for create wooco
WooCommerce 2.3 finally adds support for this in core.
If you are using this version, you can call
wc_get_product_id_by_sku( $sku )