How to change text in your order form - by Ninimette

This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: Ninimette
    Ninimette
    Participant
    November 15, 2015 at 12:14

    Hello,

    I would like to change text in button where it is written Place order to Proceed with payment. Where I can do this?

    Regards,
    Nina

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 16, 2015 at 12:24

    Hello,

    You can change this text in \themes\woopress\woocommerce\checkout\review-order.php file.
    Find this code and replace ‘Place order’ to ‘Proceed’
    $order_button_text = apply_filters( 'woocommerce_order_button_text', __( 'Place order', 'woocommerce' ) );

    Regards,
    Robert Hall.

    Avatar: Ninimette
    Ninimette
    Participant
    November 24, 2015 at 19:07

    Hello,

    this problem we still didn’t fix. The thing was that inside folder checkout there was no review-order.php file but only 3 files: form-billing.php, from-checkout.php, from-cupon.php. I thought some files are missing and I download from woocommerce other files (including file review-order.php) and I insert them inside folder Checkout. Once I did that my checkout page become really strange.

    Regards,
    Nina

    Avatar: Eva
    Eva Kemp
    Support staff
    November 24, 2015 at 20:43

    Hello,

    You need edit that file in wp-content/plugins/woocommerce/templates/checkout directory, and remove the one you uploaded to wp-content/themes/woopress/woocommerce/checkout directory.

    Thank you.

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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