When I have a bundle in my cart my credit card payment plugin adds the bundle itself and on the top of them all the products in the bundle to pay, so at the payment gateway the amount is doubled.
So I would need a way to filter out the bundle members form
We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information.
When I have a bundle in my cart my credit card payment plugin adds the bundle itself and on the top of them all the products in the bundle to pay, so at the payment gateway the amount is doubled.
So I would need a way to filter out the bundle members form
$order->get_items()
Hi,
We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information.
Best regards.
Janilyn T. - WPClever Support Agent
Hi,
You can try to add below PHP code to the current theme (or child-theme) / functions.php
Best regards,
Dustin