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
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
ikhlief wrote:I didn't add the code at all to product.tpl and I got the error, can you give me again the full file
You did mentioned this though which means that you did tried the exact steps as previous users tried on this topic. Correct ?ikhlief wrote:The same result
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
However, screen shots were posted with the XML file which means that the results that I see are the ones from the XML. I cannot reproduce any error message based on this demonstration.
What is the error message displaying in your case ? Looks like an XML conflict issue.
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 $weight; ?>
<?php echo $length; ?>
<?php echo $width; ?>
<?php echo $height; ?>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
http://forum.opencart.com/posting.php?m ... 0#pr244649
Many thanks

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
catalog\view\theme\default\template\product\product.tpl
Code: Select all
<br><span><?php echo text_dimension_weight . " "; ?></span><?php echo $product_info['weight']; ?><br />
Code: Select all
$_['text_dimension_weight'] = 'Weight:';
Code: Select all
if ($product_info['weight']) { $this->data['weight'] = sprintf($this->language->get('text_dimension_weight'), $this->weight->format($product_info['weight'], $product_info['weight_class_id'])); } else { $this->data['weight'] = ''; }
Users browsing this forum: Google [Bot] and 50 guests