Page 1 of 1

Show download links in account history?

Posted: 07 Aug 2016, 16:49
by pepo123
Hi all,

I am trying to make a small shop for virtual products. I have successfully added a file to a product (as explained in the guide), but after the checkout I cant see the link in the /myaccount order history page. In the admin panel I have set the payment status and delivery status as received and delivered and still nothing.

https://github.com/aimeos/aimeos-core/c ... c93f17fda4
This led me to believe that there was such a feature.


What am I doing wrong? Is there something I am missing? Is there a separate component to list only the download links?

Thanks

Re: Show download links in account history?

Posted: 08 Aug 2016, 08:56
by aimeos
Yes, the feature is there. Please check if
- Payment status is at least authorized or received
- The download link is stored in mshop_order_base_service_attr for the order with code "download"

You can also have a look into the template to see when the link is displayed:
https://github.com/aimeos/ai-client-htm ... t.php#L247