Hi, i have clean installation J4.1.4 and VM 4.0.2 .
I using VM product module and copy override this module from template horme_3 to my template.
In default.php file is code to price :
<?php echo shopFunctionsF::renderVmSubLayout('prices_module',array('product'=>$product,'currency'=>$currency)); ?>
But prices are not show. I created in my template override
html/com_virtuemart/sublayouts/prices_module.php
but this module dont using this file.
When i copy this file to
components/com_virtuemart/sublayouts/
its OK . everything working ok.
Is it bug

or am i making a mistake somewhere?
thanks