RSS fetch_feed and get_description currency error
-
I am trying fetch ebay local deals to my wordpress page and display, In doing this I get the data.
$rssebay = fetch_feed( 'http://api.epn.ebay.com/deals/v1/country/us/feed/atom?campid=5337386441&count=25&offset=&feedtype_id=2&toolid=100034&feedType=atom' );Once I get $rssebay.. I loop through and use $desc = $item->get_description(); to get the description of the feed item, the currency value $323.99 is displayed as .99 or 3.99 tried using escape characters but with not use.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘RSS fetch_feed and get_description currency error’ is closed to new replies.