Hi Bill,
I believe you should be able to.
I believe you should be able to.
<mvt:if expr="l.settings:product:gd_ratings:total GT 0"> "aggregateRating": { "@type": "AggregateRating", "ratingValue": "&mvte:product:gd_ratings:rating;", "ratingCount": "&mvte:product:gd_ratings:total;" }, </mvt:if>
<mvt:if expr="l.settings:product:gd_ratings:total GT 0"> "aggregateRating": { "@type": "AggregateRating", "ratingValue": "&mvte:product:gd_ratings:rating;", "ratingCount": "&mvte:product:gd_ratings:total;" }, </mvt:if>
<mvt:item name="tgreviews" param="Product_Rating( l.settings:product:id,l.settings:product:product_rating )" />
<mvt:item name="tgreviews" param="Product_Review_Count( l.settings:product:id,l.settings:tgr:review_count )" />
<mvt:if expr="l.settings:product:customfield_values:tgrevi ews:tgr_review_count GT 0"> "aggregateRating": { "@type": "AggregateRating", "ratingValue": "&mvt:product:customfield_values:tgreviews:tgr_rat ing;", "ratingCount": "&mvt:product:customfield_values:tgreviews:tgr_rev iew_count;" }, </mvt:if>
<mvt:if expr="l.settings:product:customfield_values:tgrevi ews:tgr_review_count GT 0"> <span itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> Average rating: <span itemprop="ratingValue">&mvt:product:customfield_va lues:tgreviews:tgr_rating;</span>, based on <span itemprop="ratingCount">&mvt:product:customfield_va lues:tgreviews:tgr_review_count;</span> reviews </span> </mvt:if>
Comment