|
%s
%s
More details
|
';
echo '';
echo '
Bought together with this product
';
$n=0;
foreach($data as $values)
{
$id1=$id2=$n;
printf($format,$id1,PRODUCTURL_PREFIX.$values[6],$values[7],$values[2],$values[4],$id2,PRODUCTURL_PREFIX.$values[6]);
$n++;
}
echo "";/*end recommend_module*/
}
function output_data($data)
{
$json = new Services_JSON();
$output = $json->encode($data);
header('Content-Type: text/xml');
print($output);
}