Descriptions on products list page

  • Posts: 29
  • Thank you received: 0
11 years 7 months ago #142392

Hi,

I am using HikaShop in catalog mode and I disabled the product detail pages.
I would like to use only product lists, and I have some questions:

- is it possible to add product descriptions to the product list page? (each product has one or two sentences description)
- is it possible to have "click and enlarge" pictures on the product list page?
- I would like to disable the "on mouse over" effect on the small pictures. Instead of it, I would like to have all pictures in real colors without moving mouse over them.

The testing page is: www.cukrarenkramare.sk/index.php/zakusky-v-predajni

Thank you very much in advance.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #142420

Hi

1. 2. To do that you'll have to use some code customization on the files of your "product" view through the page "Hikashop->Display->Views", here is an example .
3. You'll be able to do that by using some CSS code.

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

  • Posts: 29
  • Thank you received: 0
11 years 7 months ago #142847

Hi Mohamed,

1. I did the code customization according to example you mentioned....it's working now.
2. I have still problem with enlarging the pictures. How can I do that from the products listing?
3. I switched the layout from DIV to table, so it's ok now.

New questions:
4. Is it possible to turn off the heading of the table? (picture, name, description, price)
5. Is it possible to change the style of the product name in table?

The page is still the same: www.cukrarenkramare.sk/index.php/zakusky-v-predajni

Thank you very much.

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

  • Posts: 84313
  • Thank you received: 13706
  • MODERATOR
11 years 7 months ago #142981

Hi,

2. You can do something like that:
www.hikashop.com/forum/4-how-to/49351-sh...-on-mouse-hover.html
Note that if you're using the table listing, you will have to do that modification in the file "listing_table" and not "listing_img_title".

4. 5. You can do that with custom CSS:
www.hikashop.com/support/153-customize-the-display.html
For example, for the table header, you can remove it like that:
.hikashop_products_table thead{ display: none; }

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

Time to create page: 0.067 seconds
Powered by Kunena Forum