• Resolved stokastikos

    (@stokastikos)


    Hello. I created my funnel, and on the “Thank you” page, after purchase there’s the Order details.
    I want to remove the hyperlink from the “Product” name and just leave it as text. So customers can’t click on it.
    The downloadable part should remain under the “Download” part.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support C S Sultan

    (@cssultan)

    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 10 months, 1 week ago by C S Sultan.
    Thread Starter stokastikos

    (@stokastikos)

    Thanks very much. That solved it. I knew the data was handled by woo and tried editing woo php files, and nothing, so I thought WPFunnels added or modified elements dynamically.
    Anyways thanks for the simple and effective solution.

    Plugin Support C S Sultan

    (@cssultan)

    @stokastikos I am glad I could help.

    Feel free to open another thread if you face any further issue.

    Also, if you are happy with our plugin and support, then please giving us a positive rating here.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WPFunnels “Thank you” page problem’ is closed to new replies.