Changing cart-totals.php ‘Shipping’ label
-
I’m trying to change the ‘Shipping’ in the snippet shown below to something else, however it does not seem to work. I’ve created a child template file and verified that it is being overridden, however the ‘Shipping’ text remains the same.
<tr class="shipping"> <th><?php _e( 'Shipping', 'woocommerce' ); ?></th> <td data-title="<?php esc_attr_e( 'Shipping', 'woocommerce' ); ?>"><?php woocommerce_shipping_calculator(); ?></td> </tr>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing cart-totals.php ‘Shipping’ label’ is closed to new replies.