Answer the question
In order to leave comments, you need to log in
How to display total cost in woocommerce?
I'm trying to display the total cost next to the button. I paste the code in payment.php
<div class="woocommerce-order-overview__total total">
<div><?php esc_html_e( 'Total:', 'woocommerce' ); ?></div>
<div><strong><?php echo $order->get_formatted_order_total(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></strong></div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question