Easy way to disable features of the plugin
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Easy way to disable features of the plugin
Hi, I would like to disable the payment and delivery and coupon options. According to the documentation i have changed the steps with the configuration:
*plugin.tx_aimeos.settings.client.html.checkout.standard.standard.subparts{...}
So now the payment and delivery do not appear, but in the summary section, i get the error message:
*Service of type "payment" not available
In the backend i have disbled the plugins linked to payment and delivery, and disabled the services too. Is there a simple way to disable these features that i missed in the documentation?
typo3 8.7.7
php 7.0.16
Linux 2.6
*plugin.tx_aimeos.settings.client.html.checkout.standard.standard.subparts{...}
So now the payment and delivery do not appear, but in the summary section, i get the error message:
*Service of type "payment" not available
In the backend i have disbled the plugins linked to payment and delivery, and disabled the services too. Is there a simple way to disable these features that i missed in the documentation?
typo3 8.7.7
php 7.0.16
Linux 2.6
Re: Easy way to disable features of the plugin
Placing orders without delivery and payment services only works in the latest dev-master version. Before, you need at least a payment service (PostPay for example) and you have to to adapt the checkout summary template yourself.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Easy way to disable features of the plugin
HI again, i have version 17.10.1, but still when i checkout this error appears:
Service of type "payment" not available
Processing the payment failed
Is there anything that I've missed?
Service of type "payment" not available
Processing the payment failed
Is there anything that I've missed?
Re: Easy way to disable features of the plugin
this is the typoscript config:
Code: Select all
plugin.tx_aimeos.settings.client.html.checkout.standard.standard.subparts{
0 = address
1 = summary
3 = process
}
Re: Easy way to disable features of the plugin
dev-master means the upcoming 2018.01 version. In 2017.10, you can add a default delivery/payment service (Autofill plugin) and hide that via CSS in the checkout process.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Easy way to disable features of the plugin
Thank you for the reply, it works perfectly.