Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Translation – items in shopping bag / your selection… › Reply To: Translation – items in shopping bag / your selection…
November 21, 2013 at 7:10 pm
#32660
Hello,
I had the same problem, but I can´t replace the .po file because I already translated all things.
So, I tried to change this word into the code. I changed:
<div class=”bag-header”><?php _e(“0 items in the shopping bag”, “swiftframework”); ?></div> into sf-woocommerce.php and $cart_output .= ‘<div class=”bag-header”>’.__(“0 items in the shopping bag”, “swiftframework”).'</div>’; into sf-header.php but doesn´t work.
Where I need to change into the code for fix this problem?
Thanks,