• Resolved SteveC123

    (@stevec123)


    It looks like I may have an issue with PayLater. When the customer arrives back at woocommerce they are only seeing the Cancel order option and no option to complete the order.

    My logs show an error:
    “message”:”Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the scf domain was triggered too early.”

    Orders look like they have been approved but on checkout the complete order button is missing.

    2025-10-13T11:08:53+00:00 INFO Response Body: Array

    (

        [verification_status] => SUCCESS

    )

    2025-10-13T11:08:53+00:00 INFO Response Code: 200

    2025-10-13T11:08:53+00:00 INFO Response Message: OK

    2025-10-13T11:08:53+00:00 INFO Order Keys do not match.

    2025-10-13T11:08:54+00:00 INFO Payment Gateway for PayPal on WooCommerce: 9.0.46

    2025-10-13T11:08:54+00:00 INFO WooCommerce Version: 10.2.2

    2025-10-13T11:08:54+00:00 INFO Test Mode: No

    2025-10-13T11:08:54+00:00 INFO Action Name : Get Order Details

    2025-10-13T11:08:54+00:00 INFO Endpoint: https://api.paypal.com/v2/checkout/orders/8

    2025-10-13T11:08:54+00:00 INFO Response Code: 200

    2025-10-13T11:08:54+00:00 INFO Response Message: OK

    2025-10-13T11:08:54+00:00 INFO Response Body: stdClass Object

    (

        [id] => 4ND64783SN798932K

        [intent] => CAPTURE

        [status] => APPROVED

    The checkout page source shows:

    <button type=”submit” class=”button wpg_place_order_hide alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Place order” data-value=”Place order” style=”display: inline-block;”>Proceed to PayPal</button>

    • This topic was modified 5 months, 2 weeks ago by SteveC123.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter SteveC123

    (@stevec123)

    I used dev tools to change
    <button type=”submit” class=”button wpg_place_order_hide alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Place order” data-value=”Place order” style=”display: inline-block;”>Proceed to PayPal</button>

    to
    <button type=”submit” class=”button wpg_place_order” name=”woocommerce_checkout_place_order” id=”place_order” value=”Place order” data-value=”Place order” style=”display: inline-block;”>Proceed to PayPal</button>

    so that the button displayed and was able to place the order. This suggests the problem is local to my website and maybe some plugin conflict and that the paypal site is working ok

    Plugin Support Jignesh

    (@jigneshmpatel)

    Hello @stevec123,

    Thank you for bringing this to our attention.

    We have resolved the issue you reported.

    Until the next official release is available, you can download the fixed version from the following link: Download Link.

    Please try this latest version and let us know how it works for you.

    Best regards

    Thread Starter SteveC123

    (@stevec123)

    That looks like it’s done the job ! Superb support.

    I’ll reconfirm this in the morning when the couple of customers caught out with this try and re-order.

    Thanks Folk !

    Thread Starter SteveC123

    (@stevec123)

    Customers Re-ordered and all is working fine.

    Thanks Again !

    Plugin Support Jignesh

    (@jigneshmpatel)

    Thanks for confirming and for your kind words!
     Please feel free to reach out if you have any further questions.

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

You must be logged in to reply to this topic.