• Resolved altaf123

    (@altaf123)


    Hello the payment getway google pay apple pay is not showing on bundle product its showing on simple product but not

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Emily Wilson

    (@emilywil)

    Hello @altaf123

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    On the product page the bundle products only works with the “Add to cart” button, but user can choose the payment method in the checkout page.

    I hope it helps.

    Best regards

    Thread Starter altaf123

    (@altaf123)

    Hi @emilywil there is nopayment method is showing like Google Pay link and apple Pay in bundle product while same link is showing on simple product .
    Also the payment method is not showing the checkout page only showing pay by card and COD while we have Google pay and apply pay Services its not showing on checkout page if there is bundle on the cart its showing only to simple product .

    ae.prcnstore.com
    this is our website link i attached the picture but not successfully loaded
    the first one is bundle product not showing link as on the second picture which is simple product

    the below picture is from simple product

    • This reply was modified 4 months, 1 week ago by altaf123.
    Plugin Support Emily Wilson

    (@emilywil)

    Hi @altaf123

    On the product page, the bundle products only work with “Add to cart” button.

    We checked the checkout with a simple product and a bundle product and there are same payment methods available in the checkout.

    Please check the screenshots below.

    https://ibb.co/2764tnGt
    https://ibb.co/Mkxyw51H

    First please fix the issue, in the checkout for the simple products then let us know if there is an issue with bundle products in the cart.

    Also, please let us know which payment method plugin are you using.

    Best regards

    • This reply was modified 4 months, 1 week ago by Emily Wilson.
    Plugin Support Emily Wilson

    (@emilywil)

    Hi @altaf123

    Please add the code below to your child theme functions.php and try again.

    add_filter( 'wc_stripe_payment_request_supported_types', function ( $types ) {
    $types[] = 'easy_product_bundle';
    return $types;
    } );

    I hope it helps.

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.