commit
32894c11c0
|
@ -43,7 +43,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
|
|||
<?php do_action( 'woocommerce_cart_totals_before_shipping' ); ?>
|
||||
|
||||
<tr class="shipping">
|
||||
<th><?php _e( 'Shipping', 'woocommerce' ); ?></th>
|
||||
<th><?php _e( 'Shipping and Handling', 'woocommerce' ); ?></th>
|
||||
<td><?php woocommerce_get_template( 'cart/shipping-methods.php', array( 'available_methods' => $available_methods ) ); ?></td>
|
||||
</tr>
|
||||
|
||||
|
@ -156,4 +156,4 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
|
|||
|
||||
<?php do_action( 'woocommerce_after_cart_totals' ); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue