Change text setup

  • Posts: 145
  • Thank you received: 1
9 years 3 months ago #241806

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1

Hi
I thought i have been trough all to find where i can change the view of the product listing.
Where do i change the text, so it can be viewed in one more row?
And how to set at text before the product_code ?


Best regards
Brian
Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #241815

Hi,

This documentation explains which view file to edit:
www.hikashop.com/support/documentation/1...-display.html#layout
In your case, I guess it's the file "listing_img_title" of the "product" view that you want to edit.

The following user(s) said Thank You: Nowweb

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

  • Posts: 26
  • Thank you received: 1
9 years 3 months ago #242264

Edit;
Removed my post to make my own topic. Sorry for hijaking

Last edit: 9 years 3 months ago by jackinthex. Reason: Made my own topic

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

  • Posts: 145
  • Thank you received: 1
9 years 3 months ago #242270

I am not sure where i should make a linegreak here.
My programming skills is not that good ;-)

This code is from the listing_img_title.php in the view.

<!-- 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 -->


Best regards
Brian
Last edit: 9 years 3 months ago by Nowweb.

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242268

Hi,

How about creating a custom field of the table "product" via the menu Display>Custom fields ?
www.hikashop.com/forum/4-how-to/861997-d...ds-in-lis-views.html
www.hikashop.com/support/documentation/1...ize-the-display.html

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

Time to create page: 0.072 seconds
Powered by Kunena Forum