Skip to content

Commit

Permalink
Specific template override paths
Browse files Browse the repository at this point in the history
  • Loading branch information
WPprodigy committed Oct 3, 2015
1 parent a7228e8 commit ee2757c
Show file tree
Hide file tree
Showing 113 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion templates/archive-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The Template for displaying product archives, including the main shop page which is a post type archive.
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/archive-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
Expand Down
2 changes: 1 addition & 1 deletion templates/auth/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Auth footer
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/auth/footer.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
Expand Down
2 changes: 1 addition & 1 deletion templates/auth/form-grant-access.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Auth form grant access
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/auth/form-grant-access.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
Expand Down
2 changes: 1 addition & 1 deletion templates/auth/form-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Auth form login
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/auth/form-login.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
Expand Down
2 changes: 1 addition & 1 deletion templates/auth/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Auth header
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/auth/header.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cart-empty.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Empty cart page
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-empty.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cart-item-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cart item data (when outputting non-flat)
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-item-data.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cart-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-shipping.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cart-totals.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cart totals
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-totals.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cart Page
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cart.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/cross-sells.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cross-sells
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/cross-sells.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/mini-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* This template can be overridden by copying it to yourtheme/woocommerce/cart/mini-cart.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/proceed-to-checkout-button.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* This template can be overridden by copying it to yourtheme/woocommerce/cart/proceed-to-checkout-button.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
Expand Down
2 changes: 1 addition & 1 deletion templates/cart/shipping-calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Shipping Calculator
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/cart/shipping-calculator.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/cart-errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cart errors page
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/cart-errors.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout billing information form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-billing.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout Form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-checkout.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-coupon.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout coupon form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-coupon.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout login form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-login.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Pay for order form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-pay.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/form-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout shipping information form
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-shipping.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Output a single payment method
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/payment-method.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Checkout Payment Section
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/payment.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/review-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Review order table
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/review-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/checkout/thankyou.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Thankyou page
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/thankyou.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
Expand Down
2 changes: 1 addition & 1 deletion templates/content-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying product content within loops.
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/content-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
Expand Down
2 changes: 1 addition & 1 deletion templates/content-product_cat.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying product category thumbnails within loops.
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/content-product_cat.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
Expand Down
2 changes: 1 addition & 1 deletion templates/content-single-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying product content in the single-product.php template
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/content-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
Expand Down
2 changes: 1 addition & 1 deletion templates/content-widget-product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* The template for displaying product widget entries.
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/content-widget-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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/admin-cancelled-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Admin cancelled order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/admin-cancelled-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/admin-new-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Admin new order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/admin-new-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-completed-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer completed order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-completed-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer invoice email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-invoice.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-new-account.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer new account email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-new-account.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-note.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer note email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-note.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-processing-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer processing order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-processing-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-refunded-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer refunded order email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-refunded-order.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/customer-reset-password.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Customer Reset Password email
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-reset-password.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-addresses.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email Addresses
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-addresses.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email Footer
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-footer.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email Header
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-header.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-order-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email Order Items
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-order-items.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email Styles
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-styles.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
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/admin-cancelled-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Admin cancelled order email (plain text)
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product.php
* This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/admin-cancelled-order.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
Expand Down
Loading

0 comments on commit ee2757c

Please sign in to comment.