I had the same problem with Greek encoding so i just replaced the following line so that the Greek Description not to show.
'link' => $prod_url,
'caption' => 'Price: ' . $price . $cur,
'description' => 'Click for more details',
so i just suggest trying replacing the .$cur, with '£' so that it is like that
'caption' => 'Price: ' . $price '£',



Reply With Quote
