Dear sir,
In the file:
templates\sj_pistore\html\com_virtuemart\productdetails\default.php please remove this code:
<?php if (is_array($this->productDisplayShipments)) {
foreach ($this->productDisplayShipments as $productDisplayShipment) {
//echo $productDisplayShipment . '';
}
}
if (is_array($this->productDisplayPayments)) {
foreach ($this->productDisplayPayments as $productDisplayPayment) {
//echo $productDisplayPayment . '';
}
}
//In case you are not happy using everywhere the same price display fromat, just create your own layout
//in override /html/fields and use as first parameter the name of your file
?>
see this screenshot :
prnt.sc/1yiwair
Thanks