Hello there, I want to use Elements from Amazons Response, e.g. FormatedPrice.
SampleResponse:
<Item>
<OfferSummary>
<LowestNewPrice>
<Amount>24599</Amount>
<CurrencyCode>USD</CurrencyCode>
<FormattedPrice>$245.99</FormattedPrice>
</LowestNewPrice>
</OfferSummary>
</Item>
But Zend_Service_Amazon_Offerset::FormattedPrice doesn't exists.
Are there any solutions to use elements that are not provided by
Zend_Service_Amazon?
Best Regards
Aycko
