From ca679e0cd1b882b1a7f8a39701dbabe223f2ae28 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:35:32 +0100 Subject: [PATCH] Update WC templates to WC 8.4.0 --- woocommerce/cart/cart-empty.php | 2 +- woocommerce/cart/cart.php | 2 +- woocommerce/cart/proceed-to-checkout-button.php | 2 +- woocommerce/checkout/form-checkout.php | 2 +- woocommerce/checkout/form-coupon.php | 2 +- woocommerce/checkout/form-pay.php | 13 +++++++++++-- woocommerce/checkout/form-verify-email.php | 2 +- woocommerce/checkout/payment.php | 2 +- woocommerce/global/form-login.php | 2 +- woocommerce/loop/orderby.php | 2 +- woocommerce/myaccount/downloads.php | 6 +++--- woocommerce/myaccount/form-edit-account.php | 2 +- woocommerce/myaccount/form-edit-address.php | 2 +- woocommerce/myaccount/form-login.php | 2 +- woocommerce/myaccount/form-lost-password.php | 2 +- woocommerce/myaccount/form-reset-password.php | 2 +- woocommerce/myaccount/my-address.php | 2 +- woocommerce/myaccount/navigation.php | 2 +- woocommerce/myaccount/orders.php | 2 +- woocommerce/order/order-again.php | 2 +- woocommerce/product-searchform.php | 2 +- woocommerce/single-product/add-to-cart/simple.php | 2 +- .../add-to-cart/variation-add-to-cart-button.php | 2 +- 23 files changed, 35 insertions(+), 26 deletions(-) diff --git a/woocommerce/cart/cart-empty.php b/woocommerce/cart/cart-empty.php index 36fa24d5..5a33fc08 100644 --- a/woocommerce/cart/cart-empty.php +++ b/woocommerce/cart/cart-empty.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates * @version 7.0.1 */ diff --git a/woocommerce/cart/cart.php b/woocommerce/cart/cart.php index e2434eb5..e94e825a 100644 --- a/woocommerce/cart/cart.php +++ b/woocommerce/cart/cart.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates * @version 7.9.0 */ diff --git a/woocommerce/cart/proceed-to-checkout-button.php b/woocommerce/cart/proceed-to-checkout-button.php index 61d17f7d..1bb995da 100644 --- a/woocommerce/cart/proceed-to-checkout-button.php +++ b/woocommerce/cart/proceed-to-checkout-button.php @@ -12,7 +12,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates * @version 7.0.1 */ diff --git a/woocommerce/checkout/form-checkout.php b/woocommerce/checkout/form-checkout.php index f79a70d0..4be23e8f 100644 --- a/woocommerce/checkout/form-checkout.php +++ b/woocommerce/checkout/form-checkout.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates * @version 3.5.0 */ diff --git a/woocommerce/checkout/form-coupon.php b/woocommerce/checkout/form-coupon.php index 7ab602aa..23f14222 100644 --- a/woocommerce/checkout/form-coupon.php +++ b/woocommerce/checkout/form-coupon.php @@ -10,7 +10,7 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates * @version 7.0.1 */ diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index 50dc7012..fe19e49c 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -10,9 +10,9 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.8.0 + * @version 8.2.0 */ defined( 'ABSPATH' ) || exit; @@ -67,6 +67,15 @@ $totals = $order->get_order_item_totals(); // phpcs:ignore WordPress.WP.GlobalVa + +