
Originally Posted by
countrycharm
Here's the
xml file if you like to see it. Let me when you download it so I can delete it. Thanks for the help.
If you would give me example where to put the echo.
OK... got the file... will look it over when I get back in from work...
includes\classes\google_base.php
Code:
function google_base_fwrite($output='', $mode, $type) {
$output = implode("\n", $output);
if(strtolower(CHARSET) != 'utf-8') {
$output = utf8_encode($output);
//echo $output;
} else {
$output = $output;
//echo $output;
}
un-comment the echo and when you click the create button, the popup box well show what is written to the xml file... set the amount of products to just 20 or less before you do it. Just enough to see what's going on.