Remove Address, Payment, Delivery from Checkout

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!
hansklatt
Posts: 20
Joined: 29 Jul 2021, 20:19

Remove Address, Payment, Delivery from Checkout

Post by hansklatt » 14 Jul 2022, 08:57

Hello,
i want to use the aimeos-shop in typo3 v11 (composerbased) without the addresss, payment. etc. options in checkout.
I want to configure the products and then add to basket. Then send to website owner and to the customer without delivery or payment or address options.

I generated the TYPO3-Aimeos extension and this is my config:

'html' => [
'checkout' => [
'standard' => [
'subparts' => ['summary', 'process']
]
]
],

Backend Config:

Plugin 11Checks for required addresses (billing/delivery)
=> delivery 'no'
=> delivery 'no'payment 'no'

Plugin 12Checks for required services (delivery/payment)
=> delivery 'no'
=> payment 'no'

The frontend ask for delivery option.
What can I do?
I deactivated delivery und payment plugins.

Best Regards

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

Re: Remove Address, Payment, Delivery from Checkout

Post by aimeos » 15 Jul 2022, 07:20

hansklatt wrote: 14 Jul 2022, 08:57 'html' => [
'checkout' => [
'standard' => [
'subparts' => ['summary', 'process']
]
]
],
This option only merges the different steps, but don't remove the ones not listed. As you will have no delivery and payment options configured, there will be none displayed and you can hide the rest of the delivery and payment step by CSS.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply