Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
To only use PayPal for payments and remove “bank card payment”, simply disable the Stripe payment method.
See- https://share.getcloudapp.com/X6u7evwY
Let me know if you have further concerns.
hi @d0153
I want to keep stripe for credit card and for paypal i need it and not bank card payment and put out the toggles if possible
Thaks a lot
Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
To remove the “Carte bancaire” from this screenshot, please update the following from the code snippet I provided
$query_args['disable-funding'] = 'credit,bancontact,sofort';
to
$query_args['disable-funding'] = 'card,credit,bancontact,sofort';
Regarding the toggle, it may be feasible with custom coding. However, it’s worth mentioning that we cannot offer complete support for custom implementations.
A good place to start would be our Themer’s Guide, if you’re comfortable doing it DIY. https://theeventscalendar.com/knowledgebase/themers-guide/
Let me know how it goes.
hi @d0153
ok for paypal but i don’t understant the code. Impossible to put out the toggles.
Why is it so complicate to use the plugin. When we bought it, it was for the simplicity.
thanks for everything
Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
Thanks for your confirmation and I’m glad that it is now working.
If you have some time to review, that would be amazing!
https://wordpress.org/support/plugin/event-tickets/reviews/
In regards to the code, it serves to identify which payment method should be disabled. Please note that your PayPal account is responsible for enabling payment methods, which our plugin then displays. For additional details, we suggest referring to PayPal’s documentation.
Let me know if you have further questions or concerns.
Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.