MyStile theme custom top menu woocommerce -


i want customize woocommerce theme mystile.

how change top menu "item" (items) stück?

enter image description here

this can changed by:

  • go appearance -> editor , find file theme-woocommerce.php
  • open file , find line

    echo '<span class="contents">' . sprintf(_n('%d item', '%d items', $woocommerce->cart->get_cart_contents_count(), 'woothemes'), $woocommerce->cart->get_cart_contents_count()) . '</span>'; 
  • change "item" , "items" "stück".

  • save file , should changed.

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -