virtual product - register customers

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!
IOU42
Posts: 26
Joined: 25 Jun 2016, 21:10

virtual product - register customers

Post by IOU42 » 29 Jul 2016, 18:41

We have some downloadable products and have added them to the catalogue.
The checkout process works well, except for user not being 'forced' to register during the check out.

As the download link in the email requires login, I would expect a required registration at check out. This is not showing as one of the options for the check out. I have configured below steps in config file shop.php:

Code: Select all

'subparts'=>array( 'address', 'payment', 'summary', 'order', 'process' )
Or should this be enforced by adding 'auth' to the controller for one of the steps?

Is it possible to offer the check out without registering, obviously with the download link without the auth and available for some restricted time/downloads.

Can you please provide some guidance on how to achieve this?

Thanks!

System info:
Running Aimeos Laravel: 2022.10
Laravel Framework 9.52
Almalinux
PHP 8.1

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

Re: virtual product - register customers

Post by aimeos » 01 Aug 2016, 14:51

IOU42 wrote:Is it possible to offer the check out without registering, obviously with the download link without the auth and available for some restricted time/downloads.
Yes, because if a user has no account yet, there is one created by default at the end of the order process. Only make sure that you execute the job for the account creation e-mails.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

IOU42
Posts: 26
Joined: 25 Jun 2016, 21:10

Re: virtual product - register customers

Post by IOU42 » 25 Aug 2016, 21:02

Thanks it works well now!

System info:
Running Aimeos Laravel: 2022.10
Laravel Framework 9.52
Almalinux
PHP 8.1

Post Reply