• Resolved tequila jack

    (@tequila-jack)


    Hello,

    I love cart flows so far but I have a problem:

    I added a downloadable product (an ebook I am selling) to Woo and when I go through the steps to test the flow all goes well but on the thank you page there is a link to the product in Woo itself and a download link which I know will confuse people. How do I remove the link to the Woo product page so that only the download link is showing on the thank you page? I can’t post a screenshot here to show you what I mean.

    Thanks in advance,

Viewing 1 replies (of 1 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @tequila-jack!

    Thank you for contacting us!

    Here is the CSS which will remove the link from the product’s name from the CartFlows thank you page.

    Please add the below CSS into your customizer -> Under additional CSS.

    .wcf-thankyou-wrap .download-product{
    	pointer-events:none;
    }

    Please let me know in case you need more help.

    I will be happy to help.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove product from the thank you page?’ is closed to new replies.