diff --git a/readme.txt b/readme.txt index 0e8924f0279..902bb473a36 100644 --- a/readme.txt +++ b/readme.txt @@ -139,6 +139,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == * Fix - Unhook wc_page_endpoint_title after it is ran once (main page title). +* Fix - Taxes save issue when page is paginated. * Tweak - Improve category coupon message. * Tweak - Don't download GeoIP Database until geolocation option is enabled in settings. diff --git a/templates/cart/cart-shipping.php b/templates/cart/cart-shipping.php index 4fa1852d9d5..0c53356f86a 100644 --- a/templates/cart/cart-shipping.php +++ b/templates/cart/cart-shipping.php @@ -73,13 +73,13 @@ if ( ! defined( 'ABSPATH' ) ) {

' . __( 'There don‘t seem to be available shipping methods. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '

' + '

' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '

' ); ?> ' . __( 'There don‘t seem to be available shipping methods. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '

' + '

' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '

' ); ?>