Page 1 of 1

Easy way to disable features of the plugin

Posted: 13 Oct 2017, 09:15
by t_csaba
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

Re: Easy way to disable features of the plugin

Posted: 14 Oct 2017, 17:23
by aimeos
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.

Re: Easy way to disable features of the plugin

Posted: 04 Jan 2018, 15:08
by t_csaba
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?

Re: Easy way to disable features of the plugin

Posted: 04 Jan 2018, 15:17
by t_csaba
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

Posted: 04 Jan 2018, 21:45
by aimeos
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.

Re: Easy way to disable features of the plugin

Posted: 05 Jan 2018, 08:54
by t_csaba
Thank you for the reply, it works perfectly.