first of all, nico thanks you!! for the support with my project, here is done: -->ondagiftregalos.c0m.ar.
Now, I want to make on my site a demo store to get other projects and whit other project i will buy the hikashop pack business.
For that, I need your help with some details...
The first detail would align product text and product price just like this screenshot:
I know I have to edit in backend / view / product / "listing_img_title"
these lines:
(but i not as it should be the code correctly).
<!-- PRODUCT PRICE -->
<?php
}
if($this->params->get('show_price','-1')=='-1'){
$config =& hikashop_config();
$this->params->set('show_price',$config->get('show_price'));
}
if($this->params->get('show_price')){
$this->setLayout('listing_price');
echo $this->loadTemplate();
}
?>
<!-- EO PRODUCT PRICE -->
<!-- PRODUCT NAME -->
<span class="hikashop_product_name">
<?php if($this->params->get('link_to_product_page',1)){ ?>
<a href="<?php echo $link;?>">
<?php }
echo $this->row->product_name;
if($this->params->get('link_to_product_page',1)){ ?>
</a>
<?php } ?>
</span>
<!-- EO PRODUCT NAME -->
HELP ME, MY HIKA FRIEND!