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
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
worked thx :)