How can I display a download link on the customer's order page?

Hello,

I`m developing a website that sells digital products and they are using Digital Downloads by Shopify.

I’m trying to show a download link for the order on the order page of the customers in their account dashboard.

which liquid code would that be to get the download URL of the order from Digital Download apps

in the Digital Downloads app itself: sending order fullfillment email to the customer is:

{% for attachment in attachments %}> {{ attachment.product_name }}> > Download Link: {{ attachment.shop_url }}> {% endfor %}

Best Regards

Still looking :crossed_fingers:t3:

1 Like

Any luck with your search in March? We are looking for the same thing.

Digital downloads that can be accessed from a customer’s account for download again in the future would be an ideal solution.