• Resolved mcarnazzo

    (@mcarnazzo)


    I have a bundle of optional variable products managed with Woocommerce Product Bundles.
    When a customer adds the product to the cart, the side cart shows variation infos twice.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Add this CSS

    .xoo-wsc-sum-col .variation:last-of-type {
        display: none!important;
    }
    .xoo-wsc-sum-col .variation:first-of-type {
        display: block!important;
    }
    
    Thread Starter mcarnazzo

    (@mcarnazzo)

    Not so clean but it works.
    Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicated varation infos with WC Product Bundles’ is closed to new replies.