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!
ChristianRuiz
Posts: 4
Joined: 14 Aug 2018, 15:09

Show download links in account history?

Post by ChristianRuiz » 06 Sep 2018, 20:17

Hi, I'm trying to get the download links for products on account history, I made all the checkout process but not get it, I read that the links are store in mshop_order_base_service_attr with type download, but there is nothing about it.

Any help?

thanks

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

Re: Show download links in account history?

Post by aimeos » 08 Sep 2018, 10:12

Only the file you add in the "Download" sub-panel of the product detail view will be added to the order and can be downloaded after a successfull order:
https://aimeos.org/docs/User_Manual/Adm ... s#Download
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ChristianRuiz
Posts: 4
Joined: 14 Aug 2018, 15:09

Re: Show download links in account history?

Post by ChristianRuiz » 10 Sep 2018, 16:53

Hi, Yes I added a pdf file to the Download tab, and make all the checkout process, the order is received but the download link is still missing, even running the cronjob "order/email/payment" I got the confirmation email but without Download link.

Any idea ?

Thanks

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

Re: Show download links in account history?

Post by aimeos » 10 Sep 2018, 21:03

The payment status of the order must be "received" for the download link to be shown
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ChristianRuiz
Posts: 4
Joined: 14 Aug 2018, 15:09

Re: Show download links in account history?

Post by ChristianRuiz » 11 Sep 2018, 16:04

Yes, the payment status is already "received", but the download link is still missing.
Can you tell me where is this validation set??

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

Re: Show download links in account history?

Post by aimeos » 11 Sep 2018, 19:58

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ChristianRuiz
Posts: 4
Joined: 14 Aug 2018, 15:09

Re: Show download links in account history?

Post by ChristianRuiz » 11 Sep 2018, 20:51

The download should be in the mshop_order_base_service_attr table, right?? when is added to this table that record??

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

Re: Show download links in account history?

Post by aimeos » 12 Sep 2018, 19:29

The link will be in mshop_order_base_product_attr and is added when the basket is stored (after the summary page).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply