Broken images showing on bundle products when they shouldn't be?
-
Using latest version of the Woocommerce Product Bundles plugin and we are getting images from the bundled item coming up in the gallery for the actual bundle.
Attachments:
You must be
logged in to view attached files.
Hello,
Please contact the plugin support. This is the issue of Woocommerce and plugin conflict, our theme does not influence that.
Best Regards
Not to worry, a workaround for anyone else that should have the same problem, stick the below in the custom css and these “images” won’t be a problem any more:
img[src*="undefined"] {
display: none;
}
Hello,
To fix this issue you need to edit the file
plugins/woocommerce-product-bundles/templates/single-product/bundled-item-image.php and change CSS classes as shown on the screenshot http://prntscr.com/jry7mm
Best Regards