Add custom field to listing_img_title.php

  • Posts: 88
  • Thank you received: 0
12 years 3 months ago #59726

Hi Nicolas,

I've created a custom field that I would like to display on the listing_img_title.php view. Can I do this?

Thanks

Darren

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #59795

Hi,

If it's a custom item field, you can just turn on the "display custom fields" option of the hikashop options of your products listing menu/module.

If it's a custom product field, you can add the code:

<?php echo $this->row->CUSTOM_FIELD_COLUMN; ?>
in that listing_img_title view file of the view product via the menu Display->Views. Note that you need to replace CUSTOM_FIELD_COLUMN by the column name of the custom field.

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

  • Posts: 88
  • Thank you received: 0
12 years 3 months ago #59851

This works like a charm!

Thanks, Nicolas!

Darren

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

Time to create page: 0.053 seconds
Powered by Kunena Forum