• I am not 100% sure if this is a support question for Woocommerce support or Mijireh support. On my Woocommerce checkout page, http://www.wildbluedream.com/checkout/, there are 2 options to pay: pay with a card (Mijireh) or pay with paypal. When you select pay with card, the button says “Place Order”. When paypal is selected it says “Proceed to Paypal”. I’d like to change the button text “Place Order” to “Proceed with Payment”. I tried following the documentation from Woocommerce on changing the template code for the checkout page (in my child theme), but it seems that Mijireh is controlling the text, so changing the template code is not working. Is there another way to change this? I think “Place Order” is very confusing for the user, since you have not yet entered payment info at this stage.

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter orangjul

    (@orangjul)

    Just to make things simpler for now I’ve removed the paypal payment option. Changing the template code in my theme is still not working, the button still still says “Place Order”. I’ve tripled checked that my files were place in the right place:

    /mytheme/woocommerce/templates/checkout/review-order.php

    Has anyone figured this one? I need the localize the “Place Order” button for Mijireh but can’t find where this string is being stored.

    your folder structure is wrong. it should be:
    /mytheme/woocommerce/checkout/review-order.php
    no /templates/ folder. then it works.

    in return, have you found out how to change the ‘proceed to paypal’ text? 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change "place order" button – template change not working’ is closed to new replies.