• Resolved garteth

    (@garteth)


    Hello

    Is there a simple way to remove the product link when an item is in the cart?

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello @garteth

    Please use this CSS

    .xoo-wsc-img-col a, .xoo-wsc-sum-col a {
        pointer-events: none;
    }
    
    a.xoo-wsc-remove {
        pointer-events: all;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove product link’ is closed to new replies.