Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
Thanks for reaching out.
Can you kindly confirm if you are using Tickets Commerce for your checkout? If yes, could you kindly share a sample event URL that has a ticket, so that I can review the checkout page in more detail?
I’d like to check if this can be done through CSS.
Looking forward to your reply.
it is “events tickets” that i used
The website is not yet online but i can put it online until that you can check it
If it is ok i will put it online
Plugin Support
Gladys
(@greventscalendar)
Hi there!
Tickets Commerce is our plugin’s built-in eCommerce solution. You can check to see if you are using Tickets Commerce by going to Tickets > Settings > Payments tab in your WordPress dashboard. If you see that Enable Tickets Commerce toggle button is blue, then that means you are using our PayPal option included with Tickets Commerce.
If you are comfortable publishing the site live and sharing the link, please do so. However, please make sure you do not share any sensitive information such as login information.
hi @greventscalendar
Here few screenshot I use ticket commerce but i don’t see toggle button.
https://prnt.sc/38NMk5SOvBR-
https://prnt.sc/yvG-88THjw-h
https://prnt.sc/JBYbo9dRcuwl
https://prnt.sc/ZVBr8yFtnaDb
if you need acces to websit say me and i will put it online
Hi @dimitrik2023, please share the direct URL to your website only, and do not share any credentials — this is for us to follow WordPress Forum guidelines. We’d like to learn more about the other payment methods/gateways appearing.
Looking forward to your response.
Best,
Abz
Hi @abzlevelup
Here the URL to events
https://theatreavenuedesartistes.com/evenements/
Thanks a lot
-
This reply was modified 2 years, 10 months ago by
dimitrik2023.
Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
Thank you for waiting. Based on the screenshots you provided, you can disable Google Pay via Stripe, and Bancontact and Sofort through Paypal.
I hope this helps, and please let me know if you have further questions or concerns.
i did it on stripe but on paypal impossible i don’t see where in paypal and i searched
Plugin Support
Darian
(@d0153)
Hi @dimitrik2023
Could you try the code snippets below and see if it helps?
add_filter(
'tec_tickets_commerce_gateway_paypal_js_sdk_url',
'update_paypal_sdk_url',
10,
2
);
function update_paypal_sdk_url( $url, $query_args ) {
$url = 'https://www.paypal.com/sdk/js';
$query_args['disable-funding'] = 'credit,bancontact,sofort';
$url = add_query_arg( $query_args, $url );
return $url;
}
If coding is not your forte, then you can use the Code Snippets plugin that eliminates the necessity of adding custom snippets to your theme’s functions.php file. However, testing it on a staging version of your live site is recommended before implementing it on your site.
Let me know how it goes.
-
This reply was modified 2 years, 10 months ago by
Darian.
i run the snippet everywhere?
Plugin Support
Darian
(@d0153)
@dimitrik2023 Yes, you can Run the snippet everywhere or you can also select Only run on site front-end.
hi @d0153
There are still the toggles and the bank card always activ. I don’t need it
https://prnt.sc/34LNMjZTgQOz
https://prnt.sc/68xKYPeccMOc
Thanks a lot