News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Backend product overview price

Started by med-eb, May 24, 2014, 09:22:25 AM

Previous topic - Next topic

med-eb

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]