Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Matt,

    For your products, under the “Product Link”, can you add the following into the field: #

    Then, add the following custom CSS to the catalog:

    .upcp-detail-title {
       color: #777777;
       cursor:
    }
    
    div.upcp-detail-image-div {
       display:none;
    }

    Let us know if it works properly ??

    Best,

    Thread Starter matt6492

    (@matt6492)

    I tried the CSS you suggested along with using the # for the product link.

    I used some slightly different CSS as I don’t want to hide the image. What I used is below.

    .upcp-catalogue-link {
       pointer-events: none;
       cursor: default;
    }
    .upcp-detail-title {
       color: #777777;
    }
    div.upcp-detail-image-div {
       pointer-events: none;
    }

    This seems to work OK to disguise the link so users aren’t tempted to click. If they do click, of course, they just end up staying on the same page because of the # product link.

    Interestingly though, the couple of products I edited to test this are now no longer showing the custom fields I have setup for my products. This seems unrelated as I removed the above CSS from the catalog, and the problem with the custom fields showing persists. I’ll start a new thread for that issue.

    https://gsdx.org/assay-catalog/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Links in Product Catalog Detail View’ is closed to new replies.