Jump to content

Related listing customization needed


Adriano Altorio

Recommended Posts

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
  • 3 months later...
×
×
  • Create New...