$WOOCS->storage->get_val()
This function can return any WOOCS storage value, current currency for example.
global $WOOCS; echo $WOOCS->storage->get_val('woocs_current_currency');
All values which can be get by this function installed in the WOOCS storage by the next function: $WOOCS->storage->set_val().