0 items
-
How to I translate items to “Something else”. I did try installing the localization plugin, edited the file, generated the .mo file but still won’t work.
This is the code:
<!-- Begin Woo Cart --> <div style="float:right; "> <a href="carrinho"><img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSKUzvwLisdIFwUDZJUij9JGyovL0ubpbHrI7W-w1D7tHIGZOfGFw" height="40" width="40" /></a> <a href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'woothemes'); ?>"> <?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count);?> - <?php echo $woocommerce->cart->get_cart_total(); ?> </a> </div> <!-- End-->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘0 items’ is closed to new replies.