Skip Delivery step

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!
jramirezgranada
Posts: 40
Joined: 12 Jul 2018, 19:57

Skip Delivery step

Post by jramirezgranada » 04 Dec 2018, 20:24

Hi there;

I would like to skip delivery step on checkout depending of some conditions, How can I do it from code ? Thanks

Laravel 5.6
Aimeos Core 2018.07.12
Aimeos Laravel 2018.07.2

Thanks
--
Jorge A Ramirez
System Engineer
PHP Developer

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

Re: Skip Delivery step

Post by aimeos » 05 Dec 2018, 20:57

You can combine e.g. the delivery and payment page to one and remove the output of the delivery step in the template:
https://aimeos.org/docs/Configuration/C ... kout_steps

Alternatively, you can replace the standard implementation of the checkout client and overwrite the addData() method:
https://github.com/aimeos/ai-client-htm ... d.php#L397
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply