Item custom fields on a product listing

  • Posts: 25
  • Thank you received: 0
11 years 4 months ago #111766

Hello!
Is it possible to show item custom fields on the product listing page? I need to show there additional product information for each product, not only description, title, weight and height.

Many thanks in advance.

Aleks.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #111772

Hi there,

Just activate the "Display custom item fields" option in System>Configuration>Display>Default parameters for products.
It should do what you want :)

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

  • Posts: 25
  • Thank you received: 0
11 years 4 months ago #111941

Thanks for the quick reply.
The thing is, i need them to be shown on the product LISTING page. Is it possible? With a product i have no problem.

Aleks

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

  • Posts: 12953
  • Thank you received: 1778
11 years 4 months ago #111943

Hi,

I think that you'll probably find a solution there :

You could indeed use a custom field of the table "product". Then, you will have to edit the file "listing_img_title" of the view "product" via the menu Display->Views and add that line of code to display the field:

<?php echo $this->row->COLUMN_NAME; ?>

where COLUMN_NAME is the column name of your custom field.

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

  • Posts: 25
  • Thank you received: 0
11 years 4 months ago #111957

Sounds good. I'll try this.
Thank you.

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

Time to create page: 0.082 seconds
Powered by Kunena Forum