Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130091
    turnkeyflyers
    Participant

    Hi, I was told the theme creator could help me remove these links. When the customer purchases a virtual product, they can download the files in the account area. Currently, the products link to the purchase page which is very confusing to the user who already purchased. I would like to unlink it so it is just text. See attached.
    http://www.Turnkeyflyers.com

    #1130405
    Rue Nel
    Moderator

    Hello There,

    Thank you for writing in! If you want to unlink it, the customer can no longer re download the file again. I would just suggest that you set a download limit so that when the user already reach the limit, the link will automatically gets remove by WooCommerce.

    To know more how you can downloadable product, you can check it out here: https://docs.woocommerce.com/document/digitaldownloadable-product-handling/

    Hope this helps.

    #1134733
    turnkeyflyers
    Participant

    No, you misunderstood my request. I want to leave the download link in-tact so the customer can always download the file. I want to remove the link to the product page. I want the text that I’ve highlighted in my screenshot to have no link. How can I remove this product page link? The download button and link will not be affected.

    #1134828
    Christopher
    Moderator

    Hi there,

    Please provide us with URL of page in question. If we need to login to see the page, provide us with login credentials in private replay.

    Thanks.

    #1135918
    turnkeyflyers
    Participant
    This reply has been marked as private.
    #1136346
    Rupok
    Member

    Hi there,

    Thanks for writing back. It would be unusual and you should keep this as is. But if you still want, you can add this under Custom > JavaScript in the Customizer.

    jQuery( document ).ready(function( $ ) {
        $('.woocommerce-MyAccount-downloads .download-file > a').contents().unwrap();
    });

    Hope this helps.

    #1137582
    turnkeyflyers
    Participant

    Yes, thank you! That is perfect!

    #1137844
    Friech
    Moderator

    We’re delighted to assist you with this. feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1130091 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>