I would like to add "Price from" before the base price on just the product page only. I tried changing PRICE_BEGINNING in the language file but then the text appears on all prices including the checkout and invoices. Is there a way of just displaying it on the product page?
Ideally the "Price from" text would only appear if there was more than one price option!
Thanks
Trevor
Edit: sort of got it working by editing product/show_default.php as follows:
<span id="hikashop_product_price_main" class="hikashop_product_price_main">
<span class="hikashop_product_price_full">Price from </span>
Perhaps there is a better way?
Trevor