Search found 1 match

by gopir
06 Aug 2015, 11:49
Forum: Customizations
Topic: Custom fields need to show in Summary page
Replies: 12
Views: 32727

Re: Custom fields need to show in Summary page

Dear All

Following on from previous email, what I did was:

i) Define a function "summary_print_by_custom_field()" in config_inc.php

ii) Added <?php summary_print_by_custom_field($t_orcttab) ?> to summary_page.php underneath <?php summary_print_by_category() ?>

summary_print_by_custom_field() is ...