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 + +