All images in products listing page

  • Posts: 174
  • Thank you received: 2
  • Hikashop Business
12 years 9 months ago #47570

i need to show all images in products listing or categories listing page. Just like in product page where you see main picture and all other pictures below.

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

  • Posts: 13201
  • Thank you received: 2322
12 years 9 months ago #47583

Hi arnask,

You can edit a listing view, in HikaShop > Display > Views, for example the view: "Product / listing_img.php".
And instead of:

echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->file_name), '' , '' , $this->image->main_thumbnail_x,  $this->image->main_thumbnail_y);
Put the code to show many pictures, try to use the "show_block_img" Layout in the view "Product / show.php":
	$this->row = & $this->element;
	$this->setLayout('show_block_img');
	echo $this->loadTemplate();

Last edit: 12 years 9 months ago by Xavier.

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

  • Posts: 174
  • Thank you received: 2
  • Hikashop Business
12 years 9 months ago #47586

what do you mean by "try to use the "show_block_img" Layout in the view "Product / show.php"
where ant what should i change?

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

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #47656

That's not possible.
Only the main image is loaded for each products on the listing of products in order to preserve resources.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum