Adriano Altorio Posted May 30, 2014 at 07:56 AM Share Posted May 30, 2014 at 07:56 AM Hi we are working in a new site using several different listing and we need a customization. Consider Listing Type A and Listing Type B. In the listing Type A, you can refer N different related listing of Type B. Need1: Module that should shows all the N selected related listing of type B. Now we can use the detail page widget item, using the listing ID matches the value of the specified field, but we can specify only one of the N related field. Need2: A function, that should be called inside the banner field (or elsewhere) that extend the functionality of: <?php echo $CustomFields->fieldValue('jr_fieldname',$listing); ?> that allows to access the value of jr_fieldname. We need somenthing to specify the Listing ID for example from where to retrieve the field value from. Somenthing like: <?php echo $CustomFields->fieldValue('jr_fieldname',$jr_relatedListingID); ?> To be clear i need in Listing type A to access the fields value of the N relataed listing of type B. Hope to be clear. Waiting your news. Cheers Link to comment
OpenSource Technologies Posted June 4, 2014 at 05:32 AM Share Posted June 4, 2014 at 05:32 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Deligence Technologies Posted September 7, 2014 at 05:28 AM Share Posted September 7, 2014 at 05:28 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts