Hi,
Generally - it's a question for WooCommerce support, but I'll give you some advice.
You have to override template files responsible for this element. Please copy from wp-content/plugins/woocommerce/templates directory appropriate files into wp-content/themes/StoreBox/woocommerce, in this case you should copy single-product/price.php file (use the same directory structure).
Now you can edit your price.php file and add e.g. "od" word. You can check shop and buy theme - there is similar situation, "price:" word in the same place is added using this technique.