Oh! thank you so much! Just in time!
Just one more question, i discover a plugin that made possible to put facebook comments on the products, it works lovely, could be possible to add it into the php? i tried with this code:
<?php
$pluginsClass = hikashop_get('class.plugins');
$plugin = $pluginsClass->getByName('content', 'fcomments');
if (@ $plugin->published || @ $plugin->enabled) {
echo '{fcomments}';
}
?>
<?php
$this->setLayout('show_block_product_files');
echo $this->loadTemplate();
?>
But when i put that on the php code everything went wild!
The plugin normally work just adding {fcomment} on the description.