Show product title as main image name

Bug

If you change some stuff in the save_post.php you can let the main image be the name of the product

The name of the main image is added the the db table as $main_image

So when the output of the form is received by the save_post.php you can change stuff like

$title = title to $main_image = title



Bug

All you ask for is possible!

Do not let people tell you that your strange questions cannot be made

jacobi22

Why the image name? whats the background for that?
if you set the image name for product name / page-title (manually), you have a simple resolution

daydreamer

Thanks, would it be possible to show the image name on the checkout form and invoice?

jacobi22

Its not possible, to set an image name automatically as a product name. you have to set the product name (= page title) manually . Product pictures are optional

daydreamer

How would I show the main image file name as the product name automatically?

Thanks