We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used this TypoScript
plugin.tx_cart { payments { options { 2 { provider = PAYPAL title = Paypal extra = 0.00 taxClassId = 1 status = open } } } }
as described in the documentation https://docs.typo3.org/p/extcode/cart-paypal/5.0/en-us/AdministratorManual/Configuration/PaymentMethod/Index.html but the Paypal option wasn't available during checkout.
When I change it to
plugin.tx_cart { payments { de { options { 2 { provider = PAYPAL title = Paypal extra = 0.00 taxClassId = 1 status = open } } } } }
it works and then I have two options in the checkout form.
Maybe the TypoScript example in the cart_paypal documentation needs to be updated (including de) or did I do something wrong?
de
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used this TypoScript
as described in the documentation
https://docs.typo3.org/p/extcode/cart-paypal/5.0/en-us/AdministratorManual/Configuration/PaymentMethod/Index.html
but the Paypal option wasn't available during checkout.
When I change it to
it works and then I have two options in the checkout form.
Maybe the TypoScript example in the cart_paypal documentation needs to be updated (including
de
) or did I do something wrong?The text was updated successfully, but these errors were encountered: