• Resolved marcbo

    (@marcbo)


    Hello !

    Some of my products have no image.
    How can I display the image of the category instead ?

    Thank you for helping,

    Cheers,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    There’s not really an easy way to do this. You’d need to overwrite a template which I wouldn’t really recommend.

    Why not just change the placeholder? You can use the woocommerce_placeholder_img_src filter to do that.

    Cheers

    Thread Starter marcbo

    (@marcbo)

    Hi James,

    Thank you for your reply,
    for the moment, I did the following in the .css file

    .woocommerce-placeholder {
    display: none !important;
    }

    cheers,

    Marc

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product without image’ is closed to new replies.