I'm wanting to use the code snippet (a modified version of this) on the CTGY page
The snippet works as expected on the PROD page, but on the CTGY it's displaying for every product. What have I goofed up this time?
Code:
<mvt:do file="g.Module_Feature_PGR_DB" name="l.ok" value="PriceGroup_Load_Name( 'Volume Pricing', l.price_group )" /> <mvt:if expr="l.price_group:id GT 0"> <mvt:do file="g.Module_Feature_PGR_DB" name="l.b" value="PriceGroupXProduct_Load( l.price_group:id , l.settings:product:id, l.settings:pricegroupvar )" /> <mvt:if expr="NOT ISNULL l.settings:pricegroupvar"> Assigned to this product<br /> </mvt:if> </mvt:if> </mvt:if>
Comment