[Solved] WooCommerce product image filename in product title


Ok. Based on what I have understood from your question, following might be the solution for your problem.

First get featured image url.
Ref: How to get featured image of a product in woocommerce

Now use this URL to get filename. Ref: https://gist.github.com/wooki/2709106

Once you get filename, you can echo it wherever needed or you can use this all in single-product template or order-details template.

Hope this helps.

1

solved WooCommerce product image filename in product title