hello,
how can I adjust the following code:
<!-- Product price -->
<td align="center" ><?php
if(isset($product->product_price_display)) {
echo $product->product_price_display;
} elseif(!empty($product->product_price_display)) {
echo JText::_('COM_VIRTUEMART_MULTIPLE_PRICES');
} else {
echo JText::_('COM_VIRTUEMART_NO_PRICE_SET');
}
?></td>
which is the price as shown in the picture? (attachments)
I would like to see in the Product Overview as in the example € 100.00 and € 123.46 not. Is it not worth specified in the database.
thanks for help
jens
[attachment cleanup by admin]