Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor angelleye

    (@angelleye)

    I’ll have to download that plugin and play with it, but from what I can see it’s including that 0.00 item in the cart items in WooCommerce. As such, when the plugin pulls the line items for the PayPal request that’s getting included the same way WC feeds it, which is to include that line.

    This could be fixed with some custom logic built into the plugin to satisfy this need, however, this is the first request I’ve had for it so it’s probably not something I’ll be able to get done very soon. I will add it to our GitHub repo, though, and get it added to a future release.

    That’s the best I can tell you for now. Sorry. I’m going to close this thread, but you can keep responding here if you have more questions or concerns.

    Plugin Contributor angelleye

    (@angelleye)

    I’m curious if it does the same thing when you checkout with PayPal Standard that comes with WooCommerce. Can you test that?

    Thread Starter hchautrung

    (@hchautrung)

    Hi,
    Thanks for instant response. I have enable payal standard and tested. It’s also show the same

    Plugin Contributor angelleye

    (@angelleye)

    Ok, so yeah, even their built in payment gateways are doing that. Looks like it’s going to take some special customization to get this working how you want.

    Hopefully it won’t be such a big deal since it’s a 0.00 item..?? They’ll see that they’re paying what they expect, right?

    Thread Starter hchautrung

    (@hchautrung)

    Hopefully, This one not make confusing for customer. I have tried to changed code (woocommerce/template/cart/cart.php) to remove like this.

    1. build an array to store the two products.
    2. remove the cart
    3. Add the two products to cart again.

    But there is a problem with total amount with my cart when I cancel payment from paypal and return back to my cart page.

    Any suggestion for this one. Thanks
    Trung.

    Plugin Contributor angelleye

    (@angelleye)

    So it looks fine before you redirect to PayPal, but then it’s messed up when you get back? What exactly is the problem with the total amount at that point?

    Thread Starter hchautrung

    (@hchautrung)

    Really appreciate.

    when I cancel from paypay, the layout will be broken (I also try to move the total to the bottom)

    https://coreapp.cloudapp.net/layout_break.jpg

    Here the code I have changed: https://coreapp.cloudapp.net/cart.rar
    Please notice to my comments
    <!– MODIFIED TO SHOW THE QUANTITY AND TOTAL AT THE BOTTOM –>
    and
    // MODIDIFIED CARD TO GIVE TO PAYPAL

    Sorry, the code look quite messy.

    Plugin Contributor angelleye

    (@angelleye)

    This sort of thing is going to require premium support, or possibly even a quote for a custom plugin to do what you’re wanting. I don’t think I’ll be able to help you figure this out here, unfortunately.

    Thread Starter hchautrung

    (@hchautrung)

    Ok, Thank you very much.
    Trung.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Hide Woocommerce Bundle Product title in Paypal’ is closed to new replies.