Change template name

This commit is contained in:
Mike Jolley 2013-02-10 16:05:40 +00:00
parent 927229a835
commit 45ea0fc852
3 changed files with 8 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class WC_Shortcode_Cart {
$woocommerce->cart->calculate_totals();
if ( sizeof( $woocommerce->cart->get_cart() ) == 0 )
woocommerce_get_template( 'cart/empty.php' );
woocommerce_get_template( 'cart/cart-empty.php' );
else
woocommerce_get_template( 'cart/cart.php' );

View File

@ -200,6 +200,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Feature - Linking to mydomain.com/product#review_form will now open the review form on load (if WooCommerce lightbox is turned on)
* Feature - Customers can sort by popularity + rating.
* Feature - Option to exclude coupons from sale items (thanks aj-adl)
* Templating - Revised pagination, sorting areas (sorting is now above products, numbered pagination below) and added a result count.
* Templating - email-order-items.php change get_downloadable_file_url() to get_downloadable_file_urls() to support multiple files.
* Templating - loop-end and start for product loops, allow changing the UL's used by default to something else.
@ -209,6 +210,9 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Templating - CSS classes standardised. Instances of '.woocommerce_' & '.wc-' replaced with '.woocommerce-'
* Templating - Ratings added to loop. Remove with [this snippet](https://gist.github.com/4518617).
* Templating - Replaced Fancybox with prettyPhoto
* Templating - loop-shop which was depricated is now gone for good.
* Templating - Renamed empty.php to cart-empty.php to make clearer.
* Tweak - Sorting uses GET to make it cache friendly
* Tweak - Optimised class loading (autoload). Reduced memory consumption.
* Tweak - Moved shortcodes and widgets to classes.
@ -255,9 +259,11 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Tweak - On product search include post_excerpt, by krbvroc1
* Tweak - Attribute page restricts reserved terms by GeertDD
* Tweak - Arguments for taxonomies are now filterable
* Fix - Added more error messages for coupons.
* Fix - Variation sku updating after selection.
* Fix - Active plugins display on status page.
* Localization - Makepot added by Geert De Deckere for generating POT files.
* Localization - Admin/Frontend POT files to reduce memory consumption on the frontend.
* Localization - French update by Arnaud Cheminand and absoluteweb.

View File

@ -4,7 +4,7 @@
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
* @version 2.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly