Hello,
If I understand you well, you have create some override view, and the display don't fit your needs, plus you want add some price information.
Please note that this forum aim is to help people to configure HikaShop, and of course we can give you some advice in order to achieve customization.
First step, in your product view I believe Css custom code must fit better to keep elements in product div instead of a <br>.
Something like :
div_product span_hikashop_product_price {
display : block;
}
Second step, same idea, remove your
<br> an use some css as well in order to reorganize the elements like you needs, maybe with this same kind of Css code.
Hope this will help you.
Regards