“Place Order” Button Text Not Displaying in checkout page

This topic has 4 replies, 2 voices, and was last updated 1 weeks, 5 days ago ago by Youcef

  • Avatar: Youcef
    Youcef
    Participant
    June 4, 2025 at 10:36

    Hi team,

    I’m encountering an issue on the checkout page: the “Place Order” button doesn’t display any text — it’s just an empty button.
    I can’t figure out how to solve this…

    I’m attaching a screenshot to help illustrate the problem.

    Can you please take a look and let me know what could be causing this?

    Thanks in advance,
    Youcef

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    June 4, 2025 at 13:51

    Dear Youcef,

    We hope this message finds you well.

    It appears that one of the third-party plugins may have overridden the default text of the checkout button. To resolve this issue, we have added the following custom code to the functions.php file located in your child theme:

    
    add_filter('woocommerce_order_button_text', 'n2t_woocommerce_order_button_text', 100);
    function n2t_woocommerce_order_button_text(){
        return 'Commander';
    }
    

    As a result, the checkout button text is now displaying correctly.

    Could you please take a moment to review the changes?

    Best regards,
    The 8Theme Team

    Avatar: Youcef
    Youcef
    Participant
    June 5, 2025 at 15:25

    Hello, Thank you very much for your help!

    Avatar: Youcef
    Youcef
    Participant
    June 5, 2025 at 15:25

    Thanks for the support! My topic ““Place Order” Button Text Not Displaying in checkout page” has been successfully resolved.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘“Place Order” Button Text Not Displaying in checkout page’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.