• Resolved Gene Huneycutt

    (@huneybox)


    Hi,
    I am wondering if there is a way to hide the product links. My store does not utilize single product pages for buying products, as customers buy bundles instead. How can I remove the product links from the cart page?

    Thanks,

    Gene

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Senff

    (@senff)

    Hi @huneybox

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .woocommerce-products-wizard-results-item-thumbnail,
    .woocommerce-products-wizard-results-item-thumbnail a {
    	pointer-events: none;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter Gene Huneycutt

    (@huneybox)

    I appreciate your help! I modified your code to make it work for my website and it did work! Thanks!

    Plugin Support Tseten a11n

    (@tibetanitech)

    I’m glad the code provided by Senff worked for you. I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Cart Links’ is closed to new replies.