For 1.5.6. i used this mod:
http://forum.opencart.com/posting.php?m ... 20&p=36680
Qphoria wrote:1. EDIT: catalog/controller/product/product.php
2. FIND:3. AFTER, ADD:Code: Select all
$this->document->description = $product_info['meta_description'];
4. EDIT: catalog/view/theme/YOURTHEME/template/product/product.tplCode: Select all
$this->data['meta_description'] = $product_info['meta_description'];
5. PASTE THIS WHERE YOU WANT IT:Code: Select all
<?php echo $meta_description; ?>
Anybody a idea how to get this working for 2.0/OCmod?