MyStile theme custom top menu woocommerce -
i want customize woocommerce theme mystile.
how change top menu "item" (items) stück?
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
Post a Comment