Dear,
Is it possible to add in the "product detail view"
-a line for product lenght
-a line for product weight
iy yes, is it possible to have only for some Category ???
thank's a lot for help
<div class="productDetails">
<?php /** @todo Test if content plugins modify the product description */ ?>
<h4 class="title"><?php echo Dimension ?></h4>
<class="clear"><?php echo "Longueur:"; ?> <?php echo $this->product->product_length; ?> <class="clear"><?php echo cm ?> <br />
<class="clear"><?php echo "Largeur:"; ?> <?php echo $this->product->product_width; ?> <class="clear"><?php echo cm ?> <br />
<class="clear"><?php echo "Poids:"; ?> <?php echo $this->product->product_weight; ?> <class="clear"><?php echo kg ?> <br />
<class="clear"><?php echo "Charge max:"; ?> <?php echo $this->product->product_height; ?> <class="clear"><?php echo kg ?>
</div>
bkrztuk wrote:Surely it is not possible to modify code only for one category, you want to add line as a simple HTML border/line ? Did you add already this custom fields for height/length ?