Show download links in account history?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
pepo123
Posts: 1
Joined: 06 Aug 2016, 19:29

Show download links in account history?

Post by pepo123 » 07 Aug 2016, 16:49

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Show download links in account history?

Post by aimeos » 08 Aug 2016, 08:56

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply