I figured it out: calculateProductPrice service
-----Original Message-----
From: Sanders, Brian [mailto:
[hidden email]]
Sent: Wednesday, April 01, 2009 1:10 PM
To:
[hidden email]
Subject: Default Product Price
How would I go about getting the current default purchase price for a
product? The biggest issue I'm having is filtering on the date. What I
have so far is:
product.getRelatedByAnd("ProductPrice",UtilMisc.toMap("productPriceTypeI
d","DEFAULT_PRICE","productPricePurposeId","PURCHASE"));
I know I saw a method somewhere related to adding conditions, but cannot
find it now. Thanks.