HI,
No that valueof test will only work for data fields returned fromt he DB on the product list:
ProductID,PortalID,TaxCategoryID,Featured,Archived,CreatedByUser,CreatedDate,ModifiedDate,IsDeleted,ProductRef,Lang,Summary,[Description],Manufacturer,FromPrice,QtyRemaining,QtyStockSet,ImageID,ImageURL,ImageDesc,ProductName,[XMLData],SEOName,TagWords,IsHidden
Dealer price is not one of them. If you have used the isdealer test to hide the price from non-dealer, but still wans to hide the "0.00" price from dealer, then you'll need to use some JS in the template to test for the amount and hide it.
Dave.
No that valueof test will only work for data fields returned fromt he DB on the product list:
ProductID,PortalID,TaxCategoryID,Featured,Archived,CreatedByUser,CreatedDate,ModifiedDate,IsDeleted,ProductRef,Lang,Summary,[Description],Manufacturer,FromPrice,QtyRemaining,QtyStockSet,ImageID,ImageURL,ImageDesc,ProductName,[XMLData],SEOName,TagWords,IsHidden
Dealer price is not one of them. If you have used the isdealer test to hide the price from non-dealer, but still wans to hide the "0.00" price from dealer, then you'll need to use some JS in the template to test for the amount and hide it.
Dave.