
Originally Posted by
mc12345678
Indication that core code is modified versus some form of an override.
So, working backwards using the default template code:
In includes/templates/template_default/templates/tpl_product_info_display.php
There is a bof Product Price block.
In there one time charges are calculated (Don't see any in your example, so not a factor), then the affect of attributes where the product is to be shown starting at a value which appends the TEXT_BASE_PRICE text, and then the "power house" or most likely the result that you are seeing comes from the function zen_get_products_display_price... This function is located in:
includes/functions/functions_prices.php
It is more than likely something in this function/file that has been modified, or the above template_default/templates/tpl_product_info_display.php file was modified instead of copying it over to the template override. I say this because the same issue exists in both the default template as well as the templated template... But only you can identify if there is a tpl_product_info_display.php file in the directory includes/templates/YOUR_TEMPLATE/templates/
If there is such a file and it seems that the includes/functions/functions_prices.php file hasn't been modified, then would also validate that the template_default version matches a true default version...
Okay so the above is not in any one specific order and are things that I would check into at some point. If all of this is too much, you could help us (those assisting) out by identifying what plugins are installed or other custom modifications have been performed as perhaps one or more of them affect that file.