Replies: 0
I found this code to make link for the cart page but with info on items and price.
<span style=”font-size:15px”>” title=”<?php _e( ‘View your shopping cart’ ); ?>”>Indkøbskurv <?php echo sprintf ( _n( ‘%d item’, ‘%d items’, WC()->cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?> – <?php echo WC()->cart->get_cart_total(); ?></span>
But the output is partly in english – I want it in danish. I have tried to upload a .po file to the woocommerce folder, but without luck.
item.po
msgid “item”
msgstr “vare”
msgid “items”
msgstr “varer”
/Camilla