Reference product

  • Posts: 2
  • Thank you received: 0
10 years 3 months ago #203659

-- url of the page with the problem -- : www.rainet.fr/demo/index.php/catalogue/category/16-ballons
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3
-- Browser(s) name and version -- : Firefox

When i upload a new product, under my pic i've GRATUIT (FREE) , i don't find disable this value
I want to see my code product instead of the FREE
Possible ?

Last edit: 10 years 3 months ago by airvay.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 3 months ago #203660

Hi,

You have to edit the view "product / listing_img_title" then in that view replace the part:

<!-- 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 -->
By:
<?php echo $this->row->product_code; ?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum