
че-то пытаюсь изменить не получается, подскажите как это сделать ?
function woocommerce_cart_link() {
global $woocommerce;
?>
<a href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="'<?php _e( 'View your shopping cart', 'woothemes' ); ?>'" class="cart-button">
<span><?php echo sprintf(_n( '%d item – ', '%d items – ', $woocommerce->cart->get_cart_contents_count(), 'woothemes'), $wo
</a>
function woocommerce_cart_link() {
global $woocommerce;
?>
<a href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="'<?php _e( 'View your shopping cart', 'woothemes' ); ?>'" class="cart-button">
<span><?php echo sprintf(_n( '%d item – ', '%d items – ', $woocommerce->cart->get_cart_contents_count(), 'woothemes'), $wo
</a>