Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1018768

    Hello Kriesi,

    Please help me, I can’t find a solution.

    Situation:
    I am using the “product list” to show the products. I want to disable the “add to cart function”. At this moment when someone is clicking the product is added to the cart. But I want to disable that. So I only want to show the “text”, nothing more.

    Problem:
    I tried a lot of things, adding code to function.php, changing things in woocommerce.php change things in custom css, use plugins to disable cart et cetera. When you click on the product in the productlist it still adds the product to the cart.

    Do you have a solution?

    Best regards,

    #1019156

    Hey Jeroen0517,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1019633

    Here are the login details

    • This reply was modified 6 years, 1 month ago by Jeroen0517.
    #1020160

    Hi,

    Thanks for the update.

    You can use this css code to disable the catalogue item links.

    #top .av-catalogue-item {
        pointer-events: none;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.