Duplicate Thumbnail on Checkout summary

Hi,
after an theme update my shop started showing two thumbnails of a product instead of one, when the user is on the checkout page.

How can I fix this issue?

Thank you

Hello,

Which theme are you using? What is your website so I can check?

Sorry, for my late reply.
domain: zumiq.de
Theme: Urna

The issue only appears on the last checkout page.

Thank you for your help

Hi,

The problem is because the woocommerce-germanized plugin has created an extra image.

You can fix it by using the following custom CSS:

.wc-gzd-cart-item-thumbnail + img {
    display: none;
}

Hello,
thank you for your support. I didn’t know that a plugin caused the problem… Your solution did the job :slight_smile:

I’m very grateful for your help!

1 Like