diff --git a/templates/archive-product.php b/templates/archive-product.php index 366c062adf87b..de2efed677294 100644 --- a/templates/archive-product.php +++ b/templates/archive-product.php @@ -2,8 +2,14 @@ /** * The Template for displaying product archives, including the main shop page which is a post type archive. * - * Override this template by copying it to yourtheme/woocommerce/archive-product.php + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/auth/footer.php b/templates/auth/footer.php index 46e6ea2985887..7c0586b75c22b 100644 --- a/templates/auth/footer.php +++ b/templates/auth/footer.php @@ -2,6 +2,14 @@ /** * Auth footer * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/form-grant-access.php b/templates/auth/form-grant-access.php index 0ce5fcaf1dcf0..154aa86bf95a6 100644 --- a/templates/auth/form-grant-access.php +++ b/templates/auth/form-grant-access.php @@ -2,6 +2,14 @@ /** * Auth form grant access * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/form-login.php b/templates/auth/form-login.php index 89661cd0a738e..5cc898f293589 100644 --- a/templates/auth/form-login.php +++ b/templates/auth/form-login.php @@ -2,6 +2,14 @@ /** * Auth form login * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/auth/header.php b/templates/auth/header.php index 34ba710128547..e030b0d1ae1b8 100644 --- a/templates/auth/header.php +++ b/templates/auth/header.php @@ -2,6 +2,14 @@ /** * Auth header * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Auth * @version 2.4.0 diff --git a/templates/cart/cart-empty.php b/templates/cart/cart-empty.php index 93ee454b75264..c58a3b4ab5ac8 100644 --- a/templates/cart/cart-empty.php +++ b/templates/cart/cart-empty.php @@ -2,6 +2,14 @@ /** * Empty cart page * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/cart/cart-item-data.php b/templates/cart/cart-item-data.php index a943cde73e813..73fc2af8c87be 100644 --- a/templates/cart/cart-item-data.php +++ b/templates/cart/cart-item-data.php @@ -2,6 +2,14 @@ /** * Cart item data (when outputting non-flat) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/cart/cart-shipping.php b/templates/cart/cart-shipping.php index 93331b4991635..57ee36e115b5c 100644 --- a/templates/cart/cart-shipping.php +++ b/templates/cart/cart-shipping.php @@ -4,6 +4,14 @@ * * In 2.1 we show methods per package. This allows for multiple methods per order if so desired. * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/cart/cart-totals.php b/templates/cart/cart-totals.php index 8ea083edbf81c..c4aebe09c5964 100644 --- a/templates/cart/cart-totals.php +++ b/templates/cart/cart-totals.php @@ -2,6 +2,14 @@ /** * Cart totals * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.6 diff --git a/templates/cart/cart.php b/templates/cart/cart.php index b06f20a070ab2..795655a50b12c 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -2,6 +2,14 @@ /** * Cart Page * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.8 diff --git a/templates/cart/cross-sells.php b/templates/cart/cross-sells.php index cc9d18d3baf60..f634d29cb3125 100644 --- a/templates/cart/cross-sells.php +++ b/templates/cart/cross-sells.php @@ -2,6 +2,14 @@ /** * Cross-sells * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/cart/mini-cart.php b/templates/cart/mini-cart.php index d99baee0ea05f..a181ed5426381 100644 --- a/templates/cart/mini-cart.php +++ b/templates/cart/mini-cart.php @@ -4,6 +4,14 @@ * * Contains the markup for the mini-cart, used by the cart widget * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 diff --git a/templates/cart/proceed-to-checkout-button.php b/templates/cart/proceed-to-checkout-button.php index e444f84db1431..de224d4e85c1b 100644 --- a/templates/cart/proceed-to-checkout-button.php +++ b/templates/cart/proceed-to-checkout-button.php @@ -4,6 +4,14 @@ * * Contains the markup for the proceed to checkout button on the cart * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/cart/shipping-calculator.php b/templates/cart/shipping-calculator.php index eb9ab1f83cdeb..67785422d824e 100644 --- a/templates/cart/shipping-calculator.php +++ b/templates/cart/shipping-calculator.php @@ -2,6 +2,14 @@ /** * Shipping Calculator * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.8 diff --git a/templates/checkout/cart-errors.php b/templates/checkout/cart-errors.php index 5468b5f1a2dbb..5a79a2983cc35 100644 --- a/templates/checkout/cart-errors.php +++ b/templates/checkout/cart-errors.php @@ -2,6 +2,14 @@ /** * Cart errors page * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/checkout/form-billing.php b/templates/checkout/form-billing.php index b824e78157305..7dc4b3ce72b1e 100644 --- a/templates/checkout/form-billing.php +++ b/templates/checkout/form-billing.php @@ -2,6 +2,14 @@ /** * Checkout billing information form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.2 diff --git a/templates/checkout/form-checkout.php b/templates/checkout/form-checkout.php index df01a4be3912e..63f215fcd9b30 100644 --- a/templates/checkout/form-checkout.php +++ b/templates/checkout/form-checkout.php @@ -2,6 +2,14 @@ /** * Checkout Form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/checkout/form-coupon.php b/templates/checkout/form-coupon.php index ff182836b47ff..d964a93e8580d 100644 --- a/templates/checkout/form-coupon.php +++ b/templates/checkout/form-coupon.php @@ -2,6 +2,14 @@ /** * Checkout coupon form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2 diff --git a/templates/checkout/form-login.php b/templates/checkout/form-login.php index 4eb5f28fc2da8..8159cf15bb556 100644 --- a/templates/checkout/form-login.php +++ b/templates/checkout/form-login.php @@ -2,6 +2,14 @@ /** * Checkout login form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 diff --git a/templates/checkout/form-pay.php b/templates/checkout/form-pay.php index 64ec33eaee42b..8206932f00d1b 100644 --- a/templates/checkout/form-pay.php +++ b/templates/checkout/form-pay.php @@ -2,6 +2,14 @@ /** * Pay for order form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.7 diff --git a/templates/checkout/form-shipping.php b/templates/checkout/form-shipping.php index 0df078674174b..123a0fc834c50 100644 --- a/templates/checkout/form-shipping.php +++ b/templates/checkout/form-shipping.php @@ -2,6 +2,14 @@ /** * Checkout shipping information form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.0 diff --git a/templates/checkout/payment-method.php b/templates/checkout/payment-method.php index fbd99c9f1b3e9..d401fc91a0059 100644 --- a/templates/checkout/payment-method.php +++ b/templates/checkout/payment-method.php @@ -2,6 +2,14 @@ /** * Output a single payment method * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/checkout/payment.php b/templates/checkout/payment.php index 5565bda401073..74503e021fc4a 100644 --- a/templates/checkout/payment.php +++ b/templates/checkout/payment.php @@ -2,6 +2,14 @@ /** * Checkout Payment Section * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.7 diff --git a/templates/checkout/review-order.php b/templates/checkout/review-order.php index 45febcd083a82..b32dd8924feaf 100644 --- a/templates/checkout/review-order.php +++ b/templates/checkout/review-order.php @@ -2,6 +2,14 @@ /** * Review order table * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 @@ -101,4 +109,4 @@ - \ No newline at end of file + diff --git a/templates/checkout/thankyou.php b/templates/checkout/thankyou.php index 65d5635badae1..933f9a52c6de8 100644 --- a/templates/checkout/thankyou.php +++ b/templates/checkout/thankyou.php @@ -2,6 +2,14 @@ /** * Thankyou page * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.2.0 diff --git a/templates/content-product.php b/templates/content-product.php index c395840d80b2a..ac7ba1a7b0fb1 100644 --- a/templates/content-product.php +++ b/templates/content-product.php @@ -2,8 +2,14 @@ /** * The template for displaying product content within loops. * - * Override this template by copying it to yourtheme/woocommerce/content-product.php + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/content-product_cat.php b/templates/content-product_cat.php index befc87d4da33e..abbf8ff18f2d9 100644 --- a/templates/content-product_cat.php +++ b/templates/content-product_cat.php @@ -2,8 +2,14 @@ /** * The template for displaying product category thumbnails within loops. * - * Override this template by copying it to yourtheme/woocommerce/content-product_cat.php + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.4.0 diff --git a/templates/content-single-product.php b/templates/content-single-product.php index c3f4d538d3cc9..24d951cf910b5 100644 --- a/templates/content-single-product.php +++ b/templates/content-single-product.php @@ -2,8 +2,14 @@ /** * The template for displaying product content in the single-product.php template * - * Override this template by copying it to yourtheme/woocommerce/content-single-product.php + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/content-widget-product.php b/templates/content-widget-product.php index 13ed01a342922..2ec97053192e0 100644 --- a/templates/content-widget-product.php +++ b/templates/content-widget-product.php @@ -2,8 +2,14 @@ /** * The template for displaying product widget entries. * - * Override this template by copying it to yourtheme/woocommerce/content-widget-product.php + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 diff --git a/templates/emails/admin-cancelled-order.php b/templates/emails/admin-cancelled-order.php index 6dce3b28b59bd..64bda306bf104 100644 --- a/templates/emails/admin-cancelled-order.php +++ b/templates/emails/admin-cancelled-order.php @@ -2,6 +2,14 @@ /** * Admin cancelled order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/admin-new-order.php b/templates/emails/admin-new-order.php index 0ac994b62d108..f6ad6f31dfcb7 100644 --- a/templates/emails/admin-new-order.php +++ b/templates/emails/admin-new-order.php @@ -2,6 +2,14 @@ /** * Admin new order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/HTML * @version 2.4.0 diff --git a/templates/emails/customer-completed-order.php b/templates/emails/customer-completed-order.php index 4b9b95ea54ef3..fc330f197ca1d 100644 --- a/templates/emails/customer-completed-order.php +++ b/templates/emails/customer-completed-order.php @@ -2,6 +2,14 @@ /** * Customer completed order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/customer-invoice.php b/templates/emails/customer-invoice.php index 44fcd77c9dbab..61b9d37b2e622 100644 --- a/templates/emails/customer-invoice.php +++ b/templates/emails/customer-invoice.php @@ -2,6 +2,14 @@ /** * Customer invoice email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/customer-new-account.php b/templates/emails/customer-new-account.php index 820738411eaf9..5e1f71f62be15 100644 --- a/templates/emails/customer-new-account.php +++ b/templates/emails/customer-new-account.php @@ -2,6 +2,14 @@ /** * Customer new account email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 1.6.4 diff --git a/templates/emails/customer-note.php b/templates/emails/customer-note.php index 51e9fb7a78da2..516af48da28d7 100644 --- a/templates/emails/customer-note.php +++ b/templates/emails/customer-note.php @@ -2,6 +2,14 @@ /** * Customer note email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/customer-processing-order.php b/templates/emails/customer-processing-order.php index 1c27e9ce23069..2b17dbba922b6 100644 --- a/templates/emails/customer-processing-order.php +++ b/templates/emails/customer-processing-order.php @@ -2,6 +2,14 @@ /** * Customer processing order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/customer-refunded-order.php b/templates/emails/customer-refunded-order.php index ef52521f7a171..70c5bfa1020b4 100644 --- a/templates/emails/customer-refunded-order.php +++ b/templates/emails/customer-refunded-order.php @@ -2,6 +2,14 @@ /** * Customer refunded order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/customer-reset-password.php b/templates/emails/customer-reset-password.php index 93f04ab2f6ab9..3445dd7a6bfc6 100644 --- a/templates/emails/customer-reset-password.php +++ b/templates/emails/customer-reset-password.php @@ -2,6 +2,14 @@ /** * Customer Reset Password email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.0.0 diff --git a/templates/emails/email-addresses.php b/templates/emails/email-addresses.php index 4fb707db8a0e0..3180569676814 100644 --- a/templates/emails/email-addresses.php +++ b/templates/emails/email-addresses.php @@ -2,6 +2,14 @@ /** * Email Addresses * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/email-footer.php b/templates/emails/email-footer.php index 59c51e6eb2173..402ea34dfd7ab 100644 --- a/templates/emails/email-footer.php +++ b/templates/emails/email-footer.php @@ -2,6 +2,14 @@ /** * Email Footer * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.3.0 diff --git a/templates/emails/email-header.php b/templates/emails/email-header.php index 24a4363109cfb..7c19ba0851819 100644 --- a/templates/emails/email-header.php +++ b/templates/emails/email-header.php @@ -2,6 +2,14 @@ /** * Email Header * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.4.0 diff --git a/templates/emails/email-order-items.php b/templates/emails/email-order-items.php index a8f8515ac2dc8..a8c82f97e4ef5 100644 --- a/templates/emails/email-order-items.php +++ b/templates/emails/email-order-items.php @@ -2,6 +2,14 @@ /** * Email Order Items * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.1.2 diff --git a/templates/emails/email-styles.php b/templates/emails/email-styles.php index 9191dea3c227f..4d108f832c4e0 100644 --- a/templates/emails/email-styles.php +++ b/templates/emails/email-styles.php @@ -2,6 +2,14 @@ /** * Email Styles * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.3.0 diff --git a/templates/emails/plain/admin-cancelled-order.php b/templates/emails/plain/admin-cancelled-order.php index 8f121124a0c66..b2a234f63595c 100644 --- a/templates/emails/plain/admin-cancelled-order.php +++ b/templates/emails/plain/admin-cancelled-order.php @@ -2,6 +2,14 @@ /** * Admin cancelled order email (plain text) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/admin-new-order.php b/templates/emails/plain/admin-new-order.php index 52ce4be628606..2d2bd16714752 100644 --- a/templates/emails/plain/admin-new-order.php +++ b/templates/emails/plain/admin-new-order.php @@ -2,6 +2,14 @@ /** * Admin new order email (plain text) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/customer-completed-order.php b/templates/emails/plain/customer-completed-order.php index c260fc3dfe73d..ca32cf98362f3 100644 --- a/templates/emails/plain/customer-completed-order.php +++ b/templates/emails/plain/customer-completed-order.php @@ -2,6 +2,14 @@ /** * Customer completed order email (plain text) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/customer-invoice.php b/templates/emails/plain/customer-invoice.php index df231acfac6af..79096ad50e98e 100644 --- a/templates/emails/plain/customer-invoice.php +++ b/templates/emails/plain/customer-invoice.php @@ -2,6 +2,14 @@ /** * Customer invoice email (plain text) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.2.0 diff --git a/templates/emails/plain/customer-new-account.php b/templates/emails/plain/customer-new-account.php index 0088c5c3a6466..207b5c90a9ba6 100644 --- a/templates/emails/plain/customer-new-account.php +++ b/templates/emails/plain/customer-new-account.php @@ -2,6 +2,14 @@ /** * Customer new account email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.0.0 diff --git a/templates/emails/plain/customer-note.php b/templates/emails/plain/customer-note.php index b6fc9e25f4cb4..ebd03655d1937 100644 --- a/templates/emails/plain/customer-note.php +++ b/templates/emails/plain/customer-note.php @@ -2,6 +2,14 @@ /** * Customer note email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/customer-processing-order.php b/templates/emails/plain/customer-processing-order.php index a347b5c582e77..5f0db55be6c3f 100644 --- a/templates/emails/plain/customer-processing-order.php +++ b/templates/emails/plain/customer-processing-order.php @@ -2,6 +2,14 @@ /** * Customer processing order email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/customer-refunded-order.php b/templates/emails/plain/customer-refunded-order.php index a226725968b53..a2e136c7c928d 100644 --- a/templates/emails/plain/customer-refunded-order.php +++ b/templates/emails/plain/customer-refunded-order.php @@ -2,6 +2,14 @@ /** * Customer refunded order email (plain text) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.4.0 diff --git a/templates/emails/plain/customer-reset-password.php b/templates/emails/plain/customer-reset-password.php index 7612495dbfc19..a75348884895e 100644 --- a/templates/emails/plain/customer-reset-password.php +++ b/templates/emails/plain/customer-reset-password.php @@ -2,6 +2,14 @@ /** * Customer Reset Password email * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.3.0 diff --git a/templates/emails/plain/email-addresses.php b/templates/emails/plain/email-addresses.php index aa0ad951bffa5..0f4a022f9e881 100644 --- a/templates/emails/plain/email-addresses.php +++ b/templates/emails/plain/email-addresses.php @@ -2,6 +2,14 @@ /** * Email Addresses (plain) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.2.0 diff --git a/templates/emails/plain/email-order-items.php b/templates/emails/plain/email-order-items.php index 73aba23e1f788..95e8d341b4693 100644 --- a/templates/emails/plain/email-order-items.php +++ b/templates/emails/plain/email-order-items.php @@ -2,6 +2,14 @@ /** * Email Order Items (plain) * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates/Emails/Plain * @version 2.1.2 diff --git a/templates/global/breadcrumb.php b/templates/global/breadcrumb.php index 2dfc819332a3a..c26c3b1eeb4e5 100644 --- a/templates/global/breadcrumb.php +++ b/templates/global/breadcrumb.php @@ -2,6 +2,14 @@ /** * Shop breadcrumb * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 diff --git a/templates/global/form-login.php b/templates/global/form-login.php index b0e9795bbab53..c464d1b77b3d5 100644 --- a/templates/global/form-login.php +++ b/templates/global/form-login.php @@ -2,6 +2,14 @@ /** * Login form * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 diff --git a/templates/global/quantity-input.php b/templates/global/quantity-input.php index 55b773939a1f2..898af4638d306 100644 --- a/templates/global/quantity-input.php +++ b/templates/global/quantity-input.php @@ -2,6 +2,14 @@ /** * Product quantity inputs * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 diff --git a/templates/global/sidebar.php b/templates/global/sidebar.php index 83582b1dbf907..79202062e6937 100644 --- a/templates/global/sidebar.php +++ b/templates/global/sidebar.php @@ -2,6 +2,14 @@ /** * Sidebar * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/global/wrapper-end.php b/templates/global/wrapper-end.php index 5f594f24e1c15..2e65d0010d34a 100644 --- a/templates/global/wrapper-end.php +++ b/templates/global/wrapper-end.php @@ -2,6 +2,14 @@ /** * Content wrappers * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/global/wrapper-start.php b/templates/global/wrapper-start.php index 2fb3a9603c887..bd47e9f8afc96 100644 --- a/templates/global/wrapper-start.php +++ b/templates/global/wrapper-start.php @@ -2,6 +2,14 @@ /** * Content wrappers * + * This template can be overridden by copying it to yourtheme/woocommerce/single-product.php + * + * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer) + * will need to copy the new files to your theme to maintain compatibility. We try to do this + * as little as possible, but it does happen. When this occurs the version of the template file will + * be bumped and the readme will list any important changes. + * + * @see http://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 diff --git a/templates/loop/add-to-cart.php b/templates/loop/add-to-cart.php index 1324262382111..d6f616637d999 100644 --- a/templates/loop/add-to-cart.php +++ b/templates/loop/add-to-cart.php @@ -1,7 +1,15 @@ - \ No newline at end of file + diff --git a/templates/loop/loop-start.php b/templates/loop/loop-start.php index 749e7653f39d6..37901c6cc6995 100644 --- a/templates/loop/loop-start.php +++ b/templates/loop/loop-start.php @@ -1,10 +1,18 @@ -