[ad_1]
Hi @stokastikos , even though the data is pulled using our widget, the data is actually handled via WooCommerce. By default, WooCommerce generates a link of the product there.
One way to do what you are trying is to use a small code snippet for the Thank you page:
td.download-product {
pointer-events: none;
}
td.download-product a {
color: inherit;
}You may go to “Customize” for this page and add this snippet to Additional CSS.
This will make the product title seem like ordinary text and people won’t be able to click on it.
Let me know if you have more questions.
Thanks.
-
This reply was modified 2 minutes ago by
C S Sultan.
