Home Forums WoodMart support forum Broken images showing on bundle products when they shouldn't be?

Broken images showing on bundle products when they shouldn't be?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118232

    andrews
    Participant

    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.
    #118260

    Hello,

    Please contact the plugin support. This is the issue of Woocommerce and plugin conflict, our theme does not influence that.

    Best Regards

    #118270

    andrews
    Participant

    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;
    }
    #118274

    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

Viewing 4 posts - 1 through 4 (of 4 total)