• Resolved charredsky

    (@charredsky)


    Hi there, I am trying to change the wording on the cart page for my client – where it says “SHIPPING” in the Cart Totals table, I would like it to say “SHIPPING ESTIMATE”. However, no changes I make to the table in cart-totals.php is making any changes on the live website. I have tried making an edit to the “CART TOTALS” verbiage directly above the table, with no issue. But anything inside of the table just won’t change.

    I’ve been trying to switch out <th><?php _e( ‘Shipping’, ‘woocommerce’ ); ?></th>
    for <th><?php _e( ‘Shipping Estimate’, ‘woocommerce’ ); ?></th>

    Any ideas? Is there a different place I should be going to change these words?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sorry, I completely messed up. Go to cart shipping file and add Estimate after the call on line 28. If you’re wanting to do this only on the cart page.

    See screenshot

    View post on imgur.com

    and front end

    View post on imgur.com

    • This reply was modified 4 years, 10 months ago by Stef.
    Thread Starter charredsky

    (@charredsky)

    Wonderful! Thank you, would not have thought to go to the cart-shipping file. Looks great. 🙂

    Awesome. You’re overriding that in your own theme right? Just want to make sure. Otherwise it’ll be overwritten on the next update if you did it in core.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Override Won’t Change Cart Totals Table’ is closed to new replies.