woocommerce/templates/checkout
thenbrent 571b4a5238 Use wc_cart_totals_taxes_total_html()
The order-review.php template was printing the tax total directly, which
meant extensions could not filter the tax total. This changes the tax total
to use the wc_cart_totals_taxes_total_html() similar to the cart-totals.php
template, which applies the 'woocommerce_cart_totals_taxes_total_html' filter.
2015-07-10 18:10:19 -07:00
..
cart-errors.php Absolute path should have curly braces - part 1 2014-09-22 22:16:03 +05:45
form-billing.php Adding @global docblock for proper code validation 2014-10-04 09:30:42 -04:00
form-checkout.php order review hooks 2015-01-06 15:01:24 +00:00
form-coupon.php Absolute path should have curly braces - part 1 2014-09-22 22:16:03 +05:45
form-login.php Introduce wc_get_page_permalink. 2015-02-15 19:13:22 +00:00
form-pay.php Absolute path should have curly braces - part 1 2014-09-22 22:16:03 +05:45
form-shipping.php Absolute path should have curly braces - part 1 2014-09-22 22:16:03 +05:45
payment-method.php Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES. 2014-11-26 14:19:53 +00:00
payment.php Incorrectly nested p tag within ul 2015-06-10 19:33:07 +10:00
review-order.php Use wc_cart_totals_taxes_total_html() 2015-07-10 18:10:19 -07:00
thankyou.php Introduce wc_get_page_permalink. 2015-02-15 19:13:22 +00:00