Remove Product Link in Order Emails to prevent confusion
-
This question has been asked a few times before but still there is not a good answer.
This OP has explained the situation very well here:
https://www.ads-software.com/support/topic/remove-product-link-in-completed-order-emails/In summary: both product link and download link are confusing to the user (we receive lots of complaints about not being able to download because they click on the wrong link)
At the moment, I go here:
woocommerce/templates/emails/email-downloads.php (active)
And delete this part:
<a href="<?php echo esc_url( get_permalink( $download['product_id'] ) ); ?>">
</a>
(leaving the name in between a tags)But there should be an easy filter/hook/whatever to remove this (or re-echo the line?) I am not a developer, so cannot find the solution.
Any help will be appreciated
- The topic ‘Remove Product Link in Order Emails to prevent confusion’ is closed to new replies.