Specific template override paths

This commit is contained in:
Caleb Burks 2015-10-03 02:58:08 -05:00
parent a7228e8305
commit ee2757c08f
113 changed files with 113 additions and 113 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
/**
* Admin new 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-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

View File

@ -2,7 +2,7 @@
/**
* Customer completed 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/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

View File

@ -2,7 +2,7 @@
/**
* Customer invoice 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/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

View File

@ -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/plain/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

View File

@ -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/plain/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

View File

@ -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/plain/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

View File

@ -2,7 +2,7 @@
/**
* Customer refunded 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/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

View File

@ -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/plain/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

View File

@ -2,7 +2,7 @@
/**
* Email Addresses (plain)
*
* 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/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

View File

@ -2,7 +2,7 @@
/**
* Email Order Items (plain)
*
* 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/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

View File

@ -2,7 +2,7 @@
/**
* Shop breadcrumb
*
* 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/global/breadcrumb.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

View File

@ -2,7 +2,7 @@
/**
* 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/global/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

View File

@ -2,7 +2,7 @@
/**
* Product quantity inputs
*
* 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/global/quantity-input.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

View File

@ -2,7 +2,7 @@
/**
* Sidebar
*
* 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/global/sidebar.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

View File

@ -2,7 +2,7 @@
/**
* Content wrappers
*
* 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/global/wrapper-end.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

View File

@ -2,7 +2,7 @@
/**
* Content wrappers
*
* 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/global/wrapper-start.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

View File

@ -2,7 +2,7 @@
/**
* Loop Add to 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/loop/add-to-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

View File

@ -2,7 +2,7 @@
/**
* Product Loop End
*
* 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/loop/loop-end.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

View File

@ -2,7 +2,7 @@
/**
* Product Loop Start
*
* 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/loop/loop-start.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

View File

@ -2,7 +2,7 @@
/**
* Displayed when no products are found matching the current query.
*
* 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/loop/no-products-found.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

View File

@ -2,7 +2,7 @@
/**
* Show options for ordering
*
* 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/loop/orderby.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

View File

@ -2,7 +2,7 @@
/**
* Pagination - Show numbered pagination for catalog pages.
*
* 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/loop/pagination.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

View File

@ -2,7 +2,7 @@
/**
* Loop Price
*
* 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/loop/price.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

View File

@ -2,7 +2,7 @@
/**
* Loop Rating
*
* 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/loop/rating.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

View File

@ -4,7 +4,7 @@
*
* Shows text: Showing x - x of x results
*
* 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/loop/result-count.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

View File

@ -2,7 +2,7 @@
/**
* Product loop sale flash
*
* 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/loop/sale-flash.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

View File

@ -2,7 +2,7 @@
/**
* Add payment method form 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/myaccount/form-add-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

View File

@ -2,7 +2,7 @@
/**
* Edit account 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/myaccount/form-edit-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

View File

@ -2,7 +2,7 @@
/**
* Edit address 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/myaccount/form-edit-address.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

View File

@ -2,7 +2,7 @@
/**
* 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/myaccount/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

View File

@ -2,7 +2,7 @@
/**
* Lost password 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/myaccount/form-lost-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

View File

@ -2,7 +2,7 @@
/**
* My Account 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/myaccount/my-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

View File

@ -2,7 +2,7 @@
/**
* My 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/myaccount/my-address.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

View File

@ -4,7 +4,7 @@
*
* Shows recent orders on the account 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/myaccount/my-downloads.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

View File

@ -4,7 +4,7 @@
*
* Shows recent orders on the account 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/myaccount/my-orders.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

View File

@ -4,7 +4,7 @@
*
* Shows the details of a particular order on the account 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/myaccount/view-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

View File

@ -2,7 +2,7 @@
/**
* Show error messages
*
* 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/notices/error.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

View File

@ -2,7 +2,7 @@
/**
* Show messages
*
* 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/notices/notice.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

View File

@ -2,7 +2,7 @@
/**
* Show messages
*
* 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/notices/success.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

View File

@ -2,7 +2,7 @@
/**
* Order tracking 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/order/form-tracking.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

View File

@ -2,7 +2,7 @@
/**
* Order again button
*
* 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/order/order-again.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

View File

@ -2,7 +2,7 @@
/**
* Order Customer Details
*
* 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/order/order-details-customer.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

View File

@ -2,7 +2,7 @@
/**
* Order Item Details
*
* 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/order/order-details-item.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

View File

@ -2,7 +2,7 @@
/**
* Order details
*
* 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/order/order-details.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

View File

@ -2,7 +2,7 @@
/**
* Order tracking
*
* 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/order/tracking.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

View File

@ -2,7 +2,7 @@
/**
* The template for displaying product search 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/product-searchform.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

View File

@ -2,7 +2,7 @@
/**
* Display single product reviews (comments)
*
* 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/single-product-reviews.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

View File

@ -2,7 +2,7 @@
/**
* External product add to 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/single-product/add-to-cart/external.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

View File

@ -2,7 +2,7 @@
/**
* Grouped product add to 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/single-product/add-to-cart/grouped.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

View File

@ -2,7 +2,7 @@
/**
* Simple product add to 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/single-product/add-to-cart/simple.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

View File

@ -2,7 +2,7 @@
/**
* Variable product add to 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/single-product/add-to-cart/variable.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

View File

@ -2,7 +2,7 @@
/**
* Single Product Meta
*
* 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/single-product/meta.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

View File

@ -2,7 +2,7 @@
/**
* Single Product Price, including microdata for SEO
*
* 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/single-product/price.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

View File

@ -4,7 +4,7 @@
*
* Used by list_attributes() in the products class
*
* 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/single-product/product-attributes.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

View File

@ -2,7 +2,7 @@
/**
* Single Product Image
*
* 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/single-product/product-image.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

View File

@ -2,7 +2,7 @@
/**
* Single Product Thumbnails
*
* 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/single-product/product-thumbnails.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

Some files were not shown because too many files have changed in this diff Show More