Jump to content

widgetFactory + everywhere addon


paper

Recommended Posts

Hi,

 

In widgetFactory we would like to display average score and average score of all criteria.

Also we'd like to display custom fields from last review.

 

Problem is this listing is everywhere listing and I can't find this in field 'Try a different listing by typing the title below', when configuring widget 'listings/one'.

In 'listings/many' I see category but nothing is displayed there.

 

In our code we call jreviews code in this way:

$JreParams['data']['extension'] = 'NAME_OF_EXTENSION';

$JreParams['data']['tmpl_suffix'] = '';

$JreParams['data']['controller'] = 'everywhere';

$JreParams['data']['action'] = 'index';

$JreParams['data']['listing_id'] = ITEM_ID;

 

How to show those items in widgetFactory? I'd like to configure param extension and listing_id.

Link to comment
×
×
  • Create New...