Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #683476

    I’d like to remove the hyperlink added to the product on the cart page with woocommerce that send the buyer to the single product page, i use a custom product page so i want to keep the woocommerce out of the box product page hidden and never visible to anyone

    thanks

    • This topic was modified 8 years, 2 months ago by yingyang.
    #684177

    Hey kilimats!

    Please add following code to Quick CSS

    .woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
        pointer-events: none;
    }

    Best regards,
    Yigit

    #684242

    worked thx :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Woocommerce single product page hyperlink on cart page’ is closed to new replies.