maria7610
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Any solution to this, guys?
OK- got it work within the header.php in my chil theme
<?php $lang=get_locale(); global $WOOCS; switch($lang){ case 'bg_BG': $WOOCS->current_currency='BGN'; $WOOCS->storage->set_val('woocs_current_currency', 'BGN'); break; case 'en_GB': $WOOCS->current_currency='EUR'; $WOOCS->storage->set_val('woocs_current_currency', 'EUR'); break; default: $WOOCS->current_currency='EUR'; $WOOCS->storage->set_val('woocs_current_currency', 'EUR'); break; } ?>Hope this helps others
Cheers and thank you very much to both of you!
Hey, Guys
I would really appreciate it if you can summurize the code you used !
I have been bumping into this topic for 2 weeks now and I am still wondering how to get this – now I see you managed to do it.Did you put this in the header.php or functions.php.? What is the code you used?
I would really appreciate it/
THank you!
Viewing 4 replies - 1 through 4 (of 4 total)