We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314c990 commit f57e68cCopy full SHA for f57e68c
templates/receipt.php
@@ -236,17 +236,6 @@
236
<?php } ?>
237
</tbody>
238
<tfoot>
239
- <tr>
240
- <th colspan="3"><?php esc_html_e( 'Subtotal', 'woocommerce' ); ?></th>
241
- <td><?php
242
- $tax_display = get_option( 'woocommerce_tax_display_cart' );
243
- if ( 'excl' === $tax_display ) {
244
- echo wp_kses_post( wc_price( $order->get_subtotal() ) );
245
- } else {
246
- echo wp_kses_post( wc_price( $order->get_subtotal() + $order->get_subtotal_tax() ) );
247
- }
248
- ?></td>
249
- </tr>
250
<?php if ( $order->get_shipping_total() > 0 ) { ?>
251
<tr>
252
<th colspan="3"><?php esc_html_e( 'Shipping', 'woocommerce' ); ?></th>
0 commit comments