how to insert image

  • Posts: 11
  • Thank you received: 0
13 years 5 months ago #2161

hi there,

how can I insert a product image into a menu page with these parameters?
--- menu type: hikashop product listing; type of layout: list; show image; yes

I can do it when they type of layout is div, but not list. I'd like to insert the photo either to the left or right of the three choices as shown on screenshot.

:huh:
thanks for your help!

Attachments:

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

  • Posts: 81633
  • Thank you received: 13085
  • MODERATOR
13 years 5 months ago #2170

The "show image" option will display the image of the parent category you can select in the options, not the image of each category listed.

If you want to have the images you would have to use the type of layout div indeed.

Alternately, you can edit the code of the view in order to add the images. Go to Display->Views and search for the file listing_list of the view product. There you can use the code

echo $this->image->display(@$row->file_path,false,$this->escape($row->product_name));
in order to display the image of each product. You can for example put it just before the code
echo $row->product_name;
which displays the name of your products.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum