If you want to show them, you will have to add the fields to product.tpl or include the dimensions in the Product Description.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
/catalog/view/theme/default/template/product/product.tpl
Add this code at around line 35 to add a new table row for the dimensions:
Code: Select all
<tr>
<td><strong>Size (L x W x H) cm</strong></td>
<td><?php echo $length . " x " . $width . " x " . $height; ?></td>
</tr>
Fine this line:
Code: Select all
$this->data['heading_title'] = $product_info['name'];
Code: Select all
$this->data['length'] = $product_info['length'];
$this->data['width'] = $product_info['width'];
$this->data['height'] = $product_info['height'];
Attachments
v1.5.2.1 - opencart_product_dimension_1.PNG (83.86 KiB) Viewed 16559 times
v1.5.2.1 - opencart_product_dimension_2.PNG (23.99 KiB) Viewed 16568 times
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
<?php echo $product['length'] . " x " . $product['width'] . " x " . $product['height']; ?>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Attachments
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Notice: Undefined variable: text_dimension in /www/apache/domains/
also errors for:
Notice: Undefined variable: product in /www/apache/domains/www.
Attachments
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: Amazon [Bot] and 95 guests