Hi Cloe,
I have the same problem, could you please explain me how to solve it? how it works this function? where Do I have to paste it?
Thanks!
Hi,
I had the same problem, you can do this to solve it:
open the plugin file: >src>hyyan>WPI>cart.php
and delete this code:
// handle the translation of displayed porducts in cart
add_filter(
'woocommerce_cart_item_product'
, array($this, 'translateCartProducts')
, 10
, 2
);
This worked for me. Try it
Regards