all site (admin and site)is in greek language.
i search in the internet and i add this code in
default.php from /components/com_virtuemart/views/productdetails/tmpl
with no luck....
- Code: Select all
<?php //Product Weight
if (!(($this->product->product_weight)==0)) { ?>
<span class="product-fields-title" >
<?php echo JText::_('COM_VIRTUEMART_PRODUCT_WEIGHT') ?>
</span>
<?php echo $this->product->product_weight ?>
</br>
<?php } ?>
<?php //Product Length
if (!(($this->product->product_length)==0)) { ?>
<?php echo JText::_('COM_VIRTUEMART_PRODUCT_LENGTH') ?>
<strong>
<?php echo floor($this->product->product_length) ?></strong>
</br>
<?php } ?>
<?php //Product Width
if (!(($this->product->product_width)==0)) { ?>
<?php echo JText::_('COM_VIRTUEMART_PRODUCT_WIDTH') ?>
<strong>
<?php echo floor($this->product->product_width) ?></strong>
</br>
<?php } ?>
<?php //Product Height
if (!(($this->product->product_height)==0)) { ?>
<span class="product-fields-title" >
<?php echo JText::_('COM_VIRTUEMART_PRODUCT_HEIGHT') ?>
</span>
<?php echo floor($this->product->product_height) ?>
</br>
<?php } ?>
this is the url.
http://erkoilida.gr/index.php?option=co ... Itemid=739
thanks in advance