• Hello people. I am testing plugin with storefront theme. I added 1 test item on woo-shop. My woocommerce default currency is USD. But I want to show Turkish Lira on all over the site. Currently mini cart keeps showing USD. If you add a new item on cart, mini cart shows TL but when I click back on main page for instance, mini cart reverts back to USD currency. Pls help me out. I tried to add a java script to refresh mini cart on functions.php but it didnt change situation.

    function wpcom_javascript() {
        ?>
        <script>
         ce_money_replace();
        </script>
        <?php
    }
    add_action('wp_head', 'wpcom_javascript');



    Kind Regards.

    • This topic was modified 1 year, 4 months ago by silencer99.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘MINI CART ERROR’ is closed to new replies.