• Resolved krpenrod

    (@krpenrod)


    When I select PayPal Express it removes the Proceed to Checkout button from the Cart page. Also on the Checkout page the message appears..
    “Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.”

    How do I make that message go away and the button come back?

    https://www.ads-software.com/plugins/paypal-for-woocommerce/

Viewing 9 replies - 16 through 24 (of 24 total)
  • Hi,
    There are no variation options set on any of our products, so I have no idea what you’re seeing there. Also, I don’t need the paypal button on the product page, just on the checkout page.

    Thanks

    hello all i am using paypal standar in my site https://nutridim.com and when i select pay with paypal it redirect to paypal main page and not paypal invoice page.it was worked fine untill today.is it any bug? any suggestions? thanks

    Plugin Contributor angelleye

    (@angelleye)

    @prizinio,

    Can you provide a screenshot of what you’re seeing when you click the PayPal button? I haven’t had any other complaints, and it’s tough to understand what you’re saying is happening without seeing it.

    You mentioned it worked fine before today. Has anything else changed on the site? Any other plugins installed or updated? Theme updates? Anything like that?

    no nothing changed. The woocomerce has not any updates to make.see the screenshots
    Before pressing button
    After Pressing button

    You can visit the site : https://www.nutridim.com to check it your own :/

    Plugin Contributor angelleye

    (@angelleye)

    Are you setting WPLANG in your wp-config.php file?

    thanks for reply i have now changed theme and seems good now only problem is can i change this screen
    https://leedskoiandpondcenter.co.uk/1.jpg
    to
    https://leedskoiandpondcenter.co.uk/2.jpg
    my setting is to billing not login
    Thanks

    Plugin Contributor angelleye

    (@angelleye)

    What you’re seeing there is the result of split testing that PayPal is doing. Sometimes you’ll get the version you see in 1.jpg and other times you’ll get what you see in 2.jpg. You’ll notice that “guest checkout” is enabled both ways, but the first one is what most people are after, I know.

    Unfortunately, I cannot control this. PayPal is making adjustments to those landing pages, and again, they’re split testing to see which version results in the highest conversion rate.

    In my opinion this doesn’t bother me. They’re spending lots of time and money testing that sort of thing to get the best experience and the highest conversion rate for checkouts. I don’t mind letting them do their thing and hope for the best, but that’s just me.

    Thanks for the information angelleye .

    Been trying to figure this issue out for the last few days as well…I think I got it.

    Simply place the following hook at the bottom of your function.php

    remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 10);

    That should do the trick. Below are Before and After shots…

    Before
    BEFORE
    After
    AFTER

    kind regards,
    soahkomplex

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Proceed to Checkout button removed/No Available payment…’ is closed to new replies.