Hi,
Then you're talking about the products listing page, not the product page.
That makes indeed more sense to add it there.
You'll still need to edit the file "listing_price" of the view "product" via the menu Display>Views for that.
The code should be quite simple but even simple code requires PHP knowledge.
If you want to add that text only for products with variants you can easily do it like that:
<?php if($this->row->has_options) echo 'Price from '; ?>
because that condition is already precalculated by HikaShop for other needs.
However, if you want to add that text only for products with more than one variant, then you'll have to run some MySQL query to count the variants of the current product. So it will require a developer to work on that for you. It's not complex for a developer but still it requires proper development.
You can potentially contact our partners for such customization job:
www.hikashop.com/home/our-partners.html