Hi @donatasok,
This issue happens because since version 1.5.0 we changed the template file checkout/review-order.php
to output the product image in a separated container, and some themes also add a product image on their own.
They usually do it by changing the HTML for the product name via the hook woocommerce_cart_item_name
.
This issue is not present in the Flatsome theme.
Check if another plugin is using the hook woocommerce_cart_item_name
to add the product image.
In case you have a customized template file checkout/review-order.php
, please update your customized template file to our latest version of that file.
Best,
Diego