Checkout page without Delivery

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
goransabo
Posts: 33
Joined: 30 Nov 2020, 17:54

Checkout page without Delivery

Post by goransabo » 23 Dec 2020, 13:19

Hello!
I heed some help with excluding Delivery from Checkout page!
Thank you & Best regards,
Goran

... and, please, dont't send me links to manuals!

// Typo3 10.4.11 / Aimeos 20.10.4 / PHP 7.3 / Linux //

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

Re: Checkout page without Delivery

Post by aimeos » 24 Dec 2020, 08:25

Well, but it's writting in the docs: https://aimeos.org/docs/2020.x/frontend ... e-checkout

You need to merge delivery and e.g. address page:

Code: Select all

plugin.tx_aimeos.setttings.client.html.checkout.standard.onepage {
  0 = address
  1 => delivery
}
And hide the delivery section with CSS.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goransabo
Posts: 33
Joined: 30 Nov 2020, 17:54

Re: Checkout page without Delivery

Post by goransabo » 24 Dec 2020, 13:35

Thank you!
Regards, G.

Post Reply