I just need to replace “Shopping cart” with “購物車(Chinese characters)”.
I can replace “total” & “check out” , but I cannot replace “Shopping cart(number)”.
I tried to copy et_woocomerce_mini_cart_footer function (xstore/framework/woo.php) to child theme functions.php and edit the “shopping cart” in this code to “購物車” , but it still shows “shopping cart”.
Do you know where the code is to change this display text?