Easy way to disable features of the plugin

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!
t_csaba
Posts: 25
Joined: 12 Oct 2017, 13:28

Easy way to disable features of the plugin

Post by t_csaba » 13 Oct 2017, 09:15

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

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

Re: Easy way to disable features of the plugin

Post by aimeos » 14 Oct 2017, 17:23

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, Image give us a star

t_csaba
Posts: 25
Joined: 12 Oct 2017, 13:28

Re: Easy way to disable features of the plugin

Post by t_csaba » 04 Jan 2018, 15:08

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?

t_csaba
Posts: 25
Joined: 12 Oct 2017, 13:28

Re: Easy way to disable features of the plugin

Post by t_csaba » 04 Jan 2018, 15:17

this is the typoscript config:

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.standard.subparts{
0 = address
1 = summary
3 = process
}

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

Re: Easy way to disable features of the plugin

Post by aimeos » 04 Jan 2018, 21:45

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, Image give us a star

t_csaba
Posts: 25
Joined: 12 Oct 2017, 13:28

Re: Easy way to disable features of the plugin

Post by t_csaba » 05 Jan 2018, 08:54

Thank you for the reply, it works perfectly.

Post Reply